After studying this chapter you will be able to understand: What is , web forms model, components of .NET framework, setting the environment, : an example, event handling in , application and session events, page and control events, event handling using controls, common control events, postback and nonpostback events, controls with default events. | 1 CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr. Tehseen Riaz Abbasi 1 2 3 3 Retrieving data from MySQL using PHP Connection with database Execute Select SQL command Make display structure Selecting Command Counting rows Write data CONNECTIONS: login page Deleting record in MySQL using PHP Connection with database Delete the record Delete Command 4 Updating records in MySQL using PHP Connection with database Update the record Update Command Limit Data Selections 5 What is Web Forms Model Components of .NET Framework Setting the Environment : An Example Event Handling in Application and Session Events 6 6 Department of Computer Science, CIIT Islamabad. Page and Control Events Event Handling using Controls Common Control Events PostBack and NonPostBack Events Controls with Default Events 7 7 Department of Computer Science, CIIT Islamabad. ASP. ASP stands for Active Server Pages ASP is a program that runs inside IIS IIS stands for Internet Information Service .NET A programming infrastructure created by Microsoft for building, deploying, and running applications and services that use .NETtechnologies, such as desktop applications and Web services. 8 Department of Computer Science, CIIT Islamabad. 8 What is an ASP File? An ASP file is just the same as an HTML file An ASP file can contain text, HTML, XML, and scripts Scripts in an ASP file are executed on the server An ASP file has the file extension ".asp" 9 Department of Computer Science, CIIT Islamabad. 9 is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites. It allows you to use a full featured programming language such as C# or to build web applications easily. The application codes can be written in any of the following languages: C# Visual Jscript J# 10 Department of Computer Science, CIIT Islamabad. 10 is a web development platform, which provides A programming model A . | 1 CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr. Tehseen Riaz Abbasi 1 2 3 3 Retrieving data from MySQL using PHP Connection with database Execute Select SQL command Make display structure Selecting Command Counting rows Write data CONNECTIONS: login page Deleting record in MySQL using PHP Connection with database Delete the record Delete Command 4 Updating records in MySQL using PHP Connection with database Update the record Update Command Limit Data Selections 5 What is Web Forms Model Components of .NET Framework Setting the Environment : An Example Event Handling in Application and Session Events 6 6 Department of Computer Science, CIIT Islamabad. Page and Control Events Event Handling using Controls Common Control Events PostBack and NonPostBack Events Controls with Default Events 7 7 Department of Computer Science, CIIT Islamabad. ASP. ASP stands for Active Server Pages ASP is a program that runs inside IIS IIS stands .