cannot unselect dropdown list

Z

Zeng

Hello,

Does anyone know why setting SelectedIndex to -1 doesn't unselect dropdown
list? Here is my code below. Thank you very much in advance

using (SqlDataReader reader = StoredProcedure.ExecuteReader("ListPeople",
pars))
{
m_peopleDd.DataSource = reader;
m_peopleDd.DataTextField = "UserName";
m_peopleDd.DataValueField = "LoginName";
m_peopleDd.SelectedIndex = -1;
m_peopleDd.DataBind();
}

m_peopleDd.SelectedIndex = -1;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,064
Members
48,769
Latest member
Clifft

Latest Threads

Top