V
VB Programmer
I have a simple datagrid on a webform. (I'm using VB.NET.)
In the page load I get some data, set the .DataSource property of the dg,
then do a .DataBind. The columns are automatically created.
Question: How can I dynamically change the width's of these columns?
Thanks in advance.
In the page load I get some data, set the .DataSource property of the dg,
then do a .DataBind. The columns are automatically created.
Question: How can I dynamically change the width's of these columns?
Thanks in advance.