How to edit from one form to another in windows application? When we click edit in datagrid, datagrid item to textbox of another form
This is the code I used.
PartyEdit partyEdit = new PartyEdit(); partyEdit.txt1.Text = this.ddlgrdParty.CurrentRow.Cells[2].Value.ToString(); partyEdit.txt2.Text = this.ddlgrdParty.CurrentRow.Cells[3].Value.ToString();
Thank you for support.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.