ICallbackEventHandler.GetCallbackResult Method
.NET Framework 2.0
Returns the results of a callback event that targets a control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Exceptions thrown in RaiseCallbackEvent will not prevent GetCallbackResult from being called and returning a result. To prevent GetCallbackResult from returning a result, set a flag when an exception is thrown in RaiseCallbackEvent and return an empty string from GetCallbackResult.
| Topic | Location |
|---|---|
| Client-Callback Implementation (Visual Basic) Example | Building ASP .NET Web Applications |
| Client Callback with Validation Implementation Example | Building ASP .NET Web Applications |
| How to: Implement Callbacks in ASP.NET Web Pages | Building ASP .NET Web Applications |
| Client-Callback Implementation (C#) Example | Building ASP .NET Web Applications |
| Implementing Client Callbacks Without Postbacks in ASP.NET Web Pages | Building ASP .NET Web Applications |
| Client-Callback Implementation (Visual Basic) Example | Building ASP .NET Web Applications |
| Client-Callback Implementation (C#) Example | Building ASP .NET Web Applications |
| Implementing Client Callbacks Without Postbacks in ASP.NET Web Pages | Building ASP .NET Web Applications |
| Client Callback with Validation Implementation Example | Building ASP .NET Web Applications |
| How to: Implement Callbacks in ASP.NET Web Pages | Building ASP .NET Web Applications |