Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi everyone, I am now working on a ASP.NET project. I want to add a header and footer on every page. The header contain a pop up menu and the footer have a company logo on it.

 

I have searched through the web I found some tutorial teaching how to create web template with ascx and VS.NEt. However, without experience of VS.NET (and I don't have it) but only Dreamweaver, I don't know how to make it. So I am now using the method { Server.execute("header.aspx") } to let my header.aspx and footed.aspx come into everypage's Page_Load & Page_UnLoad.

 

However, with this method, every page generated have 3 pair of <head></head>, <html></html> and <script runat="server"></script>. Also , the pop-up menu do not work after post-back. (It is created using Dreamweaver's behavour. It worked out by some Javascript Programs)

 

Without VS.NET, I think I have missed some thing I should know. Please give me some idea. thank you.

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...