Re: customized link dropdown question

  •  02-06-2007, 1:05 PM

    Re: customized link dropdown question

    Hello Adam,
     
    this does not work. With this code
     
    dropdown.Items.Add("CuteSoft","*CuteSoft*","http://www.cutesoft.net/");
     
    the http://www.cutesoft.net/ will be dropped as a text and not the "CuteSoft".

    This is the HTML-Code after dropping:
    <div><a href="http://www.cutesoft.net/">http://www.cutesoft.net/</a></div>

    What I want is:
    <div><a href="http://www.cutesoft.net/">CuteSoft</a></div>
    Regards
    J. Bauer
View Complete Thread