If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Wrapping Columns in a GridView

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-18-06, 15:24
FlyingPerson FlyingPerson is offline
Registered User
 
Join Date: Jun 2006
Posts: 1
Wrapping Columns in a GridView

I am having 20 bounded columns for a gridview, I want to spread them out so I get 4 columns in 1 tow, and another 4 on next row, and so on

Sample:
________________________________
Label1 Label2 Label3 Label4
data1 data2 data3 data4

Label5 Label6 Label7 Label8
data5 data6 data7 data8
_________________________________

instead of what I have now:
__________________________________________________ ______________
Label1 Label2 Label3 Label4 Label5 Label6 Label7 Label8
data1 data2 data3 data4 data5 data6 data7 data8
__________________________________________________ ______________

thanks for any help~
Reply With Quote
  #2 (permalink)  
Old 09-11-06, 20:24
kscheidel kscheidel is offline
Registered User
 
Join Date: Mar 2004
Posts: 5
Have you considered using two dg, one below the other. and binding the first four columns to the top one and the last four to the bottom? That way should you add new data, each will expand accordingly.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On