SkeletonCore provides functionality for creating templates. If you want a system where a certain user control is put onto the page based on some selection (determined by a value from the querystring or something like that) you'll have to build that yourself.
The point of SkeletonCore is that you can use it to create the basic structure of the application, and then each ASPX just provides the "content" for that page (instead of having essentially 1 ASPX page and many user controls with content). It also adds some functionality that you don't get with standard ASPX and ASCX pages that enhance the interoperability between pages and user controls.
Peter
------------------------------------------------------
Work smarter, not harder.
|