Re: Drop down list

  •  12-16-2011, 8:22 AM

    Re: Drop down list

    Hi
    If you place
    ddlDocType.SelectedIndex = 1
     
    after
    ddlDocType.Items.Add(New RichListItem("test2", "test2"))
     
    When the page shows, it should select test2 but it does not.
     
    Is there a way of making test2 show as selected?
     
    thanks
View Complete Thread