Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can I use ICallbackEventHandler and its events RaiseCallbackEvent(),
GetCallbackResponse() to send request from client to server and based on the request how can we render a HTML page?

Please Help.

Thanks in advance.
Posted

1 solution

You need to inherit the interface on the page/user control in order to use it. Then implement RaiseCallbackEvent() and GetCallbackResult() methods on your page.

There are plenty of examples of the usage of this interface. See the following:

http://msdn.microsoft.com/en-us/library/ms178208.aspx[^]
http://www.ajaxmatters.com/2006/05/using-icallbackeventhandler-in-asp-net/[^]
The ICallbackEventHandler[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900