Click here to Skip to main content
15,910,277 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
It's my first project in ASP.Net... From, the below link, which control can achieve this typical textboxes... When we opened the below link, it can be found from
HomePage - Contacts box...

The link is

http://www.infosys-global.com/en/[^]

Thanks & Regards
Paramu
Posted
Updated 15-Jul-13 3:05am
v2

You can also use HTML fieldset... please refer the below link:

http://www.w3schools.com/tags/tag_fieldset.asp[^]
 
Share this answer
 
Simply use CSS3
style="border-radius:2px"
you can use any other value instead of 2px;
 
Share this answer
 
You don't need any special control. A div is sufficient:

http://viralpatel.net/blogs/rounded-corner-css-without-images/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900