Results 1 to 4 of 4

Thread: What grid to use with .NET when using Datasets.

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    What grid to use with .NET when using Datasets.

    My app returns a dataset from a webservice.
    What do people use in the way of grids, NOT 3rd party commercial grids that cost cash, to display the data in the dataset?

    Is it OK to bind the dataset to grids in .NET. I know in VB6 this was frowned upon, but what about .NET. I have been led to believe that this is OK, and is the done thing. Is this right?

    Woka

  2. #2
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    Use the DataGrid. There are tons of ways to customize it, and alot of it will seem very excesive (sp?) in the beginning, but you can actually do alot with it once you really figure it out.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  3. #3

  4. #4
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    Unfortunately I just changed jobs, and I haven't gotten around to writing any here yet. I would try search goggle with VB.NET and DataGrid and you should find a bunch though.
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width