G
Guest
Dear all,
I have an application which connect to a SQL database and execute a querry
Then a clik on a server buton control build build a dataset object on which
a datagri control is bind to a follow :
dim ds as new dataset
ds = Me.ServerCtl.Data
datagrid1.DataSource = ds
datagrid1.DataBind()
This get my data displayed as row data.
Does anyone has a good sample or links on how to customize datagrid layout
and view ?
regards
serge
I have an application which connect to a SQL database and execute a querry
Then a clik on a server buton control build build a dataset object on which
a datagri control is bind to a follow :
dim ds as new dataset
ds = Me.ServerCtl.Data
datagrid1.DataSource = ds
datagrid1.DataBind()
This get my data displayed as row data.
Does anyone has a good sample or links on how to customize datagrid layout
and view ?
regards
serge