G
Guest
I am using ASP.Net with VB on the 1.1 Framework running on Win XP Pro.
I am trying to gauge the time it takes to sort a datagrid using different
code sets. But when I am debugging the page there is a long delay before
hitting breakpoint in page load. When I initially load the page I hit the
breakpoint right away. Then I click on a Sort header in a datagrid, and it
takes about 1:45 before the breakpoint (first statement in Page Load) is
encountered. After this I can step through the code very quickly, and there
is no delay when updating the data view and rebinding it to the grid. The
dataset is quite large, and it probably take some time to sort. So it seems
as if all the code is executing first, and then the debugger is letting me
step through it after the fact. Is this correct? Are there any other
possibilities.
Any thoughts are appreciated,
David
I am trying to gauge the time it takes to sort a datagrid using different
code sets. But when I am debugging the page there is a long delay before
hitting breakpoint in page load. When I initially load the page I hit the
breakpoint right away. Then I click on a Sort header in a datagrid, and it
takes about 1:45 before the breakpoint (first statement in Page Load) is
encountered. After this I can step through the code very quickly, and there
is no delay when updating the data view and rebinding it to the grid. The
dataset is quite large, and it probably take some time to sort. So it seems
as if all the code is executing first, and then the debugger is letting me
step through it after the fact. Is this correct? Are there any other
possibilities.
Any thoughts are appreciated,
David