Programatically Changing Dropdown Codes

  •  09-18-2008, 8:19 AM

    Programatically Changing Dropdown Codes

    I need to offer each user a different set of Codes. The Codes will depend upon data held in a database. They will be choices of code snippets created by each user.
     
    I can read data from the database and programatically incorporate them into the "name" and "value" elements as suggested in the documentation. However, this does not create the necessary <html> tags in the original examples. How does one do this?
     
    When the different fonts are displayed, the name of the font is displayed in the font itself using the CDATA format. Can we programatically set up this format to display the names of dropdown option?
    Warm Regards,

    Peter Lane
View Complete Thread