Register  |  Login
 
 
Blog Archive Minimize
Print  
Dan's Books Minimize
Professional DotNetNuke 4.0
Shaun Walker, Patrick Santry, Joe Brinkman, Scott Willhite, Dan Caron, Scott McCulloch, Bruce Hopkins, Chris Paterra
Buy New $25.19

DotNetNuke ASP.NET Portals
Shaun Walker, Patrick Santry, Joe Brinkman, Scott Willhite, Dan Caron, Scott McCulloch, Bruce Hopkins
Buy New $26.39

Print  
  Minimize
Skin by Salaro
Print  
 
 
You are here :- Home
Dan's Blog Minimize
Author: Dan Caron Created: 10/17/2008 2:39 PM
This blog is where I post my rants on software design.

I have been working a LOT with JavaScript lately - using ASP.NET AJAX. I had no problem getting intellisense to work in my .js files...all of the JavaScript API comes up like magic. But, if I have 2 .js files - and one references functions in the other - I could never figure out how to get that to work.

And now I have found how to do it.

http://weblogs.asp.net/scottgu/archive/2007/06/21/vs-2008-javascript-intellisense.aspx

You need to add a /// comment to the top of the external javascript library. This instructs Visual Studio to extend intellisense into that referenced javascript file.

Dan

I presented at the Western Mass .NET Users Group a couple weeks ago. The topic was ASP.NET AJAX - we had about 20 attendees and the presentation went very well. I am posting the presentation files on the downloads page.

Thanks to all who attended! See you next month!

Dan

Print