Required items on form

R

Riflesone

I have a form that requires information before submitting it to my email
account. How do I get the required fields identified so that the form will
not submit until all required areas are complete?
 
G

Gregory A. Beamer

Web form? You can add a required field validator to each required field.
Quick and easy.

For a more complete method, you will have to create validation on the back
end. If this IS a web form, you can still check required on the back end and
fail if it does not pass all. Page.IsValid is useful at this point in time.

--
Gregory A. Beamer
MVP: MCP: +I, SE, SD, DBA

Blog:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think Outside the Box! |
********************************************
 

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