<%@ page language= "C #" autoeventwireup= "true" codefile= "Login.aspx.cs" inherits= "Login"%>
<! DOCTYPE html>
<meta http-equiv= " Content-type "content=" text/html; Charset=utf-8 "/>
<title>mykit</title>
<link href=" css/style.css "rel=" stylesheet "type=" Text/css "/>",
<link href= "css/validationengine.jquery.css" rel= "stylesheet" and "/>
<script src=" js/ Jquery-2.1.0.js "></SCRIPT>
<script src=" Js/jquery.validationengine-zh_cn.js "></script>
<script src= "Js/jquery.validationengine.min.js" ></SCRIPT>
<script type= "Text/javascript"
//form validation
$ (document). Ready (function () {
$ ("#form1"). Validationengine ();
});
</script>
<body class= "L_main"
<form id= "Form1" runat= "Server";
<div class= "L_border";
<asp:label id= "lbl_uname" runat= "Server" text= "User name:" ></ASP:LABEL>
<asp:textbox id= "Txt_uname" runat= "server" tooltip= "Please enter the user name! "Width=" 180px "class=" validate[required] text-input "></ASP:TEXTBOX>
<br/>
<asp:label ID=" Lbl_pwd "runat=" server "text=" Password: "></ASP:LABEL>
<asp:textbox id=" txt_pwd "runat=" Server "tooltip=" Please enter your password! "Textmode=" Password "width=" 180px "class=" validate[required] text-input "></ASP:TEXTBOX>
<br/>
<span></span>
<asp:button id= "Button1" runat= "server" text= "login" width= "185px" onclick= "Btn_ Login_click "/>
</div>
</form>
</body>