I have a gridview whose datasource is an oracle database. I want to know how to be able to change column width (in the gridview) when it is being displayed in the web browser.
Thank you
|
|
I have a gridview whose datasource is an oracle database. I want to know how to be able to change column width (in the gridview) when it is being displayed in the web browser. Thank you |
|||
|
|
|
|
Hi zohair-- You can set the column directly with the GridView tag:
You could also assign the column a CSS class, and then use CSS to set the column width. |
||
|
|