|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how can i refresh my aspx webformCould 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 Hello Nate,
> Could you tell me how I can refresh a aspx webform without press a Either send a HTTP Refresh header (non-standard, though widely supported) > button. > I need to refresh a text box periodically without the action of the > user 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, -- Joerg Jooss news-re***@joergjooss.de
Other interesting topics
Books on ASP.net 2.0
serialized binary files vs Sql Server Performance.. VS2005 - Unable to open local iis site other than localhost Book Recommendation 2.0 binding ObjectDataSource to Dataset Using RSS Moving an XML node up or Down .NET controls rendering Accessing GAC classes from a WebService? Why Publish take so long? |
|||||||||||||||||||||||