From: Tony WONG on
Records are added regularly and gridview shows them.

now i use ajax updatepanel to refresh gridview from time to time.

i do not wish to refresh the whole gridview

is it possible to do
when there is new record, then new record is put on the top of gridview
table

just like hotmail

it looks more professional and less monitor flashs

Thanks a lot.

tony


From: Mark Rae [MVP] on
"Tony WONG" <x34(a)netvigator.com> wrote in message
news:evlo9ozkKHA.2188(a)TK2MSFTNGP04.phx.gbl...

> when there is new record, then new record is put on the top of gridview
> table

But adding a new record to the top of the GridView will force all of the
other records to move down one...

So you'll need to refresh the GridView anyway...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 | 
Pages: 1
Prev: Unique browser ID
Next: Scheduled ASP.NET Task