Click here to Skip to main content
15,882,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ASP.NET
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="User.master.cs" Inherits="User" %>

<!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 id="Head1" runat="server">
    <title>Patient Tracking System</title>
    <asp:ContentPlaceHolder ID="head" runat="server">
    
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table border="1" width="100%" cellspacing="5" cellpadding="5">
            <tr>
                <td>
                    Company Logo Here
                </td>
            </tr>
            <tr>
                <td>
                    <asp:LinkButton ID="LinkButton1" runat="server">Home
                     
                    <asp:LinkButton ID="LinkButton2" runat="server">Patient
                     
                    <asp:LinkButton ID="LinkButton3" runat="server">Doctor
                      
                    <asp:LinkButton ID="LinkButton4" runat="server">About Us
                     
                    <asp:LinkButton ID="LinkButton5" runat="server">Contact Us
                </td>
            
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                    
                
            </tr>
            <tr>
                <td colspan="2">
                    Copyright @ 2011 by Pioneer Classes</td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>
Posted
Updated 28-Dec-11 23:43pm
v2
Comments
OriginalGriff 29-Dec-11 5:46am    
And your question is?
Vinod Satapara 29-Dec-11 6:33am    
Please provide clear requirement.

1 solution

confusing Requirement. Please be clear
 
Share this answer
 

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