-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebUserControl1.ascx
More file actions
12 lines (12 loc) · 871 Bytes
/
WebUserControl1.ascx
File metadata and controls
12 lines (12 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="WebUserControl1.ascx.cs" Inherits="CRMAPP1.WebUserControl1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<P>
<asp:Image id="Image1" ImageAlign="Left" Width="1080px" Height="96px" ImageUrl="file:///C:\Inetpub\wwwroot\CRMAPP1\image\crown tech.jpg"
runat="server"></asp:Image></P>
<P> </P>
<P> </P>
<P> </P>
<P>
<asp:Panel id="Panel1" Width="1120px" Height="22px" runat="server" BorderColor="#FF8000" BackColor="DarkOrange">
<asp:LinkButton id="LinkButton1" runat="server" Width="40px">ContactUs</asp:LinkButton>
<asp:LinkButton id="LinkButton2" runat="server" Width="48px">Home</asp:LinkButton>
<asp:LinkButton id="LinkButton3" runat="server" Width="64px">Exit</asp:LinkButton> </asp:Panel></P>