Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
hi All,

I am using the aspx pages in my project. am adding the meta tag in header section.

<meta http-equiv="refresh" content="285" />

every 285seconds my page was refresh. but my problem is after refresh the page my textbox values are clear.

how to refresh the page only.?

am adding the meta tag purpose is face the session value time. am using this tag refresh the page. and reload the session values.


thank & regards
Posted
Comments
Kishor Deshpande 23-Jan-13 12:06pm    
Using <meta http-equiv="refresh" content="285" /> is an old approach :(
Santhosh23 24-Jan-13 4:42am    
please tel me new approaches..

You could explore Ajax with ASP.Net[^] which will allow you to refresh only those parts of the page that you wanted refreshed.
 
Share this answer
 
look this article[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900