Suppose i have entered a number in textbox and that same number of rows should be added in the GridView at Runtime. How can i achieve it. Please any one tell me Thanx in Advance
mohit saxena
Hi
Place one dataGrideView , oneTextBox and One Button for "Add Rows"
and goto Button Click event and Write below Code
int
x =
dataGridView1.Rows.Add(x);