Any help will be appreciaded.
|
feedback
|
|
You can use the Triggers property of the UpdatePanel to register actions that trigger a full postback. Add a PostBackTrigger object to that property, containig the ControlID of the control which needs to trigger a full postback.
| |||
|
feedback
|
|
From here: Use the PostBackTrigger control to enable controls inside an UpdatePanel to cause a postback instead of performing an asynchronous postback.
| |||||
feedback
|
|
See link below http://asimsajjad.blogspot.com/2009/04/calling-dopostback-function-for-aspnet.html hope that will help. | |||
|
feedback
|