DropdownList Inside Gridview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baburk
    New Member
    • Oct 2006
    • 111

    DropdownList Inside Gridview

    I have Two DropDownList inside DataGrid or GridView,
    Now on Change of selection of First DropDownList, I want to fill value in second DropDownList
  • maheshmrk22
    New Member
    • Dec 2007
    • 23

    #2
    Originally posted by baburk
    I have Two DropDownList inside DataGrid or GridView,
    Now on Change of selection of First DropDownList, I want to fill value in second DropDownList


    hi baburk,


    If you want to fill the second dropdown then you will have to handle the event of first dropdown selectedindexch anged (Autopostback=t rue), in that assign the datasource to the second dropdownlist... ...

    K Mahesh

    Comment

    • baburk
      New Member
      • Oct 2006
      • 111

      #3
      I had wirte the event and also autopostback = true.

      Since dropdown is in GridView. It did not fire the event.

      Comment

      Working...