Showing posts with label validation. Show all posts
Showing posts with label validation. Show all posts

Thursday, March 22, 2012

the form is valid, now what?

Ok, I've got my form working. The validation works, now how do I get to the next page when the form data is valid?Never mind. I do my processing in Page.IsPostBack and then do a redirect.