Click here to Skip to main content
15,885,197 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i have page name as "Default.aspx".
i have added the gridview inside the webpart zone.
i am displaying the product details from product table in the grid view.

Here now i want refresh the gridview in webpart zone. if i insert the record in products table in database, i can see the updated record in the gridview

please provide me the better solution for this approach.


Thanks
Dhanasekaran Murugesan
Posted
Comments
[no name] 7-Oct-14 9:00am    
See my answer , please accept it if it helped you .

1 solution

yes you can do the same in different ways, either you can use update panel or use javascript.


See these links

http://msdn.microsoft.com/en-us/library/vstudio/bb386452%28v=vs.100%29.aspx[^]

http://stackoverflow.com/questions/9257581/using-gridview-inside-updatepanel[^]
 
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