|
-
Jun 29th, 2004, 04:49 AM
#1
Thread Starter
Lively Member
how to create template page
I am a beginner..how to create a template page for my project...which has same type of header and some controls on it...throughout my website...I am mostly interested in inheriting the Page class....can anybody show me...any website or tutorial
-
Jun 29th, 2004, 04:55 AM
#2
Template Page?
As in ASP.NET? Or VB.NET?
-
Jun 29th, 2004, 04:59 AM
#3
Thread Starter
Lively Member
-
Jun 29th, 2004, 05:03 AM
#4
Create a single page which contains the basic layout that you want.
Then use an ASCX web user control to show different content depending upon whatever paremeters you choose.
Whatever elements of the page are going to be common throughout the site, simply make it a control, and include that control in all your pages.
I don't think that pages can be inherited as such.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|