plz help!
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i fill 1 data table from database . i have 1 datagrid on the form that i fill it manually. can i add one of the columns of the data table to my datagrid? thank you :confused:
Yes you can, add a new column to the datasource (DataTable??) which you are creating manually and fill data in that newly added column from datatable filled from database. Saqib