Posted on: 2/18/2015 12:37:02 AM | Views : 531

hi,
my website is pretty quick but there is 1 page which loads very slow - there is no master page  - here is the top part and there is no
page_load code behind event.
is there any particular reason why?
thanks

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="xxxxxxxxxxxxxxxxaspx.cs" Inherits="xxxxxxxxxxxxxxxx %>       <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">              <link href="Style/xxxxxxxxxxxxxx.css" rel="stylesheet" type="text/css" />     
Go to the complete details ...