Click here to Skip to main content
15,921,577 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i have a Grid view , when I insert or delete a record I should be refresh page to see change !
can i see the change after delete without refresh page ??
Posted

1 solution

Try these links for solutions -
How to refresh an ASP.NET GridView automatically[^]
ow to refresh an ASP.NET GridView automatically at regular intervals[^]

Alternately, reload a part of the GridView once the save completes.
You can also reload the entire gridview provided you have less data.
Loading a large volume gridview will probably impact performance.
 
Share this answer
 
v2

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



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