Welcome  30 Question & 30 Minutes  Question Will Move Automatically After 1 Min Your Exam Start Now Lecturer : Zalak Thakrar.

Slides:



Advertisements
Similar presentations
How to Author Teaching Files Draft Medical Imaging Resource Center.
Advertisements

Java Script Session1 INTRODUCTION.
Lecture 6/2/12. Forms and PHP The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input When dealing with HTML forms.
1.  Understanding about How to Working with Server Side Scripting using PHP Framework (CodeIgniter) 2.
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.
ASP.NET Data Binding. Slide 2 Lecture Overview Understanding the ASP.NET data binding model.
Chapter 10 ADO. What is ADO? ADO is a Microsoft technology ADO stands for ActiveX Data Objects ADO is a programming interface to access data in a database.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
Building ASP.NET Applications 2 Lecture 3,4 T. Ahlam Algharasi 4 th Level.
ASP.NET 2.0 Chapter 6 Securing the ASP.NET Application.
ASP.NET Programming with C# and SQL Server First Edition Chapter 8 Manipulating SQL Server Databases with ASP.NET.
Chapter 14: Advanced Topics: DBMS, SQL, and ASP.NET
Christopher M. Pascucci Basic Structural Concepts of.NET Browser – Server Interaction.
Tutorial: Introduction to ASP.NET Internet Technologies and Web Application 4 th February 2010.
Chapter 8 Binding Data to Web Controls. ASP.NET 2.0, Third Edition2.
Database-Driven Web Sites, Second Edition1 Chapter 8 Processing ASP.NET Web Forms and Working With Server Controls.
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.
Joe Hummel, PhD Dept of Mathematics and Computer Science Lake Forest College
Overview of Previous Lesson(s) Over View  Server controls are small building blocks of the graphical user interface, which includes  Text boxes  Buttons.
Overview of Previous Lesson(s) Over View  ASP.NET Pages  Modular in nature and divided into the core sections  Page directives  Code Section  Page.
IT533 Lectures Session Management in ASP.NET. Session Tracking 2 Personalization Personalization makes it possible for e-businesses to communicate effectively.
ASP.Net Web Applications. Characteristics of a typical data driven web application Web Server HTML Graphics Active-X Java Applets HTTP Request ADO / JDBC.
Chapter 71 Building Data-Driven ASP.NET Applications Introduction to ASP.NET By Kathleen Kalata.
Session 10: Managing State. Overview State Management Types of State Management Server-Side State Management Client-Side State Management The Global.asax.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
© Minder Chen, ASP.NET 2.0: Introduction - 1 ASP.NET 2.0 Minder Chen, Ph.D. Framework Base Class Library ADO.NET: Data & XML.
Overview of Data Access MacDonald Ch. 15 MIS 324 Professor Sandvig.
1 ASP.NET ASP.NET Rina Zviel-Girshin Lecture 4. 2 Overview Data Binding Data Providers Data Connection Data Manipulations.
Needs for Accessing Database To make your web site more dynamic and maintainable, you can display information on your web pages that are retrieved from.
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.
CIS 451: ASP.NET Objects Dr. Ralph D. Westfall January, 2009.
Delivering Excellence in Software Engineering ® EPAM Systems. All rights reserved. Data Binding in ASP.NET.
Caching Chapter 12. Caching For high-performance apps Caching: storing frequently-used items in memory –Accessed more quickly Cached Web Form bypasses:
1 CS 3870/CS 5870 Note04 Session Variables and Post Back.
ASP.NET The Clock Project. The ASP.NET Clock Project The ASP.NET Clock Project is the topic of Chapter 23. By completing the clock project, you will learn.
Christopher M. Pascucci Basic Structural Concepts of.NET Managing State & Scope.
Global.asax file. Agenda What is Global.asax file How to add the Global.asax file What are the default events available Explanation to Application_Level.
1 CS 3870/CS 5870: Note 07 Lab 3 Lab 4 Test 1: Two Tables.
ASP.NET OPTIMIZATION. Why Optimize? $$$ Whether you build applications for customers or not, enhanced applications save money.
Keywords Searching and Analysis System Member Student ID Role 刘亮 Liu Liang System Analyst 顾子俊 Gu Zijun Developer 杜菡菡 Du Hanhan
STATE MANAGEMENT.  Web Applications are based on stateless HTTP protocol which does not retain any information about user requests  The concept of state.
TRAINING SESSIONS.NET Controls.  Standard Controls  Label  Textbox  Checkbox  Button, Image Button, Image control  Radio Button  Literal  Hyperlink.
ASP.Net, Web Forms and Web Controls 1 Outline Session Tracking Cookies Session Tracking with HttpSessionState.
1 Final Review. 2 Final Exam  30% of your grade for the course  December 9 at 7:00 p.m., the regular class time  No makeup exam or alternate times.
NMD202 Web Scripting Week5. What we will cover today PHP & MySQL Displaying Dynamic Pages Exercises Modifying Data PHP Exercises Assignment 1.
Module 4: Creating a Web Application with Web Forms
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
ASP.NET P AGE O BJECTS.  Each ASP.NET page inherits the PAGE object  The PAGE supplies 3 built in objects:  REQUEST: All information passed to the.
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.
Overview of Previous Lesson(s) Over View  ASP is a technology that enables scripts in web pages to be executed by an Internet server.  ASP.NET is a.
Unit 8.2 Learning Objectives Data Warehouses – The Role of Data Warehouses The Role of Data Warehouses – Group Exercise Accessing Data in Views – Accessing.
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.
ASP.net Course From Intermediate to Advance level By Arsalan Ahmed 3 Months Course Cell :
Sergey Sidorov PhD student, computer software chair Computer Science department.
ADO .NET from. ADO .NET from “ADO .Net” Evolution/History of ADO.NET MICROSOFT .NET “ADO .Net” Evolution/History of ADO.NET History: Most applications.
ASP.NET State Management Overview Prepared By Manish Kumar Aery(IM66) Department of computer Application IET Bhaddal (Ropar)
ASP.NET Programming with C# and SQL Server First Edition
Introduction to Database Processing with ADO.NET
ADO.NET Framework.
Session Variables and Post Back
Programming the Web Using ASP.Net
Lecture 6 VB.Net SQL Server.
Active Data Objects Binding ASP.NET Controls to Data
Chapter 23 – ASP.NET Outline 23.1 Introduction NET Overview
12/9/2018 Session 9.1 Calendar and Validation Controls Using Sessions
Chapter 10 ADO.
PROG Advanced Web Apps 2/24/2019 Session 9.2 Data Binding Wendi Jollymore, ACES.
Active Data Objects Binding ASP.NET Controls to Data
Presentation transcript:

Welcome  30 Question & 30 Minutes  Question Will Move Automatically After 1 Min Your Exam Start Now Lecturer : Zalak Thakrar

1. CLIENT SIDE 2. SERVER SIDE 3. BOTH 4. NONE OF THE ABOVE ASP.NET Session State is Managed In Which Side? Q-1) Lecturer : Zalak Thakrar

1. REGULAR EXPRESSIONVALIDATOR 2. COMPARE VALIDATOR 3. EQUALS) METHOD 4. REQUIRED FIELDVALIDATOR Which of the following control is used to validate that two fields are equal? Q-2) Lecturer : Zalak Thakrar

1. VIEW STATE 2. COOKIES 3. HIDDEN FIELDS 4. REQUEST OBJECT Which of the following is not the way to maintain state? Q-3) Lecturer : Zalak Thakrar

1. YES 2. NO You can have only one Global.asax file per project. Q-4) Lecturer : Zalak Thakrar

1. PAGE LOAD PROPERTY 2. AUTOPOST BACK PROPERTY 3. POST BACK PROPERTY 4. REDIRECT PROPERTY Which Property allows Control to Redirect event To Server Side Q-5) Lecturer : Zalak Thakrar

1. SESSION 2. COOKIES 3. QUERY STRING 4. 2 & 3 BOTH Which is not a Server State Management Technique? Q-6) Lecturer : Zalak Thakrar

1. ACTIVEX DATABASE OBJECT 2. ACTIV DATA OBJECT 3. ACTION DATABASE OBJECT 4. NONE OF THE ABOVE What is the full form of ADO.NET Q-7) Lecturer : Zalak Thakrar

1. REPEATER CONTROL 2. GRIDVIEW CONTROL 3. 1 & 2 BOTH 4. NONE OF THE ABOVE Which Control is Used to Display Data in Tabular Format Q-8) Lecturer : Zalak Thakrar

1. REQUEST.QUERYSTRING 2. REQUEST.FORM 3. RESPONSE.WRITE 4. RESPONSE.WRITELN How do you get information from a form that is submitted using the “POST” method? Q-9) Lecturer : Zalak Thakrar

1. APPLICATION_START 2. APPLICATION_END 3. SESSION_START 4. SESSION_END 5. NONE OF THE ABOVE Which is not a Event of Application ? Q-10) Lecturer : Zalak Thakrar

1. HEADER TEMPLATE 2. FOOTER TEMPLATE 3. ITEM TEMPLATE 4. DATA TEMPLATE Which is Not a GridView TemplateField Q-11) Lecturer : Zalak Thakrar

1. EXECUTESCALAR 2. EXECUTESTREAM 3. OPEN 4. EXECUTEREADER Which of the following isn’t a member of ADODBCommand object ? Q-12) Lecturer : Zalak Thakrar

1. SESSION 2. COOKIES 3. VIEW STATE 4. PAGE Which is Not A State Technique ? Q-13) Lecturer : Zalak Thakrar

1. HTMLFORMS 2. WEBFORMS 3. WINFORMS Chose the form in which Post back occurs Q-14) Lecturer : Zalak Thakrar

1. EXTENDED EXPRESSIONS 2. BASIC EXPRESSIONS 3. REGULAR EXPRESSIONS 4. IRREGULAR EXPRESSIONS What is used to validate complex string patterns like an Address? Q-15) Lecturer : Zalak Thakrar

1. NAVIGATE URL 2. IMAGE URL 3. VIDEO URL 4. ALTERNATE TEXT Which is not a Attribute of Adrotator Control of XML FIle Q-16) Lecturer : Zalak Thakrar

1..WEB 2..ASP 3..ASPX 4. NONE OF THE ABOVE File extension used for ASP.Net files ? Q-17) Lecturer : Zalak Thakrar

1. APPLICATION OBJECT 2. SESSION OBJECT 3. RESPONSE OBJECT 4. SERVER OBJECT Which object can help you to maintain data across users? Q-18) Lecturer : Zalak Thakrar

1. EQUAL 2. NOT EQUAL 3. SHIFT EQUAL 4. GRATER THAN EQUAL Which is not Compare Type For ComparValidation Q-19) Lecturer : Zalak Thakrar

1. SERVER UPLOAD CONTROL 2. FILE UPLOAD CONTROL 3. IMAGE UPLOAD CONTROL 4. NONE OF THE ABOVE Which Control is used to Upload Image In server? Q-20) Lecturer : Zalak Thakrar

1. TABLE 2. ROWS 3. COLUMNS 4. ALL Dataset is Collection of ? Q-21) Lecturer : Zalak Thakrar

1. SERVER SIDE 2. CLIENT SIDE 3. BOTH 1 & 3 4. NONE OF THE ABOVE Default Cookies is Managed in Which Side? Q-22) Lecturer : Zalak Thakrar

1. CONTROLTOVALIDATE 2. CONTROLTOBIND 3. VALIDATECONTROL 4. VALIDATE Attribute that must be set on validator control for the validation to work ? Q-22) Lecturer : Zalak Thakrar

1. PAGE_INIT) 2. PAGE_LOAD) 3. PAGE_CLICK) The first event occurs in an aspx page is… Q-24) Lecturer : Zalak Thakrar

1..ASPX 2..ASAX 3..ASMX 4..CONFIG 5. NONE OF THE ABOVE Which is The Extension of Global… file Q-25) Lecturer : Zalak Thakrar

1. \D[13] 2. [0-9] 3. {0-9} 4. NONE OF THE ABOVE Which is a True Validation For Allowed only Mobile no Q-26) Lecturer : Zalak Thakrar

1. TRUE 2. FALSE ASP.NET doesn’t run by it’s self, it runs inside the process of IIS Q-27) Lecturer : Zalak Thakrar

1. COMMAND CLASS 2. DATA ADAPTER CLASS 3. DATA TABLE CLASS 4. DATA ROW CLASS Who Fill The Data in To DataSet? Q-28) Lecturer : Zalak Thakrar

1. EXECUTEREADER 2. EXECUTESCALAR 3. EXECUTENONQUERY 4. NONE OF THE ABOVE Which Method of command object is used to insert, update, delete record in database Q-29) Lecturer : Zalak Thakrar

1. SYSTEM.XML 2. SYSTEM.DATA.SQLCLIENT 3. SYSTEM.DATA 4. SYSTEM.DATA.OLEDB Which one of the class contains the objects that we use to connect to a data source via an OLE-DB provider ? Q-30) Lecturer : Zalak Thakrar

All The Best Lecturer : Zalak Thakrar Your Ans Is…

NoAnswerNoAnswerNoAnswer Lecturer : Zalak Thakrar Answer Key

Thank You Lecturer : Zalak Thakrar