views:

19

answers:

0

I have a page that has a Gridview and a text input field on the page. The problem I am running into is that when the Gridview needs to page or the user selects to display more results the page does a postback and submits the input field for the form, which cause the validation (Using VAM) to return an error and block the Gridview from paging. How can I keep this from happening?