ASP.NET
-
Hi folks, Lately I have been spending some time attempting to get my head around ASP.NET. One on the exercises I have set myself is to build a modest little website. But I have run into a few design problems that I hope some one can help me with. I have decided to have a standard header to each page. (Just like code project has the standard header at the top of this page.) In pure ASP I would have had these as a SSI (eg . In ASP.NET this still works but when I attempt to add make the header a bit smarter by making it a WebForm things get all confused. This happens because they are each seperate pages with seperate C# code behind them. Which means there is two <@ Page ...> directives. Which means it doesn't work! What is the proper design pattern/model to acheive this type of behaviour? I hope this makes sense to you all... :confused: Matt ------ Accept that some days you are the pigeon and some days the statue.