Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > how can I reload my gridwiew time-dependently

Reply
Thread Tools

how can I reload my gridwiew time-dependently

 
 
Yasin cepeci
Guest
Posts: n/a
 
      01-08-2007
I want to reload only my gridview every five seconds.
I used sqlDependency which caches page by changing sql table from sql server
side. but now I have to refresh all of my page every five seconds
Also I tried Atlas timer but it dont reload the data from cached sqldata or
sql server. It only wink there is no change.
How can I change only my gridview content time-dependent.


 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      01-08-2007
"Yasin cepeci" <> wrote in message
news:%...

>I want to reload only my gridview every five seconds.
> I used sqlDependency which caches page by changing sql table from sql
> server side. but now I have to refresh all of my page every five seconds
> Also I tried Atlas timer but it dont reload the data from cached sqldata
> or sql server. It only wink there is no change.
> How can I change only my gridview content time-dependent.


If you don't mind reloading the entire page, use this:

<head>
<meta http_equiv=refresh content=5>
</head>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
using refresh to reload page, problem is it loads header, footer andeverything, can I avoind those to reload? VT HTML 8 10-13-2010 11:09 PM
JavaScript refresh: <a href="#" onClick="window.location.reload( true );">Reload</a> Joshua Beall HTML 26 06-29-2007 06:31 PM
problem with reload(sys) (doing reload on the sys module) gen_tricomi Python 2 05-23-2006 10:03 AM
Is there an SNMP equivalent to "Reload in [x]" / "Reload cancel" commands? steve.chambers@gmail.com Cisco 5 05-20-2006 04:06 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57