Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

edit database from datagridview with right click on data c#

this.MyDataGridView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MyDataGridView_MouseDown);
this.DeleteRow.Click += new System.EventHandler(this.DeleteRow_Click);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #edit #database #datagridview #click #data
ADD COMMENT
Topic
Name
4+4 =