Click here to Skip to main content
15,904,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using a window telerik control in that i want to call a javascript function in the onload event but i can't get the values in the window control i don't know what is the problem plz help me
Posted
Comments
member60 4-Apr-12 3:00am    
will you please share your code,so that we can understand more
palaniram 4-Apr-12 4:52am    
function noticeboard() {
var x = "<%=me.notice%>"
alert(x)
}


<telerik:RadWindow ID="RadWindow1" runat="server" VisibleOnPageLoad="true" AutoSize="false" EnableAjaxSkinRendering="true" Animation ="FlyIn" BorderWidth="0px" Modal="true" önLoad="noticeboard();">

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900