T
triumph
Hi, I'm using datagrid where i have some fields generated from sql.
I have to include some other fields which have been set as default
columns given below.
Dim dttad As New DataTable
Dim dr As DataRow
dttad.Columns.Add(New DataColumn("S.No", GetType(String)))
..
....dgtad.DataSource = dttad
I need to include this default columns with other fields in datagrid.
How can I do that.
Ur advice is necessary to me
by Triumph
I have to include some other fields which have been set as default
columns given below.
Dim dttad As New DataTable
Dim dr As DataRow
dttad.Columns.Add(New DataColumn("S.No", GetType(String)))
..
....dgtad.DataSource = dttad
I need to include this default columns with other fields in datagrid.
How can I do that.
Ur advice is necessary to me
by Triumph