CIS 264 - ASP Tim Brown. .html www .html www .html www.

Slides:



Advertisements
Similar presentations
Web Forms and ASP.NET Programming Right from the Start with Visual Basic.NET 1/e 12.
Advertisements

User Controls, Master Pages, GridView. Content User Controls Styles, Themes, Master Pages Working with Data GridView Muzaffer DOĞAN - Anadolu University2.
11 ASP.NET Slides based off:. 22 B ACKGROUND - W EB A RCHITECTURE Web Server PC/Mac/Unix/... + Browser Client Server Request:
ASP.NET and AJAX. Agenda What is ASP.NET? ASP.NET Versions Difference Between ASP and ASP.NET ASP.NET Architecture Overview ASP.NET IIS life cycle Overview.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
Web-Based Applications
Introduction to Active Server Pages
UNIVERSIDAD TECNOLÓGICA ECOTEC. ISO 9001:2008 Module 2 Creating Web Applications by Using Microsoft® Visual Studio 2010 and Microsoft.NET–Based Languages.
Chapter 9 Web Applications Copyright © 2011 by The McGraw-Hill Companies, Inc. All Rights Reserved. McGraw-Hill.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
Introduction to.Net and ASP.Net Course Introduction Build Your Own ASP.Net Website: Chapter 1 Microsoft ASP.Net Walkthrough: Creating a Basic Web Forms.
Tutorial: Introduction to ASP.NET Internet Technologies and Web Application 4 th February 2010.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
CIS 375—Web App Dev II ASP.NET 2 Introducing Web Forms.
ASP.NET Dr. Ralph Westfall May, Web Development Problem HTML designed to display static pages only interactive when user clicks links  can’t provide.
Dr. Azeddine Chikh IS444: Modern tools for applications development.
Object-Oriented Application Development Using VB.NET 1 Chapter 12 Web Forms, HTML, and ASP.NET.
HTML, GUI, ASP.NET Rina Zviel-Girshin Lecture 2
ASP.NET INTRODUCTION INTO وزارة التربية و التعليم العالي كلية العلوم و التكنولوجيا قسم علوم الحاسوب و تكنولوجيا المعلومات اعداد الاستاذ: عبد الله محمد.
An Introduction to ASP.NET Ed Dunhill blogs.msdn.com/edunhill SLIDE7.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
Christopher M. Pascucci.NET Programming: Basic ASPX Scripting & HTML Embedment.
Web Design ITM 2010 Tutorial 1 Prepared by Wang Shiyu.
INSPIRING CREATIVE AND INNOVATIVE MINDS Module 4: Adding Code to a Microsoft ASP.NET Web Form Implementing Code-Behind Pages Adding Event Procedures to.
ASP.NET Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours Digital.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Introduction to ASP.NET 1www.tech.findforinfo.com.
CSCI 6962: Server-side Design and Programming Introduction to Active Server Pages.
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
ASP Introduction Y.-H. Chen International College Ming-Chuan University Fall, 2004.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Lecture Note 1: Getting Started With ASP.  Introduction to ASP  Introduction to ASP An ASP file can contain text, HTML tags and scripts. Scripts in.
Introduction to ASP.NET1. 2 Web applications in general Web applications are divided into two parts –The server part –The client part The server part.
ASP.NET &.NET Environment. Overview Part of Microsoft’s.NET environment Used for Development of  Websites  Internet applications  Web Services & XML.
Overview of Previous Lesson(s) Over View  SDI programs  The Application Wizard can generate single-document interface (SDI) applications that work.
Introducing ASP.NET 2.0. Internet Technologies WWW Architecture Web Server Client Server Request Response Network HTTP TCP/IP PC/Mac/Unix + Browser (IE,
ASP.NET OPTIMIZATION. Why Optimize? $$$ Whether you build applications for customers or not, enhanced applications save money.
Module 4: Creating a Microsoft ASP.NET Web Form. Overview Creating Web Forms Using Server Controls.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
DEV303 ASP.NET: Leveraging Visual Studio.NET For Web Projects Tony Goodhew Product Manager Microsoft Corp.
Christopher M. Pascucci.NET Programming CodeBehind.
Module 4: Creating a Web Application with Web Forms
Scripting Languages Client Side and Server Side. Examples of client side/server side Examples of client-side side include: JavaScript Jquery (uses a JavaScript.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Web Development in Microsoft Visual Studio 2013 / 2015.
Chapter 2: Develop A One Page Web Application Liu, Jie Professor Department of Computer Science Western Oregon University
ASP Syntax Y.-H. Chen International College Ming-Chuan University Fall, 2004.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
Chapter 2 Creating Website with Web Forms. Objectives Understand the different project types and templates when building ASP.NET web sites. The different.
ASP.NET Forms.
Web Forms, HTML, and ASP.NET
Introduction to ASP By “FlyingBono” 2009_01 By FlyingBono 2009_01
Visual Studio 2010 and .NET Framework 4 Training Workshop
Haritha Dasari Josue Balandrano Coronel -
Active Server Pages ASP.Net
Web Development in Microsoft Visual Studio 2013
Social Media And Global Computing Introduction to Visual Studio
Web Development Using ASP .NET
Understanding the Visual IDE
Module 10: Creating a Web Application with Web Forms
ASP.NET Module Subtitle.
Web Page Design CIS 300.
ASP.NET Imran Rashid CTO at ManiWeber Technologies.
Visual Studio 2005 IDE Features
Presentation transcript:

CIS ASP Tim Brown

.html www

.html www

.html www

.html www

.html www JavaScript VBScript

.html.cgi www PerlJavaScript VBScript

.html.cgi www db OS PerlJavaScript VBScript

.html.cgi.asp www db VBScript JScript JavaScript VBScript Perl

.html.cgi.asp www db

ASP.NET Requirements 1.IIS 5.0 or higher (or equivalent) (component of XP Pro, Vista, and Win 7) 2.Development Environment or Text Editor (Visual Studio is optional, but recommended)

Overview of Unit 1 1.Create Web Forms 2.Code-behind files 3.Redirection 4.Validation controls 5.State Preservation 6.Master Pages

Overview of Unit 2 1.Site Navigation 2.Themes 3.Data Sources 4.ListView control 5.Gridview Control 6.DetailsView and FormView controls

Overview of Unit 3 1.ListView and DataPager Controls 2.Object Data Sources 3.LINQ data sources 4.Optional: SSL, Authentication, Authorization 5.Optional: User Controls, Custom Controls 6.Optional: Web Services

Visual Studio Advantages Solution Explorer - file, folder, and project management tools. Intellisense – syntax assistance HTML editor – WYSIWYG page design Debugger – step-by-step execution

Web Form Control Types HTML HTML Server ASP (Web) Server Validation User and Custom

Server control benefits Server side event procedures State preservation Data binding Browser-version sensitive

controlType is the type of control (Label, TextBox, Button, etc.) name is an identifier used to refer to the control from code

controlType is the type of control (Label, TextBox, Button, etc.) name is an identifier used to refer to the control from code

Page Directive Attributes Language –specifies lanuage of embedded code Codebehind –specifies file name of code-behind file Inherits –name of class aspx will inherit from AutoEventWireup –automatically associates page events with event procedures having correct names

Page and Control Events InitializeComponent Page_Init Page_Load

Exercise 1