Click here to Skip to main content
16,011,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a form on aspx page and below form is a grid.
Whenever i insert data from form my grid doesnot update the row until i refresh the page .
I am using update panel only with grid .
If i use it with form then how i refresh the whole page against form insertion data.
kindly help me.

Thanks in advance
Posted
Updated 18-May-11 19:16pm
v2

1 solution

After you insert the data do updatePanel1.Update() which will update the grid.
But for this case i suggest you you to use modelpopup extender to insert new record and jquery datatable to maintain the records.
 
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