PDA

View Full Version : Refresh only part of image


sonia sardana
07-29-2009, 08:32 PM
Hello frnds,As this is my first question on this site,I m expecting replies.

supose there are two buttons on a form,on button1 click i want to show some portion & on button2 click,i want to show some portion,without refreshing the whole page.

As in Vb.net,we have two panels one over the another,& suppose on button1 panel1 visible is set to true & vice versa.

I want to ask dat which control to take to refresh part of page,can somebody tell me?????I have to also change the data as well as controls...plz help me out!!

HostingASPNet
07-30-2009, 11:46 AM
Hello,

In you case you could use AJAX, so just display the new data without refreshing the page.

Regards

kirank
08-01-2009, 10:48 AM
Hello frnds,As this is my first question on this site,I m expecting replies.

supose there are two buttons on a form,on button1 click i want to show some portion & on button2 click,i want to show some portion,without refreshing the whole page.

As in Vb.net,we have two panels one over the another,& suppose on button1 panel1 visible is set to true & vice versa.

I want to ask dat which control to take to refresh part of page,can somebody tell me?????I have to also change the data as well as controls...plz help me out!!

not exactly but defiantly it will helps you
this example will helps you (http://webdevlopementhelp.blogspot.com/2009/07/jquery-form-post-request.html)