Deliverable 2. Design Plans So Far  View, Session, and Application State references.  Needed for setting context of viewed data on all pages 

Slides:



Advertisements
Similar presentations
Access 2007 ® Use Databases How can Microsoft Access 2007 help you to get and stay organized?
Advertisements

1 When you click the UPK link on the Core-CT web site, the Core-CT UPK Outline page will display. Use the Outline (left column) to navigate to the topic.
Design Patterns in Web Programming Nathan Wallace March 2000 Introduction About Me Why listen to me? What am I talking about? Disclaimer Design Patterns.
Chapter 9 Customizing Data with Web Controls. ASP.NET 2.0, Third Edition2.
Access Custom Forms & Reports. Topics  Designer Skills  Tab Order (Forms)  Copying Properties  Adding a Control  Adding Page Breaks  Adding Tab.
Some Introductory Programming 1. Structured Query Language (SQL) - used for queries. - a standard database product. 2. Visual Basic for Applications -
Mark Dixon Page 1 04 – Database Design: Forms. Mark Dixon Page 2 Session Aims & Objectives Aims –To allow easier data entry using forms Objectives, by.
HRMS Release 8.0 Demonstration April 23, 2002Version 8.0 Demonstration  Project Scope  New 8.0 Look and Feel  Administer Workforce Overview  Recruitment.
March 20, 2008 Team DunKyan.  Functionality implemented to date  Current activities  Plans for rest of semester  Software demonstration  Reporting.
The Switchboard User Interface. Prof. Leighton2 User Friendly Databases Create an attractive main menu Help the database users maneuver through the database.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Assignment #2 Tutorial: Database Creation 2MS Access TutorialIS for Management Access 2000 Tutorial MS Access Database Objects –Tables (tuples and attributes)
Project Implementation for COSC 5050 Distributed Database Applications Lab5.
For Website Management
Assessing Student Learning with Technology – No Child Left Behind ASPIRA Technology Tools Conference San Juan, Puerto Rico - December 9, 2003 Angela D.
Module 7: Data Entry (REDCap)
Web Site Entry Training Carroll County IT Department.
341 Lab Overview Use this PowerPoint presentation to guide you through the labs this session. To make the links work first make this slide show run by.
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.
Web-Based Commerce Auto Parts Store presented by Victor Hsu.
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.
Research Professional Bitesize session Vicky Brett Funding Information & Research Officer Rachel Henley Team Leader The University of Opportunity.
Intro to Excel - Session 6.21 Tutorial 6 - Session 6.2 Integrating Excel with Other Windows Programs and the World Wide Web.
Utilizing OPAC Search Logs and Google Analytics Assessing OPAC Effectiveness and User Search Behavior VALE Users'/NJLA CUS/NJ ACRL Conference January 9,
Database Planning, Management and Maintenance Track 3: Basic Course in Database.
New Perspectives on XML, 2nd Edition Tutorial 9B1 USING XML AS A DATA SOURCE TUTORIAL 9B.
Project Methodology May 2, System Development Life Cycle Overview.
 Page_Init  Page_Load  cmdINew_Click  cmdISave_Click  cmdIDelete_Click  cmdISubmit_Click  cmdIClear_Click  gridLineItem_RowEditing  gridLineItem_RowDeleting.
Microsoft Access 2013 ®® Tutorial 10 Automating Tasks with Macros.
Creating a navigation bar in Fireworks. Setting up the canvas Open Fireworks and choose a canvas size big enough to fit the buttons on you are going to.
The PLAN Understanding my PLAN test results..... Purpose of PLAN 1. How am I doing so far? PLAN results shows your relative strengths and weaknesses in.
Lesson 2: Web Development Teams
Web Design Part I. Click Menu Site to create a new site root.
Schoolwires Calendar App. Calendar Overview Calendar app uses the same color scheme and fonts as the rest of the IRHS site.
Exporting. Export Step 1 – In Outlook select Contacts.
Source Page US:official&tbm=isch&tbnid=Mli6kxZ3HfiCRM:&imgrefurl=
Pink Elephant Showcase Brief What have we done last week? o Deliverables o Milestone Progress o Estimations What are we going to do this.
Review the comments on the technology assessment form. Anything else that needs to be added? Comments needed on the discussion so far?
DB Implementation: MS Access Macros
2nd Project Meeting Berlin, 1 December 2000
Edit a Public Holiday – Holiday Calendar
The Project – Eportfolio Build
Part 1 of 2 Creating SQL Database and Binding to GridView
Microsoft Access 2003 Illustrated Complete
Commissioner & Manager Guide
Tabs and their Functions
Bill Chown C I O Chapter Websites Bill Chown C I O
Tips Need to Consider When Organizing a College Event
Account Registration Expect an account activation with your initial username and password from You may want to add this.
Site Supervisor Quick Start Guide:
Ariba Contracts: Working with the Documents Tab
Tabs and their Functions
ماجستير إدارة المعارض من بريطانيا
GMAS Update February 2018.
NEW! Student Organization Database
Account Registration Expect an account activation with your initial username and password from You may want to add this.
Tabs and their Functions
Commissioner & Manager Guide
Commissioner & Manager Guide
SENIOR PROJECT WEBSITE
Database Connectivity and Web Development
My Web Page is My First Line of Defense!
Delete a Public Holiday – Holiday Calendar
Status update and testing
Module 7: Data Entry (REDCap)
Drag action from the left
BC Baseball Website Tutorial
How to edit data in GeneNetwork. Robert W

Lesson 2: Gathering and Organizing Information Using ICT KEY QUESTION: HOW DO YOU GATHER AND ORGANIZE INFORMATION USING THE COMPUTER AND INTERNET?
Presentation transcript:

Deliverable 2

Design Plans So Far

 View, Session, and Application State references.  Needed for setting context of viewed data on all pages  StateKeys/StateValues ▪ Ex: StateKeys.SELETED_EVENT_ID

 Database Access  Editing players is done through the gridview and it’s query builder allowing inline editing  Editing events is done in the C# and uses buttons and fields for data entry.

Development Goals

 April 14, 2011  Working Database rev. 1  Viewing, creating, editing events  Viewing, and editing players

 April 21, 2011  Golf Score tracking implemented  Default.aspx/Improve Folder Structure  Basic navigation implemented  Player skill level implemented  Making it look good

 Final  Fix any issues/bugs  Make the site more navigable/user-friendly/pretty