Flashing effect

  •  07-06-2007, 12:47 PM

    Flashing effect

    I'm trying this control in a case where I have a list of options a user could select to edit some text.  All the images load (flash) when the page is loaded, and each time the user clicks on a different item to edit all the images load again.  Is there a way that I can change this so that it doesn't do this. 
    I have the Control inside of a user Control, and I have exposed the editors Text property.  The user control is in an .aspx page that has Ajax Update Panel on it, and the control is inside of the Update Panel.  And when the user selects an item to edit, I'm just changing the text property, but it looks like it's refreshing the entire control. 
View Complete Thread