ASP.NET - Javascript timeOut Warning based on sessionState timeOut in web.config

后端 未结 6 1606
囚心锁ツ
囚心锁ツ 2020-12-06 08:33

Problem: I am looking to create a time-out warning message on an asp.net page with a c# code behind based off my webconfig sessionState TimeOut Attribute.

Code on w

6条回答
  •  情深已故
    2020-12-06 09:10

    Try this solution (requires a script manager):

    
    

提交回复
热议问题