I put UpdatePanel
with a Timer
as a trigger in my webpage. Also, outside of the panel, I put a TextBox
with a WatermarkExtender
.
When the timer ticks, the UpdatePanel
refreshes. Also, the watermark blinks (it disappears from the text box and reappears). And this happens every 1 second. This is a big issue.
Any help please?