all groups > vb.net controls > july 2005 >
You're in the

vb.net controls

group:

how to split a row of data into two rows


how to split a row of data into two rows Dino Buljubasic
7/20/2005 12:00:00 AM
vb.net controls:
hi,

I would like to display data fetched from database in a row that has
two lines in it like for example following two rows are displayed (
the lines are just to distinguish row 1 from row 2:

----------------------------------------------------------
ID1 NAME1 DOB1 row 1
C O M M E N T S H E R E
----------------------------------------------------------
ID2 NAME2 DOB2 row 2
C O M M E N T S H E R E
----------------------------------------------------------

Is there a control in VB.net that allows something like this. I know
of list view but it allows displaying row by row with all data in one
line whereas I need a database row displayed in two lines like shown
above.

Any help will be appreciated,
Re: how to split a row of data into two rows Alvin Bruney [MVP - ASP.NET]
7/20/2005 2:39:09 PM
have a look at the asp.net website for controls that do that sort of thing.
i don't believe there are any free ones though.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
[quoted text, click to view]

Re: how to split a row of data into two rows Dino Buljubasic
7/20/2005 7:08:16 PM

I need VB.net control for this or a best way to do it, but the display
must be as in my previous post. I am using VS.net 2003

Thanks,
_dino_


On Wed, 20 Jul 2005 14:39:09 -0400, "Alvin Bruney [MVP - ASP.NET]"
[quoted text, click to view]
Re: how to split a row of data into two rows Ken Tucker [MVP]
7/20/2005 7:25:48 PM
Hi,

I you are writting an asp.net application take a look at the
datalist control.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconbindingsqldatatodatalistcontrol.asp


Ken
---------------------
[quoted text, click to view]
hi,

I would like to display data fetched from database in a row that has
two lines in it like for example following two rows are displayed (
the lines are just to distinguish row 1 from row 2:

----------------------------------------------------------
ID1 NAME1 DOB1 row 1
C O M M E N T S H E R E
----------------------------------------------------------
ID2 NAME2 DOB2 row 2
C O M M E N T S H E R E
----------------------------------------------------------

Is there a control in VB.net that allows something like this. I know
of list view but it allows displaying row by row with all data in one
line whereas I need a database row displayed in two lines like shown
above.

Any help will be appreciated,
_dino_

Re: how to split a row of data into two rows Dino Buljubasic
7/21/2005 8:06:52 PM
No, I am writing a Windows Forms application.

Thank you,
_dino_

On Wed, 20 Jul 2005 19:25:48 -0400, "Ken Tucker [MVP]"
[quoted text, click to view]
AddThis Social Bookmark Button