Is there a ASPX/ASCX parser/object model
- by Michael Stoll
Hi,
are there any resources concerning an ASPX file parser and object model?
I'm trying to read, modify an write ASPX and ASCX files. I tried SGMLReader/XmlDocument, but this does not accept the "<% ... %" statements.