|
-
Oct 2nd, 2003, 04:42 AM
#1
Thread Starter
Fanatic Member
grid
My datagrid on a webform is populated usinig a datareader
With dgNewTrades
.DataSource = GetAllTrades
.DataBind()
End With
where GetAllTrades is a datareader.
The columns in the datagrid are boundcolumns
How can I increase the width of some of the columns?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|