Loading ...

Auto refresh page

Who is online?  0 guests and 0 members
home  »  blogs  »  Vijendra Shakya  »  Auto refresh page

Product Spotlight

ASP.NET Hosting Spotlight

 

Comments (10)

ramesh
ramesh said:

dear friend

 

i want to make my blogspot page auto refersh the page like this "blog http://www.brameshtechanalysis.com/charts/banknifty.html"  so my visiter will get the data update .  

 

can u expalin it or

6/18/2010
 · 
 
by
gita
gita said:
Hey Vijendra, this is a very useful information that i was searching for...but could you please tell me how can i use it with my blogger`s blog...! regards Gita
4/2/2010
 · 
 
by
Vijjendra

Hi Ramesh,
You can use above given method for auto refreshing the page after a certain interval, if you don't want to redirect the page just remove the url property.

<meta http-equiv="refresh" content="30">
This will refresh page after every 30 second.

You can follow my article for autorefresh
http://codeasp.net/articles/asp-net/41/auto-refresh-data-using-ajax-in-asp-net

6/18/2010
 · 
 
by
Vijjendra
Hi, Gita can you explain what you want to do?.
4/2/2010
 · 
 
by
Anonymous
Anonymous said:

Hi, if i want to refresh just one block of the page and not the whole page, how can i do that? thank you

5/30/2010
 · 
 
by
Vijjendra

Hi Ramesh,
You can use above given method for auto refreshing the page after a certain interval, if you don't want to redirect the page just remove the url property.

<meta http-equiv="refresh" content="30">
This will refresh page after every 30 second.

6/18/2010
 · 
 
by
Vijjendra

Hi Ramesh,
You can use above given method for auto refreshing the page after a certain interval, if you don't want to redirect the page just remove the url property.

<meta http-equiv="refresh" content="30">
This will refresh page after every 30 second.

6/18/2010
 · 
 
by
vasimbang
vasimbang said:
thanks
4/6/2010
 · 
 
by
azeem
azeem said:

yes it very use full

8/7/2010
 · 
 
by
Vishal
Vishal said:
Is there any trick to auto refresh a specific content on a web page. like refreshing a live chart on bloggers page.
11/26/2011
 · 
 
by
  • Name:*
  • Email:*
  • Website:
Type the characters you see in the image *

Confirm

Latest community blog posts

  • A person on the forums was struggling with jQuery tools tabs index issue on postback. On clicking the tabs and doing some postback the selected tab index was getting lost. Below is the solution on how to retaing the previous selected index which was there before postback. Complete Source: <%@ Pag...
  • I was working with jQuery tools tabs today and I had to set the initial index of tab selected by default. The solution is to set initialindex property in the options. Source: $("ul.tabs").tabs("div.panes > div", { initialIndex: 1 }) ; Complete code to test above: <html> <head> <tit...
  • A person asked me today how to get form authentication cookie and get the data present in it. I decided to write a short blog on it. Formauthentication cookie is saved with the name which we can get via FormsAuthentication.FormsCookieName property. The key here is to get the cookie via this name and...
  • While working with one of the sample application I noticed that form authentication timeout in web.config was overriding the manual ticket's (which we created via code) timeout. Below is the code which was written in the application: var ticket = new FormsAuthenticationTicket(1, "UserName", DateTime...
  • In this blog I will show how to select a range of characters in textbox with jquery. In my demo I have used one textbox and one button. On click of button arange of characters in textbox will be selected. Below is the sample code: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="ser...

Vijendra Shakya's latest blog posts

Product Spotlight

ASP.NET Hosting Spotlight

 

Quick Vote

What kind of email newsletter would you prefer to receive from CodeAsp.Net?