Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mixed Client Java & Server ASP.Net pages

Status
Not open for further replies.

rebelknight

Technical User
Jul 4, 2007
35
US
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?

 
I'm not sure if VS2003 had debugging capabilities for inline coding (the ASP.NET code embedded in <% %> blocks). You may have to resort to moving the inline script to the code behind file (which is the recommended approach anyway).


-------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
[URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top