rfazendeiro
Centurion
- Joined
- Mar 8, 2004
- Messages
- 110
Hi to all,
I have a DataSet which i populate it with all the information that exists in a table in my database.
I will bind that DataSet to a DataGrid to show the information but i don't what to show all columns that exists in the DataSet.
So how can i limit what appears in the datagrid?? do i have to make a new DataSet with only the information i want?
thx to all
I have a DataSet which i populate it with all the information that exists in a table in my database.
I will bind that DataSet to a DataGrid to show the information but i don't what to show all columns that exists in the DataSet.
So how can i limit what appears in the datagrid?? do i have to make a new DataSet with only the information i want?
thx to all