Hi All,
I have created a user control which has Edit and Save button events.
In Edit, I am capturing a value from page and peforming some operation and assigning it to some variable.
On save I want to access the value assigned to varible during the Edit operation.
I dont wish to use Session to maintain value in the air due to some technical constaints.
Is there any other option than Session and ViewState?
Thank you!
Go to the complete details ...