I am currently saving viewstate of pages in cache. I can see that viewstate is rebinding values and controls on PostBack.
I have a problem regarding to asp.net lifecylce hierarchy. Basically, I have one user control which has a GridView in it. And this GridView is dynamically generated based on a public property on the
I have a user control nested in a repeater. Inside my user control I have another repeater and in that I have a panel.