Forum Moderators: open
<input type="hidden" value="dDwtMTA2MjA4Mzk2OTt0PDtsPGk8MD47aTwxPjs+O2w8dDxwPGw8VGV4dDs+==">
Doesn't look too bad there, but that's just a small sample sometimes this goes on and on for half the page of code.
Since there can be so much I worried about it affecting SE indexing, do I need to be concerned? If so, is there a way around doing it this way?
Search engines should be smart enough to ignore the field but if you are really worried about it there have been some that have created custome controls that will store the complete viewstate in a database table instead of in a hidden field, there for making the page size smaller.
Even if you totally disable viewstate, .net will *still* show a little bit of viewstate on the page!
So to answer your question, there probably is no way to totally eliminate viewstate, but you can sure minimize it.