Click here to Skip to main content
15,916,318 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralParser Error Pin
Orkun GEDiK5-Jan-02 11:55
Orkun GEDiK5-Jan-02 11:55 
GeneralCacheItemRemovedCallback Problems Pin
Tim Bajz3-Jan-02 3:21
Tim Bajz3-Jan-02 3:21 
GeneralASP.NET Pin
Matt.W.2-Jan-02 16:14
Matt.W.2-Jan-02 16:14 
GeneralRe: ASP.NET Pin
James T. Johnson3-Jan-02 6:38
James T. Johnson3-Jan-02 6:38 
GeneralRe: ASP.NET Pin
Matt.W.3-Jan-02 12:02
Matt.W.3-Jan-02 12:02 
GeneralRe: ASP.NET Pin
4-Jan-02 7:16
suss4-Jan-02 7:16 
GeneralRe: ASP.NET Pin
Matt.W.6-Jan-02 19:34
Matt.W.6-Jan-02 19:34 
GeneralRe: ASP.NET Pin
21-Jan-02 10:36
suss21-Jan-02 10:36 
Matt,
You can make that header two ways.
1.) make it a Web User Control and then on any page you want that headret you simply insert your header user control.

You also could implement the Application BeginRequest event in the global.asax file.
Like this and emit a header without having to explicitly add it to each page.

Sub Application_BeginRequest(sender As Object, e As EventArgs)

' emit page header
Context.Response.Write("<html>" + ControlChars.Lf + _
"<body bgcolor=#efefef>" + ControlChars.Lf + "<hr>" + _ ControlChars.Lf)

End Sub



Good Luck,
Martin Garins
GeneralServer Error in '/myaspx' Application Pin
Orkun GEDiK27-Dec-01 8:55
Orkun GEDiK27-Dec-01 8:55 
QuestionWhat is .NET???? Pin
Jon Newman20-Dec-01 8:18
Jon Newman20-Dec-01 8:18 
AnswerRe: What is .NET???? Pin
Fazlul Kabir20-Dec-01 8:25
Fazlul Kabir20-Dec-01 8:25 
QuestionDefining assignment operator on a managed C++ class? Pin
DVryce19-Dec-01 3:30
DVryce19-Dec-01 3:30 
General.NET assembly question Pin
C. Kapturek19-Dec-01 1:01
C. Kapturek19-Dec-01 1:01 
GeneralRe: .NET assembly question Pin
C. Kapturek19-Dec-01 3:01
C. Kapturek19-Dec-01 3:01 
GeneralConverting .NET String to something usable by old unsafe C/C++ Code Pin
DVryce17-Dec-01 7:39
DVryce17-Dec-01 7:39 
GeneralRe: Converting .NET String to something usable by old unsafe C/C++ Code Pin
James T. Johnson17-Dec-01 8:05
James T. Johnson17-Dec-01 8:05 
GeneralRe: Converting .NET String to something usable by old unsafe C/C++ Code Pin
DVryce17-Dec-01 9:38
DVryce17-Dec-01 9:38 
GeneralRe: Converting .NET String to something usable by old unsafe C/C++ Code Pin
James T. Johnson17-Dec-01 16:15
James T. Johnson17-Dec-01 16:15 
GeneralBig time help needed! Pin
GaryGa14-Dec-01 21:23
GaryGa14-Dec-01 21:23 
GeneralRe: Big time help needed! Pin
James T. Johnson17-Dec-01 2:28
James T. Johnson17-Dec-01 2:28 
GeneralData-Aware Classes in vb.net Pin
rashmirao11-Dec-01 9:51
rashmirao11-Dec-01 9:51 
QuestionMessageBox on the client? Pin
Carolina10-Dec-01 2:35
Carolina10-Dec-01 2:35 
AnswerRe: MessageBox on the client? Pin
James T. Johnson14-Dec-01 7:30
James T. Johnson14-Dec-01 7:30 
GeneralRe: MessageBox on the client? ... and also a confirm dialogue? Pin
Carolina16-Dec-01 23:04
Carolina16-Dec-01 23:04 
GeneralRe: MessageBox on the client? ... and also a confirm dialogue? Pin
James T. Johnson17-Dec-01 2:22
James T. Johnson17-Dec-01 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.