fetch record from table
How to show record in DataGridView in windows Forms using connected mode(row by row mode).
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.
Sanjeeb LenkaPosted Sep 11, 2013, 4:59 AM
plz provide more details.
As from your Question you want to get data using connected way . so you have to use datareader to fetch the data and bind it to datagrid.