How can i use Javascript in ASP.NET page?

A

Armin

I like to use javascript for my form validation is there any way to use java
script in asp.net pages?

Thanks
 
N

Nathan Sokalski

Yes, there are several ways. You can enter it as static code in the .aspx
file, include it using the Page.RegisterClientScriptBlock or
Page.RegisterStartupScript method, or have it generated using one of the
Validator Controls. For more details on these, you can either see the
documentation or feel free to ask. Good Luck!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top