How to increase timeout for your ASP.NET Application ? By beytu 0 Comments 39 29 Mar 2019 configuration> <system.web> <sessionState timeout="40"></sessionState> </system.web> </configuration> Read More
get display Global Resource Value c# By beytu 0 Comments 36 09 Jan 2019 string PageName = (string)GetGlobalResourceObject("Resource1", "ProgrammeGroups"); Read More