drop down menu - Can I bind Dropdownlist (DDL) inside Gridview (GV) to the datasource of DDL rather than GV? -
if yes how. scenarios : have gv sqldatasource1. have ddl inside gv in edit template. ddl using sqldatasource2. default when want bind values ddl, give options of gv datsource not ddl's datasource. neither works way.
what doing fetching values 2nd table inside ddl. want values updated in side table1 updating. table1 has references in table2. want update these references using ddl.
thanks!
yes, tutorial here. not need c# code this.
Comments
Post a Comment