Data Listing Web Controls MacDonald Ch. 13-14 MIS 324 MIS 324 Professor Sandvig Professor Sandvig.

Slides:



Advertisements
Similar presentations
RightNow 8 -- Adding a new report: New > Report: ORAnalytics > Reports > New Report
Advertisements

Chapter 10 Database Applications Copyright © 2011 by The McGraw-Hill Companies, Inc. All Rights Reserved. McGraw-Hill.
Wincite Introduces Knowledge Notebooks A new approach to collecting, organizing and distributing internal and external information sources and analysis.
User Controls, Master Pages, GridView. Content User Controls Styles, Themes, Master Pages Working with Data GridView Muzaffer DOĞAN - Anadolu University2.
Chapter 9 Customizing Data with Web Controls. ASP.NET 2.0, Third Edition2.
Bind Controls to Data by Using Data-Binding Syntax Web Development Fundamentals LESSON 2.5.
IT533 Lecture ASP.NET Controls. Installations Microsoft® SQL Server® 2008 Express.
Intro to Excel - Session 5.31 Tutorial 5 - Session 5.3 Working with Excel Lists.
Chapter 3 Tables and Page Layout
Asp.NET Core Server Controls. Slide 2 Lecture Overview Understanding the types of ASP.NET controls HTML controls ASP.NET (Web) controls.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 3-1 of…
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Table, Forms, Metatags and Frames.
Web Form Fundamentals MacDonald Ch. 5 MIS 324 MIS 324 Professor Sandvig Professor Sandvig.
Updated on: September 4, 2010 CIS67 Foundations for Creating Web Pages Professor Al Fichera.
Some Basic Database Terminology
Chapter 8 Binding Data to Web Controls. ASP.NET 2.0, Third Edition2.
CO1552 Web Application Development HTML Forms. Websites can be made more interactive by providing facilities for users to provide data To get user entered.
Database-Driven Web Sites, Second Edition1 Chapter 8 Processing ASP.NET Web Forms and Working With Server Controls.
Databases and LINQ Visual Basic 2010 How to Program 1.
Class 3 – Creating Lists In this lesson, you will learn to use HTML to organize your text into lists.
10-1 aslkjdhfalskhjfgalsdkfhalskdhjfglaskdhjflaskdhjfglaksjdhflakshflaksdhjfglaksjhflaksjhf.
MSIS 5133 Advanced MIS - E-Commerce Spring 2003 Lecture 4: DotNet Technologies - Part 4 Using Controls with Databases Dr. Rathindra Sarathy.
Chapter 71 Building Data-Driven ASP.NET Applications Introduction to ASP.NET By Kathleen Kalata.
Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 4-1 of…
Web Server Controls MacDonald Ch. 5 MIS 324 MIS 324 Professor Sandvig Professor Sandvig.
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,
Overview of Data Access MacDonald Ch. 15 MIS 324 Professor Sandvig.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 71 Exploring Microsoft Word Chapter 7 The Expert User: Workgroups, Forms, Master Documents,
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.
1 Web-Enabled Decision Support Systems Database Connectivity in Web Applications Don McLaughlin IE 423 (304) West.
Microsoft Access 2013 Simplify Data Entry with Forms Chapter 3.
Working with GridView Control: Adding Columns. Adding Buttons to a Bound GridView: 1. Drag the WebProduct table from Data connection to a page 2. Demo.
ASP.NET - accessing the database - datareader vs dataset - datagrid vs datalist - brief look at web matrix.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Plug-In T6: Basic Skills and Tools Using Access 2010 Business Driven Technology.
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
Chapter 8 Working With Databases in ASP.NET. Listing 8.1 – ShowListControls Uses The SqlDataSource control for estabishing database connectivity and.
ASP.NET OPTIMIZATION. Why Optimize? $$$ Whether you build applications for customers or not, enhanced applications save money.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 15 Advanced Tables.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T6 Basic Skills Using Access.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
FrontPage Tutorial Part 2 Creating a Course Web Site.
TRAINING SESSIONS.NET Controls.  Standard Controls  Label  Textbox  Checkbox  Button, Image Button, Image control  Radio Button  Literal  Hyperlink.
Reference: “ASP.NET 2.0 Illustrated” by Alex Homer and Dave Sussman. -ch3 illustrated book
Module 8: Creating User Controls. Overview Adding User Controls to an ASP.NET Web Form Creating User Controls.
LBR & WS LAB 1: INTRODUCTION TO GIS.
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
Master Pages MacDonald Ch. 13 MIS 324 MIS 324 Professor Sandvig Professor Sandvig.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 12 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 12 Accessing.
Asp.NET Core Server Controls. Slide 2 Lecture Overview Understanding the types of ASP.NET controls HTML controls ASP.NET (Web) controls.
ASP.NET Data Binding. Slide 2 Lecture Overview Understanding the ASP.NET data binding model.
1 CS 3870/CS 5870: Note07 Prog 4. Master Pages Creating a master page based on another master page MainMasterPage –For all Progs and Tests Prog4MasterPage.
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
Understand Databound Controls Windows Development Fundamentals LESSON 4.2A.
Adxstudio Portals Training
25 Copyright © 2009, Oracle. All rights reserved. Showing Results with Pivot Tables.
Module 10: Data Access in ASP.NET. Overview Overview of the ASP.NET Data Access What is Data Access List of Data Source Control What is Data Bound How.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: HTML Tables.
This screen may be skipped altogether if the user chooses a report from the server and clicks Ad Hoc or Edit or whatever. Also, the next screen would ordinarily.
XBRL-CSV Overview.
Current Popular IT I Pertemuan 5
Microsoft Access 2016 Simplify Data Entry with Forms
Simplify Data Entry with Forms Chapter 3
Brief description on how to navigate within this presentation (ppt)
Using List Controls with SQL Server
Database Applications
Web Development Using ASP .NET
Chapter 10 Accessing Database Files
Lesson 5: HTML Tables.
Presentation transcript:

Data Listing Web Controls MacDonald Ch MIS 324 MIS 324 Professor Sandvig Professor Sandvig

Outline Web Controls Overview Web Controls Overview Tabular Tabular RepeaterRepeater DataListDataList GridViewGridView Single Record Single Record FormViewFormView DetailsViewDetailsView

Web Controls Overview Classes all located in system.web.ui.webcontrols namespace Classes all located in system.web.ui.webcontrols namespace DocumentationDocumentationDocumentation Too many controls to cover Too many controls to cover New controls added each versionNew controls added each version Focus on essential controls & concepts Focus on essential controls & concepts

Web Controls Overview Simple Controls Simple Controls Display single itemsDisplay single items Correspond to HTML tagsCorrespond to HTML tags textbox, radiobutton, checkbox, button…textbox, radiobutton, checkbox, button… List Controls List Controls Name/Value pairsName/Value pairs RadioButtonList, CheckBoxList, Dropdown ListRadioButtonList, CheckBoxList, Dropdown List

Web Control Overview Tabular Controls Tabular Controls Display > 1 columnDisplay > 1 column DataList, GridView, RepeaterDataList, GridView, Repeater Single Record Controls Single Record Controls FormViewFormView Templates Templates Use to describe data formatUse to describe data format

Tabular Controls Display multiple columns of data GridViewGridView Display data in table format Display data in table format Most features – editing, paging, sorting Most features – editing, paging, sorting Constraint: one data item per cell Constraint: one data item per cell DataListDataList No default format – must use templates No default format – must use templates Very flexible formatting Very flexible formatting Editing features Editing features RepeaterRepeater Read only, most efficient for data display Read only, most efficient for data display No default format – must use templates No default format – must use templates

Tabular Controls Consist of rows and fields Consist of rows and fields Fields may contain other controls Fields may contain other controls ButtonsButtons HyperlinksHyperlinks TextboxesTextboxes DropDownListsDropDownLists Other tabular controlsOther tabular controls Need to access control properties Need to access control properties “FindControl” method“FindControl” method Handle control events Handle control events Events “bubble up” to parent controlEvents “bubble up” to parent control

Tabular Controls DataList Control DataList Control Very flexible formatVery flexible format Template required Template required Supports editingSupports editing Repeat columns propertyRepeat columns property Example: DataListing (source)Example: DataListing (source)DataListingsourceDataListingsource Web.config sourceWeb.config sourcesource

Summary Data Access Data Access 1.Programmatic Connection & command objects Connection & command objects 2.Declarative Drag & drop via VS Drag & drop via VS Data listing server controls Data listing server controls List controlsList controls Tabular ControlsTabular Controls Next: two-way databinding Next: two-way databinding