ViewState?

  • Thread starter Thread starter gorostas
  • Start date Start date
G

gorostas

Hi all,

i gues that this is not some new q but also..

is there a way to shorten that biiiig "_viewstate" my aspx pages
generate...*??

and, i know that i do need some, for gridview databind and some else..

thanx in advance
 
Hi,



You can turn Viewstate off for the whole page but you may find you want
viewstate on for some items and not others. For the items that you don't
need view state for in HTML tag set <asp:. viewstate="false" .>.



- Mike



---------------------------------------------------------------------------------<a href="http://www.cogitar.net"> Cogitar Software. (http://www.cogitar.net ) </a>http://www.cogitar.net Cogitar Software. (Software Development and ManagmentSystems)http://www.web-dominion.co.uk Web-Dominion. (Web Design and hosting )http://shop-dominion.com (senery landscape pictur gallery)---------------------------------------------------------------------------------"gorostas" <[email protected]> wrote in messageHi all,>> i gues that this is not some new q but also..>> is there a way to shorten that biiiig "_viewstate" my aspx pagesgenerate...*??>> and, i know that i do need some, for gridview databind and some else..>> thanx in advance>
 
Back
Top