|
ASP datagrids in visual studio 2005
I am developing my first asp.net application using VS2005. One of the thinks I am trying to grasp is the formatting properties of the data controls. I have a ASP datagrid linked to a sql datasource.
I want my datagrid to be a certain size and have scroll bars. The scroll bars should be on the datagrid, not on the browser window. I have tried setting the properties in the Style menu for the datagrid but nothing seems to work.
I am thinking I need to do something with the clipping settings, but nothing I do displays the scroll bars. If someone can tell me how to display a, say, 5cm by 5cm datagrid, with scroll bars, then I will still have some hair left at the end of the day.
cheers
|