Click to See Complete Forum and Search --> : hold data???


dna
04-05-2005, 10:44 PM
i noe after we press the refresh button, the data on the page will be clear, is there anyway to hold the data of the textbox and checkbox although refresh is pressed?

Olórin
04-06-2005, 12:26 AM
You would have to put all of the information into session variables (or one session variable if you want to work with an array) and then you can retrieve it later in the session. However, if the use does not allow cookies session variables would not work.

- Olórin

dna
04-06-2005, 03:37 AM
thanks for ue code, i'll try it