Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Jimmy #1
Howto display an ASP.net datagrid rows as columns and vice versa?
Hi
I want to display my datagrid with the columns horizontal and rows vertical,
so just the other way around. For example instead of :
name address city
Tom 200 George Street Sydney
i would like:
name Tom
address 200 George Street
city sydney
ch
Jim
Jimmy Guest
-
Converting data from DataGrid to Java and vice versa
Hi all! Here is what I try to do (some pseudo-code): I have some POJO in Java, lets say Person - pls see the attached code. Now, I also have... -
Problem with configurating Apache for CF and vice versa
Hello, until now I was working with a static web site, using Dreamweaver MX on Apache 2.0.52. Now I was told to change it to be a dynamic one and... -
calling actions from a script and vice versa (CS)
Hey I just realized that I can automate a lot of my workflow in illustrator with applescript (I never realized it was scriptable) and I'm running... -
Director to Flash converter and vice versa?
Longshot but does anything exist to help (automatically) convert director to flash projects or vice versa (or even just convert Lingo to... -
Possible to read Textfile if other App accesses the same file + vice versa?
Hi, I got two applications: Director and lets say 'xApp'. xApp writes a status (just a number) into a textfile every second. Director reads... -
Elton Wang #2
Re: Howto display an ASP.net datagrid rows as columns and vice versa?
Hi Jimmy,
When Rendering to client-side, a datagrid actually is an html table. If your
data is for view only, you can create your own html table based on your
data. It's not big deal to show data horizontally in html table.
HTH
Elton Wang
"Jimmy" <beffer@gmail.com> wrote in message
news:uFoFkWOcFHA.3808@TK2MSFTNGP14.phx.gbl...vertical,> Hi
>
> I want to display my datagrid with the columns horizontal and rows> so just the other way around. For example instead of :
>
> name address city
> Tom 200 George Street Sydney
>
> i would like:
>
> name Tom
> address 200 George Street
> city sydney
>
> ch
>
> Jim
>
>
Elton Wang Guest
-
Kim Quigley #3
Re: Howto display an ASP.net datagrid rows as columns and vice versa?
Instead of having 3 columns (name, address, city), create a template column.
In that column, create a table of two columns and 3 rows with the headings
in the first column and label controls in the second column. Set the text
property of the label controls to
text='<%# Container.DataItem("fieldname")%>'
"Jimmy" <beffer@gmail.com> wrote in message
news:uFoFkWOcFHA.3808@TK2MSFTNGP14.phx.gbl...> Hi
>
> I want to display my datagrid with the columns horizontal and rows
> vertical,
> so just the other way around. For example instead of :
>
> name address city
> Tom 200 George Street Sydney
>
> i would like:
>
> name Tom
> address 200 George Street
> city sydney
>
> ch
>
> Jim
>
>
Kim Quigley Guest
-
Unregistered #4
Re: Howto display an ASP.net datagrid rows as columns and vice versa?
no use waste
Unregistered Guest



Reply With Quote

