Click here to Skip to main content
16,011,680 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
i am using textbox to enter text but i want to give more space between text and new line. how it is possible???
Posted
Comments
AmitGajjar 5-Jul-12 7:32am    
not clear. you mean by space between textbox label and textbox control ?

Hello try this code

XML
<asp:TextBox style="letter-spacing: 3px;" TextMode="MultiLine"     ID="TextBox1" runat="server" Width="275px" Height="175px">
 
Share this answer
 
Comments
mohansahu 5-Jul-12 7:56am    
its not working..can please help me. i want accept white space in textbox.
property-->TextMode to Multiline
 
Share this answer
 
Comments
mohansahu 5-Jul-12 7:38am    
i already make it as Multi-line. but i need if any one enter one line and give some space it should accept by textbox. right now it is accepting only one white space..
AmitGajjar 5-Jul-12 7:48am    
can you post your code by "improving question"

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