I have come across this line in a program I have to ammend :
Code:
Viewstate("lDDLDataTable") = fDDL2.DataSource
What exactly is Viewstate ?
Is it similar to Session state ?