Search Results

6
votes
4answers
842 views

In ASP.Net, during which page lifecycle event does viewstate get loaded?

I know it happens sometime before Load, but during what event exactly? …
5
votes

How can you tell if viewstate in an ASP.Net application has been tampered with?

EnableViewStateMac page directive …
2
votes

Can you use multiple VaryByCustom parameters when caching a user control?

Yes. Separate them in your declaration by semicolons. …