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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top