D
Don
I have a page with a GridView that uses an ObjectDataSource. The user
can change some parameters on the page and refresh the GridView with a
button click. One of the parameters has a CustomValidator that uses
server side logic to determine if the value is valid.
When the value is invalid my validator displays but the GridView still
refreshes. I think this is because a GridView bound to an
ObjectDataSource always refreshes when any postback is performed. How
can I stop it?
Thanks,
Don
can change some parameters on the page and refresh the GridView with a
button click. One of the parameters has a CustomValidator that uses
server side logic to determine if the value is valid.
When the value is invalid my validator displays but the GridView still
refreshes. I think this is because a GridView bound to an
ObjectDataSource always refreshes when any postback is performed. How
can I stop it?
Thanks,
Don