Hello,
Am having a problem in getting the value from a drop down list box.
What am i doing wrong here ? I have tried removing the value tostring, but still get an error
tnx
Ehi
protected void Title_SelectedIndexChanged(object sender, EventArgs e)
{
if (Title.SelectedValue.ToString() == "Other")< ...
Go to the complete details ...