<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default6.aspx.cs" Inherits="Default6" %> <!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"> <style type="text/css"> input { border:2px solid #a1a1a1; padding:10px 40px; width:300px; border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */ } </style> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:TextBox ID="txtUserName" runat="server"></asp:TextBox> </div> </form> </body> </html>
Life is a Race Thanks & Regards By Sabari Mahesh P M
Login to post response