<%
@ Page Language="VB" AutoEventWireup="false" CodeFile="assetmasterwprogress.aspx.vb" Inherits="assetmasterwprogress" %>
<%
@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<!
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>Storm Water</title>
<link rel="Stylesheet" type="text/css" href="Css/StyleSheet.css" />
<style type ="text/css" runat ="server" >
.ajax__calendar
{
position
: relative;
background-color
:Green;
left
: 0px !important;
top
: 0px !important;
visibility
: visible; display:table;
}
.ajax__calendar
iframe
{
left
: 0px !important;
top
: 0px !important;
}
</style>
</
head>
<
body>
<form id="form1" runat="server" style="z-index: 123"
submitdisabledcontrols="True">
<asp:LinkButton ID="LinkButton2" runat="server" Font-Bold="True" ForeColor="DarkGreen"
OnClientClick=" return confirm(' You have not specified file');" Style="z-index: 101; left: 776px; position: absolute; top: 15px" Width="59px">Upload </asp:LinkButton>
<asp:Label ID="Label1" runat="server" Font-Bold="True" ForeColor="DarkSlateGray"
Style="z-index: 102; left: -1px; position: absolute; top: 5px" Text="Works In Progress(New Asset) - Schedule No. 11"
Width="251px" Font-Size="11pt"></asp:Label>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div>
<cc1:CalendarExtender ID="CalendarExtender1" runat="server"
TargetControlID ="assetdate" PopupButtonID ="cal0" CssClass ="ajax__calendar"
Format="dd/MM/yyyy">
</cc1:CalendarExtender> // here am used this cssclass
</div>
<cc1:TextBoxWatermarkExtender ID="TextBoxWatermarkExtender1" runat="server" WatermarkText ="DD/MM/YYYY" TargetControlID ="assetdate">
</cc1:TextBoxWatermarkExtender>
<asp:LinkButton ID="LinkButton1" runat="server" Style="z-index: 103; left: 692px;
position: absolute; top: 44px" ForeColor="DarkGreen" Font-Bold="True" Width="13px" Visible="False">Report</asp:LinkButton>
</
body>
</
html>