Generating aspx programatically

  • Thread starter Thread starter Guinther Pauli
  • Start date Start date
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
 
why dont you get the source to web matrix and start there. think you can
still download it at asp.net

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
 
Back
Top