Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.73K
1 Posted Topic
Re: doubt
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace HPSL_SAP { public partial class Form2 : Form { public Form2() { InitializeComponent(); } int i = 0; private void bADD_ValueDGV_Click(object sender, EventArgs e) { dataGridView1.Rows.Add();// ADD new Row in DataGridvIew …
The End.