Re: Grid viw On an ASP page
am 11.11.2007 02:03:18 von Andrew Faust
Sure, you just need to define the columns manually instead of letting the
binding do it for you automatically. You can do this with the Columns
property at design time. Or via code at runtime.
--
Andrew Faust
andrew[at]andrewfaust.com
http://www.andrewfaust.com
"Josh" wrote in message
news:e8$0RO%23IIHA.5764@TK2MSFTNGP06.phx.gbl...
>I would like to display one column of data.Can this be done using the grid
>view tool?
>
> Data
> 1xxx 2xxx 3xxx
> 4xxx 5xxx 6xxx
> 7xxx 8xxx 9xxx
> 10xxx 11xxx 12xx
>