LK
Lakxman Kumar C
Syncfusion Team
March 3, 2010 09:22 AM UTC
Hi Ricardo,
Thank you for your interest in Syncfusion Products.
The CallbackPanel and the CallbackMultiplexer is deprecated. So we have marked these controls as Toolboxitem(false). So they wont be available in toolbox of Visual studio. But you can use these controls by registering it in the aspx page with tag prefixes or you can use the UpdatePanel class instead, which enables the sections of the page to be partially rendered without a postback. The CallbackPanel is present in the Syncfusion.Shared.Web library. Kindly view the code snippet below for adding callback panel in the ASPX page manually.
[ASPX]
Please let me know if you have any other questions.
Regards,
Lakxman Kumar C
RI
Ricardo Ismael Sanchez Condori
March 3, 2010 07:45 PM UTC
if both are deprecated, then, that I use to control their replacement.
Greeting and thnks !
RI
Ricardo Ismael Sanchez Condori
March 4, 2010 10:29 PM UTC
I was reading information about callback, which is deprecated ! but recommend the use of update panel ? uhmmm an update panel is better than callbackpanel ?.
I implemented CBP(CallBackPanel) and its works very well !. Waiting for your comments.
Greetings.