Click to See Complete Forum and Search --> : Validating Forms


Nate1
05-14-2007, 08:42 PM
I have a from which when submitted to the server inserts the information into a MS Access DB. I want to validate the infomation before I submit the form, the form has the runat=server tag so I can code behind the button. If I create a javascript validation function (or vb) can I get this too work on the current form setup in this way from Client side then if Valid submit the form for DB input?

If not How can I do this?


And yes am using ASP.net

tvfoto
05-16-2007, 10:24 AM
I am working on something similar.Have you thought about using .net own validator or alike ?
http://msdn2.microsoft.com/en-us/library/system.web.ui.mobilecontrols.regularexpressionvalidator.aspx