Saving text entered on textbox before page refreshes itself
- From: lamp74@xxxxxxxxx
- Date: Mon, 16 Jul 2007 16:57:00 -0700
I have a aspx webpage that gets new records on the database at pre-
determined internval, the web page refreshes itself when its time to
get new records.
I used <META HTTP-EQUIV="REFRESH" CONTENT=60> to force the refresh of
the webpage.
On the webpage, besides data being displayed, for each data record, i
added a aspx textbox to it for users to type in their notes for that
record.
when the page refreshes itself, I want to save the texts that are
entered in the aspx text boxes to a data table which is stored on the
session so that when the page refreshes and re-draw the table again, i
can put the text back to the corresponding text boxes again.
My problem is, when the page refreshes itself, the text entered on the
textbox are lost, it did not get sent to the server when the client
refreshes.
Is there a way to do this? ie, save texts entered on the textbox to a
session variable before the page refreshes.
Thanks!
.
- Follow-Ups:
- Re: Saving text entered on textbox before page refreshes itself
- From: Phil Cairns
- Re: Saving text entered on textbox before page refreshes itself
- Prev by Date: Programmatically Add a Scheduled Task
- Next by Date: Re: Visual Studio V6.0 (Visual InterDev) and IIS 4.0 on Windows 2000
- Previous by thread: Programmatically Add a Scheduled Task
- Next by thread: Re: Saving text entered on textbox before page refreshes itself
- Index(es):
Relevant Pages
|