Difference between asp and asp.net ?
Answers were Sorted based on User's Feedback
Answer / ansu kuamar, delhi
asp.net has
more controls,
user friendly,
here we use two different page
one for design
other for logical coding
so we can work simultaniously both on designing and coding
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shirishakyatoor
Both are serverside technologies which are used to develop
a dynamic and interactive pages. But the main differences
between them are
asp is an interpretted code where as asp.net is a compiled
code and asp is a object based language ie it doesnt
supports polymorphism and inheritance concept where as
asp.net is a object oriented language .. (it supports)
In asp.net. There is of two pages ..one for designing and
other for coding so designer can do his work and developer
can do his work at same time on same application form.It
results in better performance.. reducing time in devlopment
of a file which is not possible for asp.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ranjith reddy
Asp doesn't suport oop's concepts
Asp.Net Supports oop's concepts
Asp maintance top to bottom coding
Asp.Net doesn't maintain top to bottom coding
Asp is not user friendly
Asp.Net is user friendly
Asp code n html r at one isde
Asp.Net html deffer frm general coding
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / arunendra shukla
"ASP (Active Server Pages) and ASP.NET are both server side technologies for building web sites and web applications, ASP.NET is Managed compiled code - asp is interpreted. and ASP.net is fully Object oriented. ASP.NET has been entirely re-architected to provide a highly productive programming experience based on the .NET Framework, and a robust infrastructure for building reliable and scalable web
applications."
Is This Answer Correct ? | 0 Yes | 0 No |
Explain how cookies work. Give an example of cookie abuse.
Difference between ByVal and ByRef?
What is global.asax file used for?
What does the "EnableViewState" property do? Why would I want it on or off?
2 Answers Photon Infotech, Siebel Systems, Syntax Softtech,
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
To call a Web service which transport protocol you can use?
How to Open any web page by clicking any Any ASPControl like (Checkbox,radio button or Button) without calling its event and without going to Siverside code?
what is diffrence between debug class and trace class in asp.net ?
How to refresh a page in asp.net
what is session ?how sessions are handeled in application? write the clauses of sql server in their order.
Do cookies store passwords?
If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.