A new asp.Net problem with Page_Load

T

Todd

Do breakpoints work in other areas of THIS web
application?

Todd
-----Original Message-----
I create a blank .aspx file, called report.aspx.
In report.aspx.vb, I try to run some code in the Page_Load sub.

I add a breakpoint inside of Page_Load, the breakpoint has never been hit.

Private Sub Page_Load(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles MyBase.Load
 

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

Similar Threads

Properties 5
Surprise with Textbox1.Text 3
Page_Load gets called twice 12
Name of calling page? 5
User Control Help 4
Sending data with post back. 7
Image viewer application problsm... 1
Error with Page_Load 1

Top