Hi All!
I am using ASP.Net with Vb Coding in Windows XP Machine. I am Using a DataGrid and I am Passing a DataBase to this DataGrid. Data are get filled from the DataBase. Now I want to Set the First Column Width to Some pixels (Ex: 150 pixels).
I am using the following code:
But it does n't works.
Thanks in Advance
With Regards
Vijay. R
I am using ASP.Net with Vb Coding in Windows XP Machine. I am Using a DataGrid and I am Passing a DataBase to this DataGrid. Data are get filled from the DataBase. Now I want to Set the First Column Width to Some pixels (Ex: 150 pixels).
I am using the following code:
Code:
Datagrid1.Columns(0).ItemStyle.Width.Pixel(150)
Thanks in Advance
With Regards
Vijay. R
Comment