ViewState

we can find our Control also use view state to save their property value,
but we set enableViewState = false
it is also show the correct infomation, he he

We can't get this value when the page postback.

When i debug a Control , i find the frist times It is can't get ViewState inline, I don't know why?

But I set the viewstate value before

你可能感兴趣的:(view)