The GridView 'GridView1' fired event Sorting which wasn't handled.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • giveDsolution
    New Member
    • May 2007
    • 107

    The GridView 'GridView1' fired event Sorting which wasn't handled.

    I want to sort the gridview by clicking the header but it shows the below error
    The GridView 'GridView1' fired event Sorting which wasn't handled.
  • giveDsolution
    New Member
    • May 2007
    • 107

    #2
    Plz anybody reply me

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      I believe this is the same problem you had with your button not firing an event.
      You have not actually supplied code for the sort event that is being fired. View the aspx page and select the gridview, then in the properties box switch over to events and add an event to the Sorting event.

      Comment

      Working...