Hey guys, I'm trying to edit a datagridview that's populated by a SQL database It's a ticketing system that logs tickets for an IT help desk.. I am filling 'Datagridview' with table 'EmpDetails' When user click a cell and After making changes in 'Datagridview cell' whatever changes made in datagridview should get reflect at backend in table 'EmpDetails'.. Hi all, Please help me in solving following query: I want to update table at backend in mssql database when making changes in datagridview cells current data.
Are there any easiest way to do these or do i have to write a method and execute it in grid view cell end edit event.. I want to be able to assign users to specific tickets by using a combo box and then clicking a button 'Assign User' to assign the user that is specified within the Combo Box to the existing ticket.. C# Datagridview Update DatabaseHi, I have a datagridview with a check box column as the first column in it.. You give the datagridview an DataSource which is a table from your DataSet Make sure, before you Update your database, you use datagridview1.
What I want is, when User makes changes in datagridview cells by editing the changes which are made should get reflect in table in database.
0041d406d9