Immediate window ASP 2.0

  • Thread starter Thread starter DougS
  • Start date Start date
D

DougS

When I'm debugging an ASP 2.0 application and I'm trying to use the
immediate window to interrogate some classes I cant reference anything in my
code. When I type ?dvClient.Rows.Count it gives me no intellisense and it
says object not found. I also have VS 2003 installed on this machine. What
am I doing wrong?

Thanks,
DougS
 
Doug,
It sounds like your doing everything right. The code has to be processing
for the immediate window to work. Set a breakpoint inside your code
somewhere and when it hits try the immediate window. If the immediate window
still isn't working press F10 once to step into the code routine.

Good Luck
DWS
 
Back
Top