Page Load Not Firing

G

Guest

Hi,

In asp.net my Page Load isn't firing so I am guessing it has to do with not
being wired to interface page? I am using codebehind for the page. What am I
missing?

Thanks,

JJ
 
S

Scott Mitchell [MVP]

JJ said:
In asp.net my Page Load isn't firing so I am guessing it has to do with not
being wired to interface page? I am using codebehind for the page. What am I
missing?

Are you using VB.NET or C#? If you are using VB.NET, does your
Page_Load sub end with Handles MyBase.Load? If you are using C#, make
sure that the Page's Load event is wired up to the Page_Load event
handler in the hidden InitializeComponent() method that VS.NET injects
when creating a new ASP.NET page.

hth

--

Scott Mitchell
(e-mail address removed)
http://www.4GuysFromRolla.com

* When you think ASP.NET, think 4GuysFromRolla.com!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top