Monday, July 11, 2011

split view state into multiple fields



split view state into multiple fields:

IIS can be set for max hidddn field data view state in case of this when browser submit the page
to iis than it gives error. So we need to split the data in to multiple view state
it can be set in web config file like we set the 100 KB of each view sate if it is bigger than it will split in to new view state



<pages maxPageStateFieldLength="100"></pages>
</system.web>


No comments: