hassanbenali
New member
- Joined
- Nov 15, 2010
- Messages
- 3
- Programming Experience
- 1-3
i have table contain 2 columns
string column1
string column2
the select statment in sql is
Select column1 as c1, column2 c2 from table
i use data adapter, and data set
how can i retrieve in datagridview both the column name and column alias
string column1
string column2
the select statment in sql is
Select column1 as c1, column2 c2 from table
i use data adapter, and data set
how can i retrieve in datagridview both the column name and column alias