<head runat="server"> <style type="text/css"> .txtbox { border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } </style> </head>
<asp:TextBox ID="txtRoundCorner" runat="server" cssclass="txtbox"></asp:TextBox>
http://roshanbh.com.np/2008/04/how-to-make-rounded-corner-textbox.html http://www.dotnetcode.in/2011/10/rounded-corner-textbox-in-aspnet.html http://www.ashesh.com.np/how-to-make-rounded-corner-textbox-using-css/ http://borderradius.com/
Lakhan Singh Tech Lead BeyondKey System Pvt. Ltd. Indore, M.P. India
Login to post response