Click here to Skip to main content
15,919,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<input id="abc" type="text" value="prasu">
Posted

refer

link1
link2
 
Share this answer
 
Use asp:TextBox - it's a wrapper around the html input tag, that has all the services you need...
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.textbox(v=vs.110).aspx[^]
 
Share this answer
 

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