Click here to Skip to main content
15,914,066 members

Comments by prabhugi2it (Top 3 by date)

prabhugi2it 21-Dec-13 0:33am View    
okay ..few mints
prabhugi2it 21-Dec-13 0:20am View    
please give some additional details about your "other page"..
prabhugi2it 20-Dec-13 22:03pm View    
Hi kasper,

Please use AJAX in your project then it will work..


AsyncPostBackTrigger is used for the controls which are outside the updatepanel control. AsyncPostBackTrigger allows these controls to trigger an asynchronus post back.

http://msdn.microsoft.com/en-us/library/system.web.ui.asyncpostbacktrigger.aspx
http://ramanisandeep.wordpress.com/2009/04/07/asyncpostbacktrigger-vs-postbacktrigger/


If you want to Update/Refresh an ajax update panel by any control,which reside out side of that panel, specify the control ID in <Triggers> property.

you will get information from this link

http://www.asp.net/ajax/tutorials/understanding-asp-net-ajax-updatepanel-triggers
http://asp-net-example.blogspot.com/2009/11/ajax-asyncpostbacktrigger-how-to-use.html


if you are facing problem,please give me more details. I will help you
Thanks
Prabhu