How to sort the data in the data list?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shravanti88
    New Member
    • Mar 2010
    • 7

    How to sort the data in the data list?

    How do I sort the data/records in the DataList using VB.NET? I am working on a .NET project and using a SQL database.
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Database tutorial Part 1
    Database tutorial Part 2

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      You could either sort the data using SQL and making a request to your database.
      Or you could use something like the DataView control that supports sorting of table data.

      -Frinny

      Comment

      Working...