Hi,
After selecting child row of WHDG i am updating the status of row on button click event. As soon as i update the record on button click i want to refresh the WHDG data without giving postback effect. How do i reload the WHDG data after update operation on button click? Any help of this will appreciate
Regards,
Mitesh
Hi Nikifor,
I don't have further question regarding this. Thanks for the suggestions.
Mits
Hello Mitesh,Please let me know if you have any further questions regarding this issue.
Hello Mitesh,
Please take a look at this approach and let me know if it is working for you. http://ajax.net-tutorials.com/controls/timer-control/ Second option is to call manually the .Update() function of the update panel from a button - http://msdn.microsoft.com/en-us/library/system.web.ui.updatepanel.update.aspx Please also take a look at this approach - http://encosia.com/easily-refresh-an-updatepanel-using-javascript/
I want to refresh my WHDG at every 10 seconds with use of AJAX update so that the entire page will not refresh. I am using version 11.2 however i think batch update will not work in this case. I want to know how can we refresh the WHDG data from server side click event or in timer_Tick event?