protected override void LoadViewState(object savedState) { base.LoadViewState(savedState); Author auth = (Author)ViewState["Author"]; if (auth != null) { authorValue = auth; } }