E
Elmo Watson
I'm running a page, with a link which includes a querystring, pointing to a
second page.
when I click on the link, I need to make sure all the necessary items are
correct when the second page loads.
I put several breakpoints in the Page_Load event (which contains an if/then
Postback section), including at the "if" line, - but as soon as I run the
application, all the breakpoints in the Page_load are completely bypassed,
never breaking
breakpoints work on other pages and debug=true in Web.config.
I've tried them on and - just not this one....any ideas I can check?
second page.
when I click on the link, I need to make sure all the necessary items are
correct when the second page loads.
I put several breakpoints in the Page_Load event (which contains an if/then
Postback section), including at the "if" line, - but as soon as I run the
application, all the breakpoints in the Page_load are completely bypassed,
never breaking
breakpoints work on other pages and debug=true in Web.config.
I've tried them on and - just not this one....any ideas I can check?