Html builder in .net 1.1? -


i'm doing maintenance on existing .net 1.1 vb code creates htlm code.
consists of bunch of stringbuilder.append("<table>").
isn't there cleaner way create html tags?

htmltextwriter should in .net 1.1. thank cleanest way using .net 1.1 types.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -