Client Side Validation.......

NewNewDeal

New Member
I want to post my form with some Client side validations. i have removed the runat=Server tag, it wasnt allowing me to post the form to another form.<BR>my prob is if i use a button and click it , though the checks are taking place , i dont have any way of stopping the post. if i take a normal button it is not posting( i tried document.formname.submit().......it gives null object with javascript.) . <BR><BR>i have also used requiredvalidator property's of each control. but again though the checks are done , it is still posting the form ..........(i dont want to move to next form until all the validations are correct)<BR><BR>there might b some way of doing it.<BR><BR>
 
Back
Top