Contents tagged with Dropdownlist

  • Handling Dropdown list inside Gridview with Autopostback

    Hi,

    Many a times there are circumstances where by we need to use dropdown list inside a Gridview and also handle the index changed event of the dropdown list. The easy example of this kind of requirement would be when we nee to fill another dropdown list in the same row from the value selected in the first dropdown list.

    We all know that the dropdown list does not support command name property so you cannot handle the event in the row command event.