Sheikh parvaz

Sheikh parvaz

  • NA
  • 199
  • 105.7k

how can I use dropdownlist in class library

Dec 19 2012 7:52 AM
I 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;