Browse by Tags

Related Posts

  • How to keep an application alive?

    Any idea how to keep an application alive? One way I thought to create a new thread when the Application_End even is raised in global.ascx like public void PingServer() { try { WebClient http = new WebClient (); string Result = http.DownloadString( App .Configuration.PingUrl); } catch ( Exception ex...
    Posted to Web Forms (Forum) by Dynamic2008 on 06-15-2008, 12:00 AM
    Filed under: process, ASP.net 2.0 code-behind, aspnet_wp, C# URL handling, cache null object, Cache variables, Caching, global.asax, .ascx .aspx C#, .aspx page, .cs, Cache
  • [Classes] How to join/connect/inherit CS files?

    Web site consists : MasterPage.master MasterPage.master.cs for setting values of controls on MasterPage.master App_Code/Class.cs for setting UICulture when culture is initialized Web forms (eg. Default.aspx) connected with MasterPage.master and class App_Code/Class.cs App_Code/Class.cs (this code cannot...
    Posted to Getting Started (Forum) by szmitek on 03-31-2008, 12:00 AM
    Filed under: override, web forms, App_Code/Class.cs, asax, ASP.NET 3.5, base, c#.net, class global, code behind, controls, global.asax, Inherits, MasterPage, .cs, C# asp.net, code, InitializeCulture()
Page 1 of 1 (2 items)