I would like to set the width on 2 columns of a asp.net gridview control, but
I'm having trouble making this work. Here is the code I use to create the
gridview:

'Create a new data table
m_dsTable = New Data.DataTable
m_dsTable.Colum ns.Add("Name", System.Type.Get Type("System.St ring"), "")
m_dsTable.Colum ns.Add("URL", System.Type.Get Type("System.St ring"),...