Hi
I have a datagrid in my form where it is used to viw the contents of table hich has 10 fields.
now i want some columns of datagrid to be visible as false
in vb we code it has
datagrid1.colum ns(1).visible =false
how to code it in vb,.net 2003
can anyone help
I have a datagrid in my form where it is used to viw the contents of table hich has 10 fields.
now i want some columns of datagrid to be visible as false
in vb we code it has
datagrid1.colum ns(1).visible =false
how to code it in vb,.net 2003
can anyone help
Comment