hi friends..
can anybody tell me how to display data from database to datagrid view in asp.net using c
i used datagrid.datasource=dataset.tables[0];
datagrid.databind();
but i can see data in gridview........
plz help me
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.
kalpa vachhaniPosted Mar 20, 2011, 12:57 AM
1) Your dataset dont have datatable in it
2)Your Table should contain data
Suthish NairPosted Mar 19, 2011, 4:51 PM
VulpesPosted Mar 19, 2011, 4:39 PM