Gridview column width
-
Can someone help me with how to change gridview column width in asp.net. I am using a session object(datatable) as the datasource to the grid view. I have tried the gridview_databound event to code something like this grv.cells(0).columnwidth=100 but it did not work pls help
-
Can someone help me with how to change gridview column width in asp.net. I am using a session object(datatable) as the datasource to the grid view. I have tried the gridview_databound event to code something like this grv.cells(0).columnwidth=100 but it did not work pls help
you keep a datatable in the session ? Can't you set the width in the aspx ? BTW, why did you not ask this in the ASP.NET forum, or did you cross post ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )