to design the rounded textbox in asp.net page
How to design the rounded textbox in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunny SharmaPosted May 28, 2013, 11:01 AM
Use CSS to achieve this instead of using any specific ASP.NET component for rounded text box.
If it's the only element you've to modify, you may use inline CSS like:
The above html code will produce a rounded textbox. If you want to learn CSS, please refer to the links below, they have a very nice start-up contents for you.
http://www.w3schools.com/css3/default.asp
http://learncss.tutsplus.com/
http://learnlayout.com/
Happy Learning :)
Please don't forget to accept this as answer if it helps!
Thanks.