Hello,
I have a Menu. I am able to drag and drop a menu item to the content area of the master page. On the drop of the menu item I make a client-side Ajax Request to the server. The request goes successfully.
On the server-side in the AjaxManager_AjaxRequest event, I render a few controls at runtime. Unfortunately, all the code executes successfully but, nothing is rendered in the content area.
I have tried adding the Ajax Settings using code as I am using a User Control at runtime. Please help!!
Regards,
William
I have a Menu. I am able to drag and drop a menu item to the content area of the master page. On the drop of the menu item I make a client-side Ajax Request to the server. The request goes successfully.
On the server-side in the AjaxManager_AjaxRequest event, I render a few controls at runtime. Unfortunately, all the code executes successfully but, nothing is rendered in the content area.
I have tried adding the Ajax Settings using code as I am using a User Control at runtime. Please help!!
Regards,
William