|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Codefile not getting executedwizard. By and large the app runs allright except for one page... On one of the .aspx pages, the code behind file is not getting executed. It looks identical to several of the other pages that are executing fine. CodeFile="PageOne.aspx.vb" is specified in this page the same way it is specified in the other pages that are working. When running the page gets rendered but no code has been executed (at least not the Page_Load event, or InitializeComponent) ----------------------------------------------------------------------------- This issue previously received an "answer" asking if EventWireup was set to true and it certainly was not set true, of course, since that is not the default. Does it also have Inherits="ClassName" where ClassName is the name of the
class (possibly full name e.g also namespace) in that specific code file? Show quoteHide quote "GaryDean" <GaryDean@newsgroups.nospam> wrote in message news:ugqhZrCCGHA.1288@TK2MSFTNGP09.phx.gbl... >I have a 1.1 asp.net project that has been converted by the conversion > wizard. By and large the app runs allright except for one page... > > On one of the .aspx pages, the code behind file is not getting executed. > It > looks identical to several of the other pages that are executing fine. > > CodeFile="PageOne.aspx.vb" is specified in this page the same way it is > specified in the other pages that are working. > > When running the page gets rendered but no code has been executed (at > least > not the Page_Load event, or InitializeComponent) > > ----------------------------------------------------------------------------- > This issue previously received an "answer" asking if EventWireup was set > to true > and it certainly was not set true, of course, since that is not the > default. > > -- > Regards, > Gary Blakely > Dean Blakely & Associates > www.deanblakely.com >
Other interesting topics
named anchor
Server.Transfer Does Not Invoke IsPostBack in .NET Framework 1.1 CodeBehind File not getting executed Application-wide How do I debug this... HtmlImage and asp:Image servent onclick event Help: Javascript for checking user Protecting files .aspx / .ascx in Visual Studio 2005 Ridiculously Slow SqlServer2005 Sorting? |
|||||||||||||||||||||||