Validation Controls without JavaScript

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
 
B

Bruce Barker

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

Top