ASP.NET Arkitektur og Web Forms Slides lånt fra Ole Brüggert.

Slides:



Advertisements
Similar presentations
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide STARTING OUT WITH Visual Basic 2008 FOURTH EDITION Tony Gaddis.
Advertisements

Developing Web Applications
1111 Creating ASPX Controls Programatically Objectives You will be able to Dynamically add controls to a page. Dynamically alter properties of controls.
ASP.NET Arkitektur og Web Forms. Agenda – Web Forms Arkitektur for ASP.NET ( 1 del ) –Arkitekturen i korte træk –Fordele ved ASP.NET –Win Form Web.
Current Popular IT I Pertemuan 3 Matakuliah: T0403/Current Popular IT I Tahun: 2008.
IT533 Lecture ASP.NET Controls. Installations Microsoft® SQL Server® 2008 Express.
Asp.NET Core Server Controls. Slide 2 Lecture Overview Understanding the types of ASP.NET controls HTML controls ASP.NET (Web) controls.
web controls  standard controls  validation controls  rich controls.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 3-1 of…
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide
ASP.NET Validating user input Validating user input on the client and/or server side 1ASP.NET Validating User Input.
Introduction to ASP.Net ISYS 350. ASP.NET ASP.NET is a server-side technology for creating dynamic web pages. ASP.NET allows you to use a selection of.
ASP.NET Programming with C# and SQL Server First Edition
Overview This presentation covers the initial overview of the different server controls. 2.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Database-Driven Web Sites, Second Edition1 Chapter 8 Processing ASP.NET Web Forms and Working With Server Controls.
Module 7: Validating User Input.
.NET Validation Controls MacDonald Ch. 8 MIS 324 MIS 324 Professor Sandvig Professor Sandvig.
Chapter 3 Using Validation Controls. What is a Validation Control? A control that validates the value in another control Renders as an HTML tag with an.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
1 Presented by Bikash Shrestha. 2 What is ASP.NET or ASP+? ASP.NET/ASP+ is a programming framework built on the common language runtime that can be used.
Beginning Web Site Development Module 1 – Dynamic Web Site Development Fundamentals of building dynamic Web sites with ASP.NET 2.0 and C# Version.
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
1 ASP.NET ASP.NET Rina Zviel-Girshin Lecture 3. 2 Overview Cookies Validation controls Client and server side validation Validation control examples.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Introducing Web Controls Outline 29.1 Analyzing the.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 4-1 of…
ASP.Net, Web Forms and Web Controls 1 Outline Web Controls Text and Graphics Controls AdRotator Control Validation Controls.
Web Server Controls MacDonald Ch. 5 MIS 324 MIS 324 Professor Sandvig Professor Sandvig.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
ASP.NET Web Server Controls Basic Web Server Controls.
Web Controls Chapter-7. Page  2 Synopsis  Stepping Up to Web controls  Basic Web control classes  Web control classes  Web control Base class  Units,
ASP.NET Controls. Slide 2 Lecture Overview Identify the types of controls supported by ASP.NET and the differences between them.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
Microsoft Visual Basic 2005 CHAPTER 7 Creating Web Applications.
Chapter 8 Building Forms with Web Server Controls.
Overview ASP.NET is a unified Web development model that includes the services necessary for you to build enterprise-class Web applications with a minimum.
Lesson 12 Adding Validation To The Movie Database.
Things like Textboxes, Lables, ‘n’at. ASPX page is not HTML Controls are rendered into markup that a browser can understand Some controls are rendered.
Module 4: Creating a Microsoft ASP.NET Web Form. Overview Creating Web Forms Using Server Controls.
CS1001 Lecture 9. Overview Security Security HTML HTML.
Week Developing Web Applications 12. Programming for the Web A Web Application Runs on a Web Server and Presents Its Content to the User Across a Network,
Review ASP Server controls: Labels, Buttons, Textboxes HTML tables Images and Hyperlinks Validator controls DropDownList ViewState variables Session variables.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 User Input Validating.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
IT204 – Web Scripting and Authoring I Forms and Image Maps Unit 4.
Vijayalakshmi G M Validation Controls.
Asp.NET Core Server Controls. Slide 2 Lecture Overview Understanding the types of ASP.NET controls HTML controls ASP.NET (Web) controls.
ASP + JavaScript Client and Server scripts. Link 1 function MyClick(){ document.write("MyClick"); } function MyFunction1(){ alert("My Function 1"); }
Beginning ASP.NET in C# and VB Chapter 9
ASP.NET Part 2 Instructor: Charles Moen CSCI/CINF 4230.
Validation Controls Assist your users with providing the correct type of input for your application Assist your users with providing the correct type of.
Chapter 10, Slide 1Starting Out with Visual Basic 3 rd Edition Chapter 11 Developing Web Applications.
Jim Fawcett CSE686 – Internet Programming Spring 2014
Introduction to ASP.NET Web Forms
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
Working with ASP.NET Server Controls
Developing Mobile Web Applications With ASP.NET Mobile Controls
Web Application Web Application are programs that can be executed either on a Web server or in a Web browser. An Online store accessed through a browser.
Active Server Pages ASP.Net
Developing Web Applications
ASP.Net Demo ISYS 350.
Static and Dynamic Web Pages
Module 05: Building ASP .NET Applications
Web Development Using ASP .NET
Chapter 3 starting with Chapter 2 detailed concepts
Asp.net.
MIS 3200 – Unit 5.1 Iteration (looping) Working with List Items
Programming with Microsoft Visual Basic 2008 Fourth Edition
Button Web Server Controls
.NET Validation Controls
Presentation transcript:

ASP.NET Arkitektur og Web Forms Slides lånt fra Ole Brüggert

ASP.NET (arkitekturen) Arkitekturen i korte træk

ASP.NET (arkitekturen)

ASP.NET compilation

ASP.NET (arkitekturen) Page roundtrip

ASP.NET (arkitekturen) Page roundtrip

ASP.NET (arkitekturen) Win Form <> Web Form

ASP.NET (arkitekturen) ISS (Internet information Server) –Hvordan finder man den? –Oprettelse af virtuelle biblioteker –Shadow copying

ASP.NET (Web Controls) –Hierarki for HTML controls

ASP.NET (Web Controls) –Arver hierarki for Web server controls

ASP.NET (Web Controls) –Common Web Server Controls Label TextBox, Image CheckBox og RadioButton Button, LinkButton og ImageButton

ASP.NET (Web Controls) –Event Handling for Web Server Controls Intrinsic Events –Button har 2 –Calendar har 3 –Datagrid har 9 Event Arguments AutoPostback Bubbled Events

ASP.NET (Web Controls) –List Controls ListBox DropDownList CheckBoxList RadioBoxList

ASP.NET (Web Controls) –PlaceHolder og Panel Control –Table –TableRow –TableCell –Mulighed for inkludering af andre kontroller i en Table –Dynamisk load af Controls vha. Panel –Eksempel

ASP.NET (Web Controls) –Calendar Control Properties på Calendar klassen Events på Calendar klassen Eksempel

ASP.NET (Web Controls) –User Input Validation RequiredFieldValidator RegularExpressionValidator

ASP.NET (Web Controls) –User Input Validation RangeValidator CompareValidator

ASP.NET (Web Controls) –User Input Validation CustomValidator

ASP.NET (Web Controls) –User Input Validation Page.Validate() Page.IsValid Client side Server side

ASP.NET (Web Controls) –Cascading Style Sheets Ensartet look and feel Nem vedligeholdelse Styles på Web Controls Eksempel