Hi,
I have a RadButton in the master page of my web application and I want to access it directly from JavaScript inside one of the content pages.
I tried with $('#<%=Master.FindControl("RadButton1").ClientID %>') as well as $find('<%=Master.FindControl("RadButton1").ClientID %>'); but both returned an error where as the first statement works well for asp.net controls.
Thanks,
Vishnu.
I have a RadButton in the master page of my web application and I want to access it directly from JavaScript inside one of the content pages.
I tried with $('#<%=Master.FindControl("RadButton1").ClientID %>') as well as $find('<%=Master.FindControl("RadButton1").ClientID %>'); but both returned an error where as the first statement works well for asp.net controls.
Thanks,
Vishnu.