views:

70

answers:

1

What is the difference between Javascript and ASP.net?

+9  A: 

Javascript is a scripting language which runs in the browser while ASP.net runs on the server and is a framework for running web applications (you can compare it to JSP, ColdFusion etc etc) Just so you know....there are versions of ServerSide JavaScript( for the older among us.....remember Netscape's LiveWire?)

You can use Javascript together with ASP.NET

SQLMenace
+1 - commenting to emphasize Javascript is client side, ASP.net is server side, if you're processing data that you don't want to user to have access to you want to do it server side!
Shaded
+1 for a simple and clear answer.
Ricardo