There is a Gridview with 4 columns as Dropdownlist.
Sector KPI Month Year
--ddlSector --ddlKPI --ddlMonth --ddlYear
I want to bind the 2nd column 'ddlKPI' DropDownList based on the 1st Column item selection and then save it into Table.
Please note that I am using ObjectDataSource to bind the dropdownlist as well as to query the Gridview.
Please let me know how to achieve my task on selectedIndexChange of DDL1 ?
Hope I am able to explain my requirement properly. Thanks in advance