My title is somewhat vague, because I’m not exactly sure how to ask what I want.
I have aspx pages with master pages, but on a few, I want to include another page as a section.
I.e.,
The “template” page, lets call it buttons.aspx would contain facebook and twitter buttons, and on whichever pages I wanted I would do something like <include buttons.aspx> (pseudo). How would I do this in an aspx project? Would I have to do another master page? What if I want to include buttons.aspx content in a different place on each page? Is this possible?
you should read about User control – aka ASCX.
http://msdn.microsoft.com/en-us/library/y6wb1a0e.aspx