Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

including aspx pages

Status
Not open for further replies.

gagz

Programmer
Nov 21, 2002
333
US
Hi

I want to include my header.aspx (and .aspx.vb) in my pages. The header obviously has a page directive, as does the apsx pages I'm trying to include it in (doing <!--$include virtual=&quot;/library/Header.aspx&quot;-->.

Errors out saying can't have multiple page directives... any ideas? both pages have codebehind, so they need the page directive to set the inherits and src attributes.

Thanks,
Marc
 
nevermind... user control will work nicely. brain fart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top