Sorting in GridView Control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rohit111111
    New Member
    • Mar 2007
    • 48

    Sorting in GridView Control

    Hello All,
    What code I written in Grid view's Sorting event to apply soritng
    i am using vb.net
    Thanks in advanced
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Originally posted by Rohit111111
    Hello All,
    What code I written in Grid view's Sorting event to apply soritng
    i am using vb.net
    Thanks in advanced
    Is this a web application or a windows application?
    DataGridView has sorting "built-in" to it, not sure how the web application's version does it

    Comment

    • chinu
      New Member
      • Jun 2007
      • 36

      #3
      Originally posted by Plater
      Is this a web application or a windows application?
      DataGridView has sorting "built-in" to it, not sure how the web application's version does it
      You can see an example in
      "ms-help://MS.MSDNQTR.v80. en/MS.MSDN.v80/MS.NETDEVFX.v20 .en/cpref16/html/M_System_Web_UI _WebControls_Gr idView_Sort_1_a 3fecfe4.htm".

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4

        has information about the .Sort()

        Comment

        Working...