What is the difference between Web Form and Web Page?

 Posted by Rajkatie on 12/3/2015 | Category: ASP.NET Interview questions | Views: 8476 | Points: 40
Answer:

All two are ASP.NET technologies for creating dynamic web applications

Web Pages focuses on adding server-side code and database access to the static page (HTML). Mainly good choice for developers who have experience with non-ASP.NET web technologies.

Web Forms is based on a page object model and traditional window-type controls (buttons, lists, etc.). It uses an event-based model. Good choice for those who have worked with Windows forms development.


Source: MSDN | | Alert Moderator 

Comments or Responses

Posted by: Rajeshatkiit on: 12/17/2015 | Points: 10
Web form is ASP.net page which is kept and executes by web server.
Winform is used for desktop application and it runs locally.

Login to post response