A new asp.Net problem with Page_Load

  • Thread starter Thread starter Todd
  • Start date Start date
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
 
Back
Top