CodeClerks

How to use javascript in asp.net?



Write the reason you're deleting this FAQ

How to use javascript in asp.net?

Comments

Please login or sign up to leave a comment

Join
AjayPrasad
Create javascript function code in script tag which is inside head tag on deault.aspx file. Then call this function in body tag .

<body>

<asp:Button ID="Button1" runat="server" Text="Button" OnClick="loadjsmethod()" />

</body>



Are you sure you want to delete this post?