What are the difference between ASP and ASP.Net?
Answer Posted / neelima
Difference between ASP and ASP.NET
------------------------------------------------------------
--------------------
Author: Tony John
HP GDIC
------------------------------------------------------------
--------------------
This article explains what is ASP.NET and how different it
is from ASP.NET
ASP stands for Active Server Pages. ASP.NET is the next
generation of ASP. After the introduction of ASP.NET, old
ASP is called 'Classic ASP'.
Classic ASP uses vb script for server side coding. Vb
Script is not supported any more in ASP.NET. Instead,
ASP.NET supports more languages including C#, VB.NET, J#
etc. VB.NET is very similar to vb script, so it should be
easy for old Visual Basic or ASP programmers to switch to
VB.NET and ASP.NET
VB Script is a simple scripting language, where as VB.NET
or C# are modern, very powerfull, object oriented
programming languages. Just for that reason, you will be
able to write much more robust and reliable programs in
ASP.NET compared to ASP.
In classic ASP, there was no server controls. You have to
write all html tags manually. ASP.NET offers a very rich
set of controls called Server Controls and Html Controls.
It is very easy to drag and drop any controls to a web
form. The VS.NET will automatically write the required HTML
tags automatically for you.
ASP is interpreted, ASP.NET is compiled
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain some of the major built-in objects in asp.net
What is OSI layer? Explain different layers.
What is the use of dispose method?
Does asp.net still recognize the global.asa file?
Describe the master page.
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
What are web server controls in asp.net?
What is route in web api?
How can you access the properties and controls of master pages from content pages?
What is a web farm?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is semantic gap?
Explain the difference between asp and asp.net?
How we can force all the validation controls to run?
What are the namespace classes used in asp.net mvc? : asp.net mvc