Validation Controls without JavaScript

  • Thread starter Thread starter Jon B
  • Start date Start date
J

Jon B

Hi There!

I noticed that Validation Controls uses Client Side JavaScript to do that
validation. Will these controls still works on JavaScript disabled browsers?
How to validate on those situations?

Thanks!!!
Jon
 
Damn! ASP.NET keep coming up with pleasant suprises!!

Thanks!!!
Jon
 
note: if javascript is disabled, the only .net controls that will postback
(fire click events) are <asp:button> and <asp:imagebutton>.

-- bruce (sqlwork.com)
 

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

Back
Top