Some times we have more matter to write on Asp.net Button and the button becomes longer in width.. if we make its width small then text will be truncated (complete text will not be visible). so to do this here is solution:
Lets say you want to write following line on page in this way:
Submit here if you are an
Engineer
to write text in above format in asp button write it in below format:
Submit here if you are an 
 Engineer
so the answer is use : 
 to new line in asp button
ASP.net button text to wrap to second line
Posted by
Rajesh Rolen
at
Friday, February 5, 2010
Labels: ASP.NET , ASP.NET Interview Questions
1 comments:
I was searching this from last 1 day and finally i got answer here... thanks dear..
Post a Comment