A
Aahz
Aahz Sep 16, 10:53 am show options
Newsgroups: microsoft.public.dotnet.framework.aspnet
From: "Aahz" <[email protected]> - Find messages by this author
Date: 16 Sep 2005 01:53:01 -0700
Local: Fri, Sep 16 2005 10:53 am
Subject: I need help formatig datagrid
Reply | Reply to Author | Forward | Print | Individual Message | Show
original | Remove | Report Abuse
Hello all;
I have problem formating datagrid, right now I have this classic type
of format:
------------------------------
| item1 | item2 | item3 |
------------------------------
| item1 | item2 | item3 |
------------------------------
but what i need is this:
------------------------------
| item1 | item2 |
------------------------------
| item3 |
------------------------------
| item1 | item2 |
------------------------------
| item3 |
------------------------------
that means I need to make item3 colspan and I don't know how to do that
I hope you have a picture )
Any help is really appreciated
Newsgroups: microsoft.public.dotnet.framework.aspnet
From: "Aahz" <[email protected]> - Find messages by this author
Date: 16 Sep 2005 01:53:01 -0700
Local: Fri, Sep 16 2005 10:53 am
Subject: I need help formatig datagrid
Reply | Reply to Author | Forward | Print | Individual Message | Show
original | Remove | Report Abuse
Hello all;
I have problem formating datagrid, right now I have this classic type
of format:
------------------------------
| item1 | item2 | item3 |
------------------------------
| item1 | item2 | item3 |
------------------------------
but what i need is this:
------------------------------
| item1 | item2 |
------------------------------
| item3 |
------------------------------
| item1 | item2 |
------------------------------
| item3 |
------------------------------
that means I need to make item3 colspan and I don't know how to do that
I hope you have a picture )
Any help is really appreciated