All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Ajax
/
Using asp.net user control with RadAjaxManager
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
3 posts, 0 answers
Manish
2 posts
Member since:
Mar 2012
Posted 12 Mar 2012
Link to this post
Hi,
Scenario:
My asp.net Usercontrol(acsx) is wrapped in radajaxpanel control.
I embedded this control in a aspx page which has RadAjaxManager.
I want to update control using ajax manager. when I pass Control unique ID. It throws exception that ClientID is not availabel for UserControl,
Shinu
17764 posts
Member since:
Mar 2007
Posted 12 Mar 2012
Link to this post
Hello,
RadAjaxManager allows a single instance of the control on the same page only. You can use
RadAjaxManagerProxy
when using usercontrols. Check the following help documentation which explains the same.
RadAjax and WebUserControls
-Shinu.
Manish
2 posts
Member since:
Mar 2012
Posted 12 Mar 2012
Link to this post
Thanks for Reply,
I aware of these basics.
I tried to do Postback on UserControl, whcih cannot be done because Asp.net is not able to for exact ClientID for the DIV which is representing that usercontrol. I passed uniqueID of UserControl, I got exception, i digged into Javascript i found above one as reason.
I used Radajax Panel and it worked fine.
Back to Top
Close