C
C#6mo ago
tommy

✅ How to add newlines in ASP.NET Web Forms?

What I have been doing is that making a Label and adding <br /> as its text. But this doesn't seem to be working on Firefox. Are there any alternative methods?
2 Replies
Salman
Salman6mo ago
Why using Webforms ?
Jimmacle
Jimmacle6mo ago
web forms is ancient, unless it's a school project or you're stuck maintaining legacy code you shouldn't even touch it

Did you find this page helpful?