Can anyone recommend a solution for getting labels and grid headers from a sql server 2008 database -- other than creating a table with all the column names and headers/captions and translating them. SQL Server 2008 tables don't have a caption column property which would be useful ... I am not sure if using the description column property is possible or would be practical.

Any ideas would be appreciated...

'Code for retrieving the table from the database.
TextBox1.Text = dataTable1.Columns(0).ColumnName
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.