G
Guest
Hi,
I recently converted an ASP.NET project for framework 2.0. I never had any
problem using VS 2003 but today, debugging a page, I get surprised when I saw
that once debugged the last line, it was automatically debugged another time
since the first line and even the "if (!IsPostBack)..." code was runned (when
it shouldn't, previously was not runned as it should be)... so many variables
are reinitializated and it doesn't runs as it should. Hope I have explained
the problem clearly... anyone has had this problem? Running the same page
with VS 2003 runs only once and fine.
Thanks in advance!!!
I recently converted an ASP.NET project for framework 2.0. I never had any
problem using VS 2003 but today, debugging a page, I get surprised when I saw
that once debugged the last line, it was automatically debugged another time
since the first line and even the "if (!IsPostBack)..." code was runned (when
it shouldn't, previously was not runned as it should be)... so many variables
are reinitializated and it doesn't runs as it should. Hope I have explained
the problem clearly... anyone has had this problem? Running the same page
with VS 2003 runs only once and fine.
Thanks in advance!!!