access_asp thread: Asp page , retaining what user enterd after button clicked
Message #1 by "sharon buggle" <s.buggle@w...> on Wed, 19 Sep 2001 18:14:12
|
|
Hello,
I have this asp page that when user enters certain fields in text boxes
and clicks the edit button the table below shows all records from
databases but the information they entered is gone in text boxes.
If anyone can help, thanks!
Message #2 by "Olga Möller" <olga_moller@h...> on Thu, 27 Sep 2001 08:58:18
|
|
If you mean that AFTER you click edit and the new page is loaded the
information in the text boxes is gone, this happens always (at least
according to my experience). You have to separately make the text box in
the new page show the data that was entered at the last page or then, for
example, make a line before the table that outputs the data that you
entered, this way you can see it on the next page also. Hope this was
accurate enough so you understand what I mean.
> Hello,
>
> I have this asp page that when user enters certain fields in text boxes
> and clicks the edit button the table below shows all records from
> databases but the information they entered is gone in text boxes.
>
> If anyone can help, thanks!
|