Questions Tagged viewstate
How long are events stored in ViewState
Answered: It's reset every time you call DataBind(). It only contains the latest event set loaded from DataSource. I would recommend reloading events from the database instead of storing them in the ViewState....
Questions 1-1 of 1