dropdown id not working

  •  03-06-2008, 11:57 AM

    dropdown id not working

    Hi! I tried this code, but it's not working:

    CuteEditor.ToolControl toolctrl2 = Editor1.ToolControls["imagesDropdown"];

    if (toolctrl2 != null)

    It skips the if statement cos toolctrl2 is null. Thanks!
View Complete Thread