Dear Sir,
I used viewstate i heard in gridview it reduce performance how to avoid that in gridview loading data
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Karthik AgarwalPosted Dec 15, 2011, 3:34 AM
DataGridView1.ColumnCount = 2;
DataGridView1.Rows.Add(column1, column2);