C
C#3mo 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
Salman3mo ago
Why using Webforms ?
Jimmacle
Jimmacle3mo 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?