By joining, you agree to CodeClerks Terms of Service, Privacy Policy, as well as to receive emails.
The largest SEO marketplace in the world
Find all the software to suit your computing needs
Can't find what you're looking for? Create it
Write the reason you're deleting this FAQ
How to use javascript in asp.net?
Are you sure you want to delete this post?
AjayPrasad
<body>
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="loadjsmethod()" />
</body> Create javascript function code in script tag which is inside head tag on deault.aspx file. Then call this function in body tag .
Are you sure you want to delete this post?