Grid viw On an ASP page

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

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
 
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.
 
Back
Top