how do i keep variable after i reload page.
What i have is a text box that displays retrieved data from database. The correct data is being displayed.
I have select boxs that when clicked on reload the page and put the current time & date into other text boxes. This works fine.
The problem is that if i edit one of the text boxes before i click one of the select boxs, when the page reloads the text box reverts back to its orginal value.
Do i need the make these variables session variables so that when i reload the page the edit text box is not reset back to its orginal value.
Or is there a way of doing this