Ajaxcontroltoolkit watermark extender timer blink
问题 I've an ASP.NET page on which I've 1 Timer (Tick event is trigger for update panel) 1 Update Panel 1 Label (in Update Panel) 1 TextBox 1 WaterMark extender (for TextBox) The textbox and watermarkextander are out of the updatepanel, there are some other object in page but I am not listing them, the timer don't affect them. When I write something in textbox there is no problem but when the textbox is empty and the watermarkextender is active on timer tick the watermark text is blinking. What