
Similar Posts

BBCode.NET for ASP.NET – Convert BBCode to HTML
Byadriancs
Convert BBCode to HTML in C#.

Using CKEditor 5 (with Code Block) + Highlight.js (output) in ASP.NET
Byadriancs
Using CKEditor 5 + Highlight.js in ASP.NET. CKEditor is a HTML editor. Highlight.js is a syntax highlighting tool.

Convert HTML to PDF by Using Microsoft Edge in ASP.NET
Byadriancs
Generate PDF from HTML with MS Edge.
Use MS Edge as PDF Generator to Convert HTML to PDF.

Part 1: GridView VS dynamic HTML Table (ASP.NET WebForms)
Byadriancs
Replacing GridView with dynamic HTML Table in ASP.NET WebForms.
A comparison of approaches of doing a table in ASP.NET WebForms

Automatic Route All Pages in ASP.NET WebForms
Byadriancs
Easily route all pages at once in single line.
A quick and easy way to route all pages in ASP.NET WebForms.