Re Reusehttp://forums.asp.net/t/1672151.aspx/1?Re+ReuseTue, 12 Apr 2011 21:15:23 -040016721514380295http://forums.asp.net/p/1672151/4380295.aspx/1?Re+ReuseRe Reuse <p>Forum,</p> <p>Analagous to composing a webpage that imports other pages via frames, is it possible to write a page that imports <em>specific</em> functionality and i/o from&nbsp;one or more existing ASPNET apps? In other words, how can I go about &quot;mosaicing&quot; existing ASPNET pages into new forms -or- create &quot;views&quot; of existing ASPNET apps (preferrably without having to wrap them in MVC projects)?</p> <p>&nbsp;</p> <p>Regards,</p> <p>Noel</p> <p>&nbsp;</p> <p>&nbsp;</p> 2011-04-12T18:10:45-04:004380362http://forums.asp.net/p/1672151/4380362.aspx/1?Re+Re+ReuseRe: Re Reuse <p>You can do that by utilizing User Controls functionality. User Control is kind of widget, it does not depend for particular page. You incapsulate any functionality into user controls. Then you can combine this functionality by placing different controls on page, having &quot;mosaic&quot; effect :)</p> 2011-04-12T19:01:22-04:004380397http://forums.asp.net/p/1672151/4380397.aspx/1?Re+Re+ReuseRe: Re Reuse <p>I appreciate your input, Alex. User controls are indeed a good way to package gui&#43;logic, but I'm searching for a way to reuse parts of existing ASPNET apps; refactoring their gui&#43;logic into new apps or views (without altering the ASPNET apps, or wrapping them)</p> <p>&nbsp;</p> <p>Thanks again,</p> <p>Noel</p> 2011-04-12T19:43:13-04:004380484http://forums.asp.net/p/1672151/4380484.aspx/1?Re+Re+ReuseRe: Re Reuse <p><a href="http://xsltfilter.tigris.org/">http://xsltfilter.tigris.org/</a></p> <p>This software intercepts ASPX pages and applies XSL to reformat or refactor the gui. Wonderful!</p> <p>Regards,</p> <p>Noel</p> 2011-04-12T21:15:23-04:00