Hi,
I am trying to accomplish this same task would i really appreciate some code
examples if possible.
[quoted text, click to view] "Matt" wrote:
> The ascx file is parsed at runtime ... I think it has weird
> auto-generated class names like aspx files do ... you could write
> custom controls, but then you have to write your own designer classes
> .... In my situation, I have a default page with a place holder into
> which I dynamically load user controls ... I have a sitemap.xml
> document with entries for each user control containing the path, title,
> name etc. ... when I want to load a user control I look up the path in
> the xml document ... that might give you a little more separation
> between your code and physical path to the user controls ... if that's
> what you're looking for
>