G
Guinther Pauli
Hi all
I need to generate .aspx files programitically. Instead to use basic
routines of string manipulation, I am using XmlTextWriter class of .NET
Framework to generate tags, elements etc.
Exists a best way to do this? Have .NET Framework a class especialized to
generate an manipule aspx files, some like a "aspx code dom" or something?
I need to write a tool (some like web matrix) to build Web Forms pages, but
I don't want to parse aspx code manually.
thanks
Guinther
I need to generate .aspx files programitically. Instead to use basic
routines of string manipulation, I am using XmlTextWriter class of .NET
Framework to generate tags, elements etc.
Exists a best way to do this? Have .NET Framework a class especialized to
generate an manipule aspx files, some like a "aspx code dom" or something?
I need to write a tool (some like web matrix) to build Web Forms pages, but
I don't want to parse aspx code manually.
thanks
Guinther