Tuesday, July 22, 2008

How to page validate when cross-page posting

It is necessary to page validate before processing the information received from the client-side. It's done with checking Page.IsValid on each page but how about when cross-page posting?

You can examine PreviousPage.IsValid on the page where you post back to in order to verify validation of the first page.

No comments: