C Christian H Jul 24, 2003 #2 Well, they are enabled by default, but I've set the enableViewState=false on all of my controls. This is really a mystery to me.. CH
Well, they are enabled by default, but I've set the enableViewState=false on all of my controls. This is really a mystery to me.. CH
J Joao S Cardoso [MVP] Jul 24, 2003 #3 You will notice that the viewstate gets smaller as you put controls with enableviewstate = false. Mind that the page itself also as viewstate. Also, if you are not using viewstate whatsoever... perhaps would be better to use HTML controls instead of WebControls. regards Joao Cardoso (MVP dotNET) ======================================================= [LusoCoders]- http://groups.yahoo.com/group/lusocoders/ [PontoNetPT]- http://www.programando.net/regras.aspx (e-mail address removed) - www.acinet.pt =======================================================
You will notice that the viewstate gets smaller as you put controls with enableviewstate = false. Mind that the page itself also as viewstate. Also, if you are not using viewstate whatsoever... perhaps would be better to use HTML controls instead of WebControls. regards Joao Cardoso (MVP dotNET) ======================================================= [LusoCoders]- http://groups.yahoo.com/group/lusocoders/ [PontoNetPT]- http://www.programando.net/regras.aspx (e-mail address removed) - www.acinet.pt =======================================================