G
Guest
I have a GridView which is bound to a table. The user has the ability to
change some defaults and then run a process from this.
This all worked fine until I added in an auto postback to one of the
controls to tie in some other functionality.
After the post back, and at the end of page load complete, everything is as
it should be, but then the GridView does an automatic databind (after load
complete) and wipes it all out. Is there anyway to keep this automatic
update from occuring, or cancel it or whatever?
Thanks.
change some defaults and then run a process from this.
This all worked fine until I added in an auto postback to one of the
controls to tie in some other functionality.
After the post back, and at the end of page load complete, everything is as
it should be, but then the GridView does an automatic databind (after load
complete) and wipes it all out. Is there anyway to keep this automatic
update from occuring, or cancel it or whatever?
Thanks.