
- Forum
- Programming Talk
- Microsoft .NET
- show data on datagrid
show data on datagrid
This is a discussion on show data on datagrid within the Microsoft .NET forums, part of the Programming Talk category; hi ,this is manish,plz explain me that how can i retrive data from database and show it on datagrid....
-
03-13-2007, 01:09 PM #1
- Join Date
- Mar 2007
- Location
- New Delhi
- Answers
- 1
show data on datagrid
hi ,this is manish,plz explain me that how can i retrive data from database and show it on datagrid.
-
First get connection to the database from which you want to retrieve the data then by using dataset or datareader get the data from database then bind with the datagrid...

Reply With Quote





