How to open in run time dropdown list in combobox?

Discussion How to open in run time dropdown list in combobox?

  • Thursday, June 14, 2007 9:41 AM
     
     

    Hello.

    I have next code:

    myCheckBox = document.createElement("select");

    // some initialize code

    Now I want in run time open dropdown list. How can I do this?

    maybe some like this

    myCheckBox.dropdown = true, or some else...

    Thanks.

All Replies

  • Tuesday, June 19, 2007 4:47 AM
     
     

    If you ask me, i think that this can not be done in c#.

    But can you do it in Javascript, that i don't know.