Hi,
I have an asp.net application that contains a Main.Master page.
I initialize a timer on the Main.Master page in order to detect session timeout before it happens and display a message to the user.
When a user opens a RadWindow, another instance of the Main.Master is created and another timer is added to the page.
Why?
I have an asp.net application that contains a Main.Master page.
I initialize a timer on the Main.Master page in order to detect session timeout before it happens and display a message to the user.
When a user opens a RadWindow, another instance of the Main.Master is created and another timer is added to the page.
Why?