Hi,
I have a table "Person" that I want to bind to the datagrid on the form.
Person(ID, FirstName, LastName, BirthDate, Address)
The table is stored in SQL server 2000 database. In the table designer I put in the description for each columns a more readable name such as ID, First Name, Last Name, Date of Birth
After successful binding the column header display the column name i.e. ID, FirstName, LastName ...
Is there any way that I can automatically display the column description on the header instead of the column name.
Thank you in advance.
I have a table "Person" that I want to bind to the datagrid on the form.
Person(ID, FirstName, LastName, BirthDate, Address)
The table is stored in SQL server 2000 database. In the table designer I put in the description for each columns a more readable name such as ID, First Name, Last Name, Date of Birth
After successful binding the column header display the column name i.e. ID, FirstName, LastName ...
Is there any way that I can automatically display the column description on the header instead of the column name.
Thank you in advance.