aniskhan
Well-known member
i have a table
i take a datagrid
MADE..
datasource=dataset11
displaymember=dataset11.table
[/CODE]
but the datagrid displays the columns in different format
i-e FNAME LNAME ID
why does it do this , how to correct ,how is the column indexed as it does it automatically here..
VB.NET:
ID FNAME LNAME ADDRESS in database
i take a datagrid
VB.NET:
datasource=dataset11
displaymember=dataset11.table
[/CODE]
but the datagrid displays the columns in different format
i-e FNAME LNAME ID
why does it do this , how to correct ,how is the column indexed as it does it automatically here..