|
CallbackPackage
CallbackPanel is a non visual component that allows us to update fragments of web pages using callbacks thus reducing postbacks to the server. It allows us to create cutting-edge, highly deliverable, client-centric applications using ASP.NET. When you use the CallbackPanel control, the page behavior can potentially reduce the amount of data that is transferred between client and server.
Feature lists
-
Highly optimized ViewState management.
-
Powerful client side object model.
-
Event notifications on client side.
-
Place any kind of ASP.NET control inside it.
-
Update the StatusBar text.
-
Refresh contents after a specified timer interval.
Callback Panel displaying Product Information
|
|
|
|