code to edit data in grid view of the form and to store the changes into the database via button
hi i am new to software devolopment kindly help me to handle the project
hi i am new to software devolopment kindly help me to handle the project
Check out this data grid sample for web based applications (ASP.NET):
http://asp.net/learn/videos/video-08.aspx
and this one for GridView and FromView (both assume you are using ASP.NET 2.0 which is the current version (.NET Framework 2.0 is a free download and you'll need either Visual Web Developer Express or Visual Studio 2005 to work with ASP.NET code)
http://asp.net/learn/videos/video-07.aspx
Or this sample for Windows forms applications:
Navigate to the "Data Centric Applications" section
Jason