how can I use dropdownlist in class librarySheikh parvaz13yAsked Dec 19, 2012, 7:52 AM1.8k.NETI m unable to handle this piece of code in class library, because it has dropdownlist control in it.I m trying to create a two tier app.cmd.Parameters.Add("@AssignedTo", SqlDbType.NVarChar).Value = ddlExperts.SelectedItem.Text;
Replies
Know the answer? Post it — somebody with the same question will find it here.