Click here to Skip to main content
15,883,938 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i have a managment system project

i have few forms in this my project is run successfully but when i again start my project after 2 hours it shows me blank page

Document Management System [Snapshot]

and this site master page code

ASP.NET
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site2.master.cs" Inherits="FYPDMS.Site2" %>

<!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>3Dmix</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/coin-slider.css" />
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/cufon-titillium-250.js"></script>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/coin-slider.min.js"></script>
</head>
<body   id="Body1" class="background-pic pic-f">
    <form id="form1"  runat="server"
   style="font-size: small; font-style: inherit; font-variant: normal; text-transform: uppercase">
     <header class="wpcom-header" role="banner"><div><h1 class="wpcom-title">
         <a href="//wordpress.com/" style="color: #FFFFFF">
     <h5 style="font-size: x-large">Document Managment System</h5></a></h1>
    </div></header><br /><br />


  <div class="content">
    <div class="content_resize" >
 
        <div class="main">
  <div class="header">
    <div class="header_resize">
     <div class="menu_nav">
       <ul>
       <li class="active"><a href="" ><span>LOG IN</span></a></li>
       </ul>
      </div>
      
      <div class="clr"></div>
     
        <div class="clr"></div>
      </div>
      <div class="clr"></div>
    </div>
  </div><br /><br />
      <div class="mainbar">
     <div>
        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
        
        </asp:ContentPlaceHolder>
    </div>
           
      </div><br /><br /><br /><br />
  <br /><br />
      <div class="sidebar">
      
  <%--    <script type="text/javascript">
    $( document ).ready(function() {
    $(".share").click(function (e) {
      $('.content').toggleClass('show');
      e.preventDefault();
    });
    });
</script>

<div id="menu">
    <a href="#"><div><img src="img/N3osT4l.png" alt=""></div></a>
    <div>
        <ul>
            <a href="#"><li><img src="img/sEKPZan.png"><p>Facebook</p></li></a>
            <a href="#"><li><img src="img/wefpyCe.png"><p>Twitter</p></li></a>
            <a href="#"><li><img src="img/TIhzUN3.png"><p>Google+</p></li></a>
            <a href="#"><li><img src="img/UpTP5kJ.png"><p>Pinterest</p></li></a>
            <a href="#"><li><img src="img/IGNnYUg.png"><p>Dribbble</p></li></a>
        </ul>
    </div>
</div>--%>
   <%--   <ul>
  <li>
    <a href="dummy.html" title="Back to the home page">Home</a>
  </li>
  <li>
    <a href="dummy.html" title="The basics of dog nutrition">The basics</a>
  </li>
  <li>
    <a href="dummy.html" title="Articles on dog nutrition">Articles</a>
  </li>
  <li>
    <a href="dummy.html" title="Products we recommend">Products</a>
  </li>
  <li>
    <a href="dummy.html" title="Our bloggy nutrition updates">Blog</a>
  </li--%>>
<%--</ul>--%>
    <%-- <ul class="flist">

    <div class="flinkHead">

         Vital Links
        			

    </div>
    <li>
        <a class="fLink" href="/threads/site-rules-read-before-posting.7866/">
            <span data-title="Forum Rules">

                Forum Rules

            </span>
        </a>
    </li></ul>--%>
        
          <asp:TreeView ID="TreeView1" runat="server"  Font-Bold="True" ForeColor="Black"
              Font-Names="Calibri" Font-Size="Medium">
              <Nodes>
                  <asp:TreeNode Text="Manage Documents" Value="Manage Documents"  >
                      <asp:TreeNode Text="Upload Document" Value="Upload Document"></asp:TreeNode>
                  </asp:TreeNode>
                  </Nodes>
                  <Nodes>
                  <asp:TreeNode Text="Search Documents" Value="Search Documents" SelectAction="Expand"></asp:TreeNode>
                  <asp:TreeNode Text="Reports" Value="Reports"></asp:TreeNode>
              </Nodes>
          </asp:TreeView>
        
  </div>
      <div class="clr"></div>
  <div class="footer">
    <div class="footer_resize">
      <p class="lf">© Copyright <a href="#">MyWebSite</a>.</p>
      <p class="rf">Design by Dream <a href="http://www.dreamtemplate.com/">Web Templates</a></p>
      <div style="clear:both;"></div>
    </div>
  </div>
  
</form>
</body>
</html>
Posted
Updated 18-Sep-13 21:32pm
v4
Comments
Richard C Bishop 18-Sep-13 14:07pm    
Not enough information.
Diya Ayesa 18-Sep-13 14:09pm    
what info u need
Diya Ayesa 18-Sep-13 14:10pm    
http://tinypic.com/r/15nal1d/5


this is image picture when i debug the project
TryAndSucceed 18-Sep-13 16:16pm    
Where are you getting your images and links from? May be the time when you debugged, you did not set something properly.
Diya Ayesa 18-Sep-13 16:21pm    
in images folder there is a images..... this is the problem what i did not set something proerly ..and thats why i post the thread..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900