Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Monday, September 13, 2010
How to make label in asp.net text-wrap
Add a div following to wrap your label:
<div style="overflow-y:auto;overflow-x:auto; word-break:break-all;" runat="server">
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment