|
| Debugging .aspx pages |
 |
Thu, 3 Apr 2008 08:39:38 +0000 |
If I want to debug .aspx pages, how do I do that? I have Visual Studio 2005. I
know how to put break-points in the .cs pages (Red Dots). How do I view values
as the page loads? Is there an immediate Window like in VBA with office?
e.g., ?ThisControl.Text
and it displays? Any help appreciated.
Thx
|
| Post Reply
|
| Re: Debugging .aspx pages |
 |
Thu, 3 Apr 2008 09:02:01 +0000 |
TiredCoder:Is there an immediate Window like in VBA with office?
Yes.. you can use Immediate Window while in Debug mode to check the values..
Press Ctl + Alt + i
you can also use Watch window to keep watch on any variable values..
ASP.NET Debugging and Troubleshooting (Visual Studio)
Debugging an ASP.NET Web Application, Tracing
hope it helps./.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|