Hello Sir,
I have a aspx page with RadDockLayout and RadDocZone controls on it. Inside RadDoczone i have used a ascx Control. There is a dropdownControl on Aspx page. When i am trying to access that dropdowncontrol in Ascx page through
this.Parent.FindControl("ddlProviders") as DropDownList, its getting null but when i places this ascx file outside RadDocZone its working fine.
Please provide a solution to this problem.
Thanks & Regards,
Chandan Kumar
I have a aspx page with RadDockLayout and RadDocZone controls on it. Inside RadDoczone i have used a ascx Control. There is a dropdownControl on Aspx page. When i am trying to access that dropdowncontrol in Ascx page through
this.Parent.FindControl("ddlProviders") as DropDownList, its getting null but when i places this ascx file outside RadDocZone its working fine.
Please provide a solution to this problem.
Thanks & Regards,
Chandan Kumar