Re: How does the StyleDropDown work? (attaching styles to it)

  •  11-25-2004, 5:27 AM

    Re: How does the StyleDropDown work? (attaching styles to it)

    [ce v3.0]

    Hi, I´m using the StyleDdl as:

    DropDownList sddl = new DropDownList();
    sddl .Items.Add( new ListItem( "Border Solid Black","ceBorderSolidBlack" ) );
    ... more items here ...
    this.ce1.StyleDropDown = sddl ;

    Then in my webpage I need the associated class as:

    .ceBorderSolidBlack{ border: black1pxsolid; }
    Regards,
    »»» KenA
View Complete Thread