DataGridView ( Windows Forms )
I am populating data to datagridview (Windows Forms) using DatatTable Programatically. How to add "SELECT" Item in it.
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.
Riddhi ValechaPosted Oct 23, 2012, 4:44 AM
Can you please explain what exactly your question is?
Is it that you have to populate your gridview using DataTable and SQLDataAdapter ?
And you have to fire a select query (select * from emp) ??
Or is it something else?