Hi, I have a RadTree in User Control A & RadioButtonList in another User Control B under my main aspx page. When I check a node in RadTree in User Control A., I want to get selected index of RadioButtonList in User Control B. How i'm i supposed to get the output.??
Hi, UserControl ctrl = (UserControl)Page.FindControl("~/UserControls/NewOnlineTemp.ascx");
The above code doesn't work. I get a null value.
Regards,
Aditya
0
Kate
Telerik team
answered on 14 May 2012, 08:29 AM
Hello Aditya,
One way I can think of is that you use either client-side or server side of the RadTreeView events (Server-Side Events or Client-Side Events) and find the user control and then the corresponding control (here is more information how to achieve this on the server). In case this does not help I would recommend that you open a support ticket and send me a simple runnable page that I can inspect locally and help you out in the particular scenario.
Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.