rebelknight
Technical User
I have inherited a set of Visual Studio ASP.Net pages that I have difficulty understanding.
The key page is set to have a CodeBehind aspx.vb page which I understand. The aspx HTML page also has <% %> script lines that for the most part is client side code to do tasks such as set the first field focus.
How can I debug this client side code as well as the server side code when debugging the pages from Visual Studio 2003?
The key page is set to have a CodeBehind aspx.vb page which I understand. The aspx HTML page also has <% %> script lines that for the most part is client side code to do tasks such as set the first field focus.
How can I debug this client side code as well as the server side code when debugging the pages from Visual Studio 2003?