how can i refresh my aspx webform

N

NATE

Could you tell me how I can refresh a aspx webform without press a
button.
I need to refresh a text box periodically without the action of the user
 
J

Joerg Jooss

Hello Nate,
Could you tell me how I can refresh a aspx webform without press a
button.
I need to refresh a text box periodically without the action of the
user

Either send a HTTP Refresh header (non-standard, though widely supported)
or add a META-Tag to your page:

<meta http-equiv="refresh" content="5; url=http://www.asp.net/">

The value of "content" specifies the number of seconds after which the conten
at "url" is loaded.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top