I have a simple update on interval application (pretty much same as this demo: http://demos.telerik.com/aspnet-ajax/notification/examples/updateinterval/defaultcs.aspx ).
The problem is if you set the updateinterval for a length of time less than the autoclosedelay it blanks out the popup (clears the content of the literal). In other words if I check for new messages while a message is already visible, even if there are no new messages, the page posts back and my message is empty.
Is there some easy way to get around this or do I have to do something like store the value in a session/page variable etc.?