driving postbacks from qs without posting the viewstate (and other assorted junk)
Posted
by nat
on Stack Overflow
See other posts from Stack Overflow
or by nat
Published on 2010-03-08T10:33:48Z
Indexed on
2010/03/08
10:36 UTC
Read the original article
Hit count: 258
hi
i have a web form, basically a few droppers searcing/filtering data in a gridview
i would quite like to be able to drive this from the qs, so that the 'searches' can be saved. but i really dont want to 'get' all the bumf in the viewstate.
is there any way to drive this from the QS other than changing the postbackUrl of the submit button?
thanks
nat
© Stack Overflow or respective owner