Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Dot Net Technologies Interviews:.Net Architecture.Net Database.Net Deployment.NET web servicesADO.NETADO.NET 2.0ASP ProgrammingASP.NetASP.NET 2.0ASP.NET CachingASP.Net MVCBizTalkC# (Sharp) Programming LanguageCOM+Crystal ReportsDataGrid (Grid view)Dot NetDot Net AssemblyDot Net Code SecurityDot NET crystal reportsDot Net FrameworkDot Net RemotingDot Net WindowsFormsEntity FrameworkMicrosoft .Net MobileMicrosoft BasicsMicrosoft.NETMicrosoft.NET 2.0Mixed MicrosoftMono FrameworkMOSSMSFMTSReporting ServicesSenior .Net DeveloperVB .NetVB .Net DeveloperVB.NET FrameworkWCF (Windows Communication Foundation)WCF Data ServicesWeb Forms
Copyright © 2018. All Rights Reserved
ASP.NET 2.0 Interview Question:
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
Submitted by: AdministratorASP .NET Web form is a tool used to design a web page using the drag and drop feature in VS .NET and is similar to the 'Form' tool in Visual Studio 5.0/6.0. It functions like the Form tag in classic ASP to get or post data from or to the server.
The difference between a classic ASP page and an ASP web Form is as follows:-
A classic ASP has the extension .asp.
An ASP.NET web form has the extension .aspx
-------------
A classic ASP page can be created using a Text editor or programs like DreamWeaver.
An ASP .NET web form is created in a project in the VS.NET environment.
------------
The source of a classic ASP is in VBScript or JavaScript and is visible to the end user.
The source of an ASP.NET web form is written in the code behind file ex: .cs for C# or .vb for VB.net and is invisible to the end user.
-------------
An ASP.NET Web form is Event driven.
Submitted by: Administrator
The difference between a classic ASP page and an ASP web Form is as follows:-
A classic ASP has the extension .asp.
An ASP.NET web form has the extension .aspx
-------------
A classic ASP page can be created using a Text editor or programs like DreamWeaver.
An ASP .NET web form is created in a project in the VS.NET environment.
------------
The source of a classic ASP is in VBScript or JavaScript and is visible to the end user.
The source of an ASP.NET web form is written in the code behind file ex: .cs for C# or .vb for VB.net and is invisible to the end user.
-------------
An ASP.NET Web form is Event driven.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
