1
vote
In HTML, how to word-break on a dash?
In this specific instance (where your string is going to contain hyphens) I'd transform the text to this server-side:
<div style="width:150px;">
<span>12333-</span& …
0
votes
Capturing HTML generated from ASP.NET
Edit:
I need to stop editing this answer. To put it short, override the Render method for the page. Similar question and answers …
