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
2010-06-07 19:32:17
+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
2010-06-07 19:38:07
+1 for a simple and clear answer.
Ricardo
2010-06-08 01:39:50