Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have taken the gridview and bind the data. ofter that my requirement is out side gridview update button. whenever click the update button hole gridview data update.

please provide source code for my requirement

thanks for advance valuable replay.

Regards
Subrahmanyam
Posted

We don't provide source code try to learn things , you can start from here:

ASP.NET GridView samples and examples[^]

hope it helps :)
 
Share this answer
 
Try
GridView.DataBind Method[^] which is used to bind data from a data source to the GridView control.
For more reference
Binding GridView with Data - The ADO.NET way[^]
 
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