3
Reply

Hide a coloumn in DataGridview

Srikanth Suryadevara

Srikanth Suryadevara

Mar 6 2013 6:47 AM
1.3k
I have a Oracle Table with two columns as follows:
Did
Dname

 Now i have a data Adapter with the select query as follows "select * from OracleTable order by did";
 
when i was binding it to a datagridview using dataset i will get two coloumns as above


the Question is i need to hide the details of Did or completely the Did column

the another factor is that i am using the same query for another operation so the query need not to be changed but column have to appear hidden

Answers (3)