Hi,
I have an unusual problem. In the morning - the front page of my application (which I have deloyed) is only partially formed. What I mean is: the page loads up but an ASP.NET "Treeview" control does not render. When I press F5 - it then renders.
This only happens in the morning when I have been away from the computer for several hours. It does not replicate during the day.
The ASP.NET page is quite light as can be seen below. A standard welcome and the treeview control:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Culture="en-GB" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Main Page</title&g ...
Go to the complete details ...