Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my question is that is we can bind data to gridview without update panel and without refresh. is there any way that i can use json. please note that i want only gridview
Posted
Updated 1-Jan-12 18:48pm
v3

Hi,

if you want to bind the latest data into gridview then updatepanel must be required to refresh data. I think there is no alternative for that.
 
Share this answer
 
You can bind data. but page need to redraw to show the data. for that purpose you need update panel or anything that redraw page area or page. learn about page life cycle as to understand the behind truth.

http://msdn.microsoft.com/en-us/library/ms178472.aspx[^]

http://www.codeguru.com/csharp/.net/net_asp/article.php/c19393[^]
 
Share this answer
 
Comments
Tushar22Patel 2-Jan-12 1:49am    
exactly
i need that because this is somewhat slow and if i use json in that way it is fast but consume lost time to develop
 
Share this answer
 

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