Rehab AlFallaj.  FilteredTextBox is an extender which prevents a user from entering invalid characters into a text box. Note that since this effect can.

Slides:



Advertisements
Similar presentations
1 After completing this lesson, you will be able to: Specify options. Customize the appearance of messages. Add a signature to an .
Advertisements

© Paradigm Publishing, Inc Access 2010 Level 1 Unit 2Creating Forms and Reports Chapter 6Creating Reports and Mailing Labels.
Tutorial 6 Creating a Web Form
Access Lesson 2 Creating a Database
 2008 Pearson Education, Inc. All rights reserved JavaScript: Introduction to Scripting.
Python and Web Programming
Creating Web Page Forms
Tutorial 6: Creating a Web form
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
®® Microsoft Windows 7 Windows Tutorial 6 Searching for Information and Collaborating with Others.
1 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and Custom Forms.
Page: 1 Creating AJAX-Powered Forms with the Dojo Toolkit Presented By: James Harmon Object Training Group, Inc.
1 Forms A form is the usual way that information is gotten from a browser to a server –HTML has tags to create a collection of objects that implement this.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
Using Styles and Style Sheets for Design
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
CSS Class 7 Add JavaScript to your page Add event handlers Validate a form Open a new window Hide and show elements Swap images Debug JavaScript.
Rehab AlFallaj. Ajax Control Toolkit Add Ajax functionality to your ASP.NET Web Forms applications without writing JavaScript Add Ajax functionality to.
Word Lesson 12 Creating Mail Merge Documents Microsoft Office 2010 Advanced Cable / Morrison 1.
Engrade Lesson Plans. Engrade’s help section is good for creating lesson plans so this will guide you to the videos/pages in the help section.help section.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
MS-Word XP Lesson 9. Mail Merge The Mail Merge feature combines a list of data, typically name and address that is contained in one file with a document.
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
Forms and Server Side Includes. What are Forms? Forms are used to get user input We’ve all used them before. For example, ever had to sign up for courses.
Chapter 5: Windows and Frames
Button and Textbox. Input  Input objects are used to obtain input from the user viewing the webpage. They allow the user to interact with the Web. 
Rehab AlFallaj. PasswordStrength is an ASP.NET AJAX extender that can be attached to an ASP.NET TextBox control used for the entry of passwords. The PasswordStrength.
Introduction to Database using Microsoft Access 2013 Part 6.1 November 18, 2014.
HTML Forms. Slide 2 Forms (Introduction) The purpose of input forms Organizing forms with a and Using different element types to get user input A brief.
Forms Collecting Data CSS Class 5. Forms Create a form Add text box Add labels Add check boxes and radio buttons Build a drop-down list Group drop-down.
TJ 3043 – Web Application Development HTML Form. 2.0 Forms - A form is the usual way information is gotten from a browser to a server - HTML has tags.
Web Technologies Lecture 3 Web forms. HTML5 forms A component of a webpage that has form controls – Text fields – Buttons – Checkboxes – Range controls.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
HTML FORMS The TEXT Object Presented By: Ankit Gupta.
Creating Web Page Forms COE 201- Computer Proficiency.
IT533 Lectures ASP.NET AJAX.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
AJAX. Overview of Ajax Ajax is not an API or a programming language Ajax aims to provide more responsive web applications In normal request/response HTTP.
1 HTML Forms
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
South Dakota Library Network SFX Management Basics A – Z List & Citation Linker South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD
Tutorial 6 Creating a Web Form
Using Custom Submission Questions and Questionnaires in Editorial Manager™ Created by J. Strusz (9/21/2010)
Client-side (JavaScript) Validation. Associating a function with a click event – Part 1 Use the input tag’s onclick attribute to associate a function.
CHAPTER 7 LESSON B Creating Database Reports. Lesson B Objectives  Describe the components of a report  Modify report components  Modify the format.
Section 10.1 Define scripting
JavaScript, Sixth Edition
Coldpruf Online Order Form
Setting Defaults in Microsoft Word for Accessibility
Microsoft Office Access 2010 Lab 2
How to Write Web Forms By Mimi Opkins.
Collecting Information from the User
Pre assessment Questions
Basic XHTML Tables XHTML tables—a frequently used feature that organizes data into rows and columns. Tables are defined with the table element. Table.
Ajax Control Toolkit.
Introduction to Scripting
AJAX Accordion control
Unit I: Developing Multipage Documents
Database Applications – Microsoft Access
AJAX Confirm Button Extender
WEB PROGRAMMING JavaScript.
Forms, cont’d.
Access Lesson 2 Creating a Database
AJAX Rehab AlFallaj.
Web Content Management
Access: Queries IV Participation Project
Guidelines for Microsoft® Office 2013
JavaScript: Introduction to Scripting
AJAX Calendar Control Rehab AlFallaj.
Coldpruf Online Order Form
Presentation transcript:

Rehab AlFallaj

 FilteredTextBox is an extender which prevents a user from entering invalid characters into a text box. Note that since this effect can be avoided by deactivating JavaScript, you should use this extender as a convenience for your users, but you must never expect that the data being sent to the server consists of "valid" chars only.

 TargetControlID - The ID of the text box for this extender to operate on  FilterType - A the type of filter to apply, as a comma-separated combination of :  Numbers.  LowercaseLetters.  UppercaseLetters  Custom,If Custom is specified, the ValidChars field will be used in addition to other settings such as Numbers.  FilterMode - A the filter mode to apply, either ValidChars (default) or InvalidChars. If set to InvalidChars, FilterType must be set to Custom; if set to ValidChars, FilterType must contain Custom.  ValidChars - A string consisting of all characters considered valid for the text field, if "Custom" is specified as the filter type. Otherwise this parameter is ignored.  InvalidChars - A string consisting of all characters considered invalid for the text field, if "Custom" is specified as the filter type and "InvalidChars" as the filter mode. Otherwise this parameter is ignored.  FilterInterval - An integer containing the interval (in milliseconds) in which the field's contents are filtered, defaults to 250.

First: Add a ToolkitScriptManager from Toolbar> AJAX Control Toolkit

Second: Add the control (Button or link )

Third: Add FilteredTextBox Extender to each Control. Don’t forget to add TargetControlID

Can you inter anything other than LowerCase letters? Can you inter anything other that numbers? Can you inter anything other than Can you inter anything other than +-*%÷ Try to enter 123 in name textBox Try to enter abc in ID textBox Try to enter 123 abc in math textbox what heppens?

Rehab AlFallaj

The Accordion CollapsiblePanels The Accordion is a web control that allows you to provide multiple panes and display them one at a time. It is like having several CollapsiblePanels where only one can be expanded at a time. The Accordion is implemented as a web control that contains AccordionPane web controls. Each AccordionPane control has a template for its Header and its Content.

First: Add a ToolkitScriptManager

Second: Add Accordion from Ajax Control Toolkit

Third: Add panes tag

Fourth: inside the panes insert AccordionPane as much as you want: 1 AccordionPane = 1 section 2 AccordionPane = 2 sections 3 AccordionPane = 3 sections

Fifth: inside each AccordionPane add a Header & a Content tags

Tutorial: Accordion/Accordion.aspx Video: toolkit/how-do-i-use-the-aspnet-ajax-accordion-control