Re: I need to reload font sizes after a font has changed

  •  06-28-2010, 8:33 AM

    Re: I need to reload font sizes after a font has changed

    Hi Ken,

    Each customers  has a specific set of fonts and sizes.

     I must load a customer specific set of fonts and font sizes from a database. 

     

    What we need to do is change the list of available font sizes in the font size dropdown when a user selects a different font from the fonts dropdown. 

     

    We have tried registering for the onChange event on the fonts dropdown and using JavaScript to do a postback to the server to re-load the font sizes dropdown.  This approach doesn't seem to work, though, because the code-behind still sees the old selection and not the new selection that was just made.

View Complete Thread