Ask a Question related to ASP.NET General, Design and Development.
-
.NET Developer #1
Newbie client side JavaScript debugging issue
Hello.
I apologise for the potential stupidity of this question in advance.
After doing a lot of server side ASP.NET coding and debugging, I've
had to do a little bit of client side java script.
My problem is that I've made a mistake somewhere, and all the browser
tells me is "Error on page". I've tried setting break points inside
Visual Studio.NET, but they don't get "fired".
As a result of this, I don't have any idea what mistake/s I have made.
Basically, can someone please give this newbie some advice as to how I
can effectively debug and track down my client side javascript bugs
inside Visual Studio.NET
Thank you very much.
Robert.
.NET Developer Guest
-
Client-Side Validation of asp:TextBox with Javascript
Hi - I'm trying to do client-side validation of the text in a Asp.Net textbox control using javascript. My page has the following: <form... -
enable debugging from the client side
How do you enable debugging so that people see it from the client side? I have gone in to properties, clicked on edit www service, clicked on the... -
Hit Counter in Javascript on client side.
Have opportunity to use free web server space but can only use client scripting. How to code hit counter in javascript? Any help would be... -
Loading client-side images for use in Javascript
Ok, I'll play the dumb guy.... if your script is running on the server under the testapp application, why isn't the source 'Images/down.gif' (Path... -
how can i add client side javascript to a web user control?
hi, i have a web user control that i wish to add some client-side javascript to. something like this: onChange="javascript:DoSomething();" ... -
CT #2
Re: Newbie client side JavaScript debugging issue
Does this help you?
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;317094[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskdebuggingclient-sidescriptsinyourapplication.asp[/url]
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskaspscriptdebugging.asp[/url]
--
Carsten Thomsen
Enterprise Development with Visual Studio .NET, UML, and MSF
[url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
".NET Developer" <pleasereplytogroups@hotmail.com> wrote in message
news:66900ea6.0308020327.dd6c318@posting.google.co m...> Hello.
>
> I apologise for the potential stupidity of this question in advance.
>
> After doing a lot of server side ASP.NET coding and debugging, I've
> had to do a little bit of client side java script.
>
> My problem is that I've made a mistake somewhere, and all the browser
> tells me is "Error on page". I've tried setting break points inside
> Visual Studio.NET, but they don't get "fired".
>
> As a result of this, I don't have any idea what mistake/s I have made.
>
> Basically, can someone please give this newbie some advice as to how I
> can effectively debug and track down my client side javascript bugs
> inside Visual Studio.NET
>
> Thank you very much.
>
> Robert.
CT Guest
-
.NET Developer #3
Re: Newbie client side JavaScript debugging issue
Many thanks Carsten!
- Robert.
"CT" <carstent@spammersgowaydotnetservices.biz> wrote in message news:<ueK3zuOWDHA.1480@tk2msftngp13.phx.gbl>...> Does this help you?
>
> [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;317094[/url]
> [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskdebuggingclient-sidescriptsinyourapplication.asp[/url]
> [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskaspscriptdebugging.asp[/url]
>
> --
> Carsten Thomsen
> Enterprise Development with Visual Studio .NET, UML, and MSF
> [url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
> ".NET Developer" <pleasereplytogroups@hotmail.com> wrote in message
> news:66900ea6.0308020327.dd6c318@posting.google.co m...> > Hello.
> >
> > I apologise for the potential stupidity of this question in advance.
> >
> > After doing a lot of server side ASP.NET coding and debugging, I've
> > had to do a little bit of client side java script.
> >
> > My problem is that I've made a mistake somewhere, and all the browser
> > tells me is "Error on page". I've tried setting break points inside
> > Visual Studio.NET, but they don't get "fired".
> >
> > As a result of this, I don't have any idea what mistake/s I have made.
> >
> > Basically, can someone please give this newbie some advice as to how I
> > can effectively debug and track down my client side javascript bugs
> > inside Visual Studio.NET
> >
> > Thank you very much.
> >
> > Robert..NET Developer Guest



Reply With Quote

