adding dropdown.SelectedItem.text to editor

  •  03-12-2007, 5:50 AM

    adding dropdown.SelectedItem.text to editor

    I have a a dropdownlist within the Editor that i populate from a database.
    I would like to add the selectededItem to the editor eg:
    if i select name from the dropdown list, i would like the selectedItem.Text (Name) to be displayed within the editor's content.
     
    Do you have any examples or code that could point me in the right direction
    Thanks
    DJV
View Complete Thread