Hello everyone. I thought with the advent of tools like the Ajax Control Toolkit and Jquery I could avoid spending the necessary time learning javascript since I've used them so much. Well I have come across several situations now in my new application where
I need client side scripting. I'm looking for any tools/resources in understanding how to incorporate my javascript into my application.
Ajax Control ToolKit and JQuery are the JavaScript API's which make the developer task pretty easy! But, having JavaScript knowledge is must since those are created on top of JavaScript and it will helpful while debugging the issues!
What do you mean by tools to incorporate JavaScript? There is no special tool required to it. An good IDE with intellisense is more than enough. You can try VS 2010 or 2012 which has decent Intellisense support which is easy to create JavaScript code!
jpleasant
Member
21 Points
37 Posts
Incorporating Javascript into Asp.Net
Nov 07, 2012 12:32 AM|LINK
Hello everyone. I thought with the advent of tools like the Ajax Control Toolkit and Jquery I could avoid spending the necessary time learning javascript since I've used them so much. Well I have come across several situations now in my new application where I need client side scripting. I'm looking for any tools/resources in understanding how to incorporate my javascript into my application.
Thanks.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: Incorporating Javascript into Asp.Net
Nov 07, 2012 06:29 AM|LINK
Hi,
Ajax Control ToolKit and JQuery are the JavaScript API's which make the developer task pretty easy! But, having JavaScript knowledge is must since those are created on top of JavaScript and it will helpful while debugging the issues!
What do you mean by tools to incorporate JavaScript? There is no special tool required to it. An good IDE with intellisense is more than enough. You can try VS 2010 or 2012 which has decent Intellisense support which is easy to create JavaScript code!
Check this MSDN article - http://msdn.microsoft.com/en-us/library/aa479011.aspx
Hope it helps u...
Roopesh Reddy C
Roopesh's Space