Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
4351 Points
1277 Posts
May 08, 2012 06:01 PM|LINK
eyeguy1 It still wants to change the selection to the first item in the second ddl?????????????????
It still wants to change the selection to the first item in the second ddl?????????????????
hai
try this
boLensMaterial.DataSource = reader; cboLensMaterial.DataValueField = "LensID"; cboLensMaterial.DataTextField = "Material"; cboLensMaterial.DataBind();
cboLensMaterial.Items.Insert(0, "select"); cboLensMaterial.Items[0].Value = "0";
thank u
sriramabi
Contributor
4351 Points
1277 Posts
Re: HELP.. Filling Second DropDownList based on parameters of selection in another DropDown List...
May 08, 2012 06:01 PM|LINK
hai
try this
boLensMaterial.DataSource = reader;
cboLensMaterial.DataValueField = "LensID";
cboLensMaterial.DataTextField = "Material";
cboLensMaterial.DataBind();
cboLensMaterial.Items.Insert(0, "select");
cboLensMaterial.Items[0].Value = "0";
thank u