Click here to Skip to main content
15,917,538 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with page's button click event handler Pin
Tina P11-Jan-07 13:09
Tina P11-Jan-07 13:09 
Questionimage casting in .NET Pin
Member 9571479-Jan-07 12:40
Member 9571479-Jan-07 12:40 
QuestionDisable a button Pin
ssircar19719-Jan-07 11:01
ssircar19719-Jan-07 11:01 
AnswerRe: Disable a button Pin
Jon Sagara9-Jan-07 11:32
Jon Sagara9-Jan-07 11:32 
QuestionNeeds assistance in displaying data in Tree view Pin
Skanless9-Jan-07 10:28
Skanless9-Jan-07 10:28 
QuestionASP.NET 2.0 and AJAX Pin
RX Maverick9-Jan-07 10:03
RX Maverick9-Jan-07 10:03 
AnswerRe: ASP.NET 2.0 and AJAX Pin
Christian Graus9-Jan-07 12:19
protectorChristian Graus9-Jan-07 12:19 
QuestionpageBaseType Pin
Brendan Vogt9-Jan-07 8:57
Brendan Vogt9-Jan-07 8:57 
Hi,

I have been having some difficulty with the pageBaseType property in the pages element of the web.config file. The base page that I want every web page to use is MyPage.cs.

Here is my web.config code:

<pages
autoEventWireup="true"
enableEventValidation="false"
pageBaseType="MyNamespace.Components.MyPage, MyNamespace.Components"
styleSheetTheme="Default"
validateRequest="false" />

When creating a new web page, the class defined for that page has the following class header:

public partial class _default : System.Web.UI.Page
{
}

It extends from System.Web.UI.Page, but seeing that I have a base page, now how does everything work?? I surely can't remove System.Web.UI.Page then it will give me an error??

Please can someone help me with my confusion.

Regards,
ma se
AnswerRe: pageBaseType Pin
Christian Graus9-Jan-07 12:28
protectorChristian Graus9-Jan-07 12:28 
AnswerRe: pageBaseType Pin
Mike Ellison9-Jan-07 12:33
Mike Ellison9-Jan-07 12:33 
GeneralRe: pageBaseType Pin
Brendan Vogt11-Jan-07 7:26
Brendan Vogt11-Jan-07 7:26 
Questionhow to capture content markup within an httpmodule? [modified] Pin
jszpila9-Jan-07 8:44
jszpila9-Jan-07 8:44 
AnswerRe: how to capture content markup within an httpmodule? Pin
Mike Ellison9-Jan-07 12:29
Mike Ellison9-Jan-07 12:29 
GeneralRe: how to capture content markup within an httpmodule? Pin
jszpila10-Jan-07 6:24
jszpila10-Jan-07 6:24 
QuestionWeb Service Pin
Rahithi9-Jan-07 8:02
Rahithi9-Jan-07 8:02 
AnswerRe: Web Service Pin
ednrgc9-Jan-07 8:24
ednrgc9-Jan-07 8:24 
GeneralRe: Web Service Pin
Rahithi9-Jan-07 8:46
Rahithi9-Jan-07 8:46 
GeneralRe: Web Service Pin
ednrgc9-Jan-07 8:48
ednrgc9-Jan-07 8:48 
GeneralRe: Web Service Pin
Rahithi9-Jan-07 8:55
Rahithi9-Jan-07 8:55 
QuestionSecurity Issue Pin
alexfromto9-Jan-07 7:02
alexfromto9-Jan-07 7:02 
AnswerRe: Security Issue Pin
ednrgc9-Jan-07 7:13
ednrgc9-Jan-07 7:13 
GeneralRe: Security Issue Pin
alexfromto9-Jan-07 7:47
alexfromto9-Jan-07 7:47 
QuestionAnyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
travich9-Jan-07 6:36
travich9-Jan-07 6:36 
AnswerRe: Anyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
ednrgc9-Jan-07 7:12
ednrgc9-Jan-07 7:12 
GeneralRe: Anyone know why a multi-threaded ASP.NET application would work in VS2005, but not on the production environment? Pin
travich9-Jan-07 8:30
travich9-Jan-07 8:30 

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.