Explain how to access ViewState value of this page in the next page.
6407
11-Oct-2011
Updated on 21-Sep-2020
Chris Anderson
11-Oct-2011Once that is done, a control can be found from the previous page and its state can be read.
Label posterLabel = poster.findControl("myLabel");
string lbl = posterLabel.Text;