SlideShare a Scribd company logo
1 of 27
Microsoft ASP.NET Online Trainin
AcuteSoft:
India: +91-9848346149, +91-7702226149
Land Line: +91 (0)40 - 42627705
USA: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
skype : acutesoft
email : info@acutesoft.com
www.acutesoft.com
http://training.acutesoft.com
Microsoft ASP.NET Online Trainin
Overview of the ASPNET Framework
ASPNET and the NET Framework
Understanding the Framework Class Library
Understanding the Common Language Runtime
Understanding ASPNET Controls, HTML Controls and Control
Events
Understanding View State, ASPNET Pages, Dynamic Compilation,
Control Trees
Using Code-Behind Pages and Handling Page Events
Using the PageIsPostBack Property
Debugging and Tracing ASPNET Pages
Tracing Page Execution
Installing the ASPNET Framework Using the Standard
Controls
Displaying Information
Using the Label Control, Literal Control
Microsoft ASP.NET Online Trainin
Accepting User Input, Using the TextBox Control, CheckBox Control,
RadioButton Control
Submitting Form Data, Using the Button Control, LinkButton Control,
ImageButton Control
Using Client Scripts with Button Controls, Performing Cross-Page Posts
Specifying a Default Button, Handling the Command Event
Displaying Images, Using the Image Control, Using the ImageMap Control, Panel
Control, HyperLink Control
Using the Validation Controls
Overview of the Validation Controls
Validation Controls and JavaScript
Using PageIsValid
Setting the Display Property
Highlighting Validation Errors
Microsoft ASP.NET Online Trainin
Using Validation Groups
Disabling Validation
Creating Custom Validation Controls
Using the Rich Controls
Accepting File Uploads, Saving Files to the File System, Saving Files to a
Database, Uploading Large Files
Displaying a Calendar, Creating a Pop-up Date Picker, Rendering a Calendar from
a Database Table
Displaying Advertisements, Storing Advertisements in an XML File and Database
Table
Tracking Impressions and Transfers
Displaying Different Page Views, Displaying a Tabbed Page View, Displaying a
Multi-Part Form
Displaying a Wizard
Microsoft ASP.NET Online Trainin
Designing Websites with Master Pages
Creating Master Pages
Creating Default Content
Nesting Master Pages
Using Images and Hyperlinks in Master Pages
Registering Master Pages in Web Configuration
Modifying Master Page Content
Using the Title Attribute, Page Header Property
Exposing Master Page Properties
Using FindControl with Master Pages
Loading Master Pages Dynamically and the same for Multiple Content Pages
Designing Websites with Themes
Creating Themes, Adding Skins to Themes
Creating Named Skins
Themes Versus StyleSheet Themes
Microsoft ASP.NET Online Trainin
Disabling Themes
Registering Themes in the Web Configuration File
Adding Cascading Style Sheets to Themes
Adding Multiple Cascading Style Sheets to a Theme
Changing Page Layouts with Cascading Style Sheets
Creating Global Themes
Applying Themes and Skins Dynamically
Using List Controls
Overview of the List Controls
Declaring List Items
Binding to a Data Source
Determining the Selected List Item
Appending Data Items
Enabling Automatic PostBacks
Using the Items Collection
Microsoft ASP.NET Online Trainin
Working with the DropDownList Control, RadioButtonList Control, ListBox
Control, CheckBoxList Control, BulletedList Control and Custom List Control
Using the GridView Control
GridView Control Fundamentals
Displaying Data, Selecting Data, Using Data Keys, Sorting Data, Paging Through
Data, Editing Data and Displaying Empty Data
Formatting the GridView Control
Using ViewState with the GridView Control
Using Fields with the GridView Control
Using BoundFields, CheckBoxFields, CommandFields, ButtonFields,
HyperLinkFields, ImageFields and TemplateFields
Using the DetailsView and FormView Controls
Using the DetailsView Control
Displaying Data with the DetailsView Control
Microsoft ASP.NET Online Trainin
Using Fields with the DetailsView Control
Displaying Data, Paging Through Data,Editing Data, Inserting and Deleting data
with the DetailsView Control
Working with DetailsView Control Events
Formatting the DetailsView Control
Using the FormView Control
Displaying Data, Paging Through Data,Editing Data, Inserting and Deleting data
with the FormView Control
Using the Repeater and DataList Controls
Using the Repeater Control
Displaying Data with the Repeater Control
Using Templates with the Repeater Control
Handling Repeater Control Events
Using the DataList Control
Displaying Data with the DataList Control
Microsoft ASP.NET Online Trainin
Displaying Data in Multiple Columns
Using Templates with the DataList Control
Selecting Data with the DataList Control
Editing Data with the DataList Control
Formatting the DataList Control
Creating Custom Controls with User Controls
Creating User Controls
Registering User Controls in the Web Configuration File
Exposing Properties from a User Control
Exposing Events from a User Control
Creating an AddressForm Control
AJAX and User Controls
Dynamically Loading User Controls
Using the Reference Directive
Creating a Multi-Page Wizard
Microsoft ASP.NET Online Trainin
Using the ListView and DataPager Controls
Using the ListView Control
Using the LayoutTemplate and ItemTemplate
Using the GroupTemplate
Selecting a Row
Sorting Database Data
Editing Database Data
Using the DataPager Control
Creating a Custom User Interface for Paging
Data Source Paging with the DataPager Control
Using the ListView and DataPager Controls
Using the ListView Control
Using the LayoutTemplate and ItemTemplate
Using the GroupTemplate
Selecting a Row
Microsoft ASP.NET Online Trainin
Sorting Database Data
Editing Database Data
Using the DataPager Control
Creating a Custom User Interface for Paging
Data Source Paging with the DataPager Control
Building Components
Building Basic Components
Components and Dynamic Compilation
Mixing Different Language Components in the
App_Code Folder
Declaring Methods
Declaring Fields and Properties
Declaring Constructors
Overloading Methods and Constructors
Declaring Namespaces
Microsoft ASP.NET Online Trainin
Creating Partial Classes
Inheritance and Abstract Classes
Declaring Interfaces
Using Access Modifiers
Intellisense and Components
Using ASPNET Intrinsics in a Component
Building Component Libraries
Compiling Component Libraries
Adding a Reference to a Class Library
Architectural Considerations
Building Multi-Tier Applications
Creating the User Interface Layer, Business Logic Layer and Data Access Layer
Building Data Access Components with ADONET
Connected Data Access Using the Connection Object, Command
Object, DataReader Object
Microsoft ASP.NET Online Trainin
Disconnected Data Access Using the DataAdapter Object
Using the DataTable and DataView Object and DataSet Object
Executing Asynchronous Database Commands
Using Asynchronous ADONET Methods
Using Asynchronous ASPNET Pages
Building Database Objects with the NET Framework
Enabling CLR Integration
Creating User-Defined Types with the NET Framework
Building a Data Access Layer with a User-Defined Type
Creating Stored Procedures with the NET Framework
Creating the Stored Procedure Assembly
Using the Login Controls
Overview of the Login Controls
Using the Login Control
Automatically Redirecting a User to the Referring Page
Microsoft ASP.NET Online Trainin
Automatically Hiding the Login Control from
Authenticated Users
Using a Template with the Login Control
Performing Custom Authentication with the Login Control
Using the CreateUserWizard Control
Configuring Create User Form Fields
Sending a Create User Email Message
Automatically Redirecting a User to the Referring Page
Automatically Generating a Password
Using Templates with the CreateUserWizard Control
Adding Steps to the CreateUserWizard Control
Using the LoginStatus Control
Using the LoginName Control
Using the ChangePassword Control
Sending a Change Password Email
Microsoft ASP.NET Online Trainin
Requiring a Security Question and Answer
Using Templates with the PasswordRecovery Control
Using the LoginView Control
Using Roles with the LoginView Control
Maintaining Application State
Using Browser Cookies
Cookie Security Restrictions
Creating Cookies
Reading Cookies
Setting Cookie Properties
Deleting Cookies
Working with Multivalued Cookies
Using Session State
Storing Database Data in Session State
Using the Session Object
Handling Session Events
Microsoft ASP.NET Online Trainin
Controlling When a Session Times Out
Using Cookieless Session State
Configuring a Session State Store
Configuring SQL Server Session State
Using Profiles
Creating Profile Groups
Supporting Anonymous Users
Migrating Anonymous Profiles
Inheriting a Profile from a Custom Class
Creating Complex Profile Properties
Saving Profiles Automatically
Accessing Profiles from Components
Using the Profile Manager
Configuring the Profile Provider
Creating a Custom Profile Provider
Microsoft ASP.NET Online Trainin
Working with the HTTP Runtime
Creating a Custom BuildProvider
Creating a Simple BuildProvider
Creating a Data Access Component BuildProvider
Creating a Custom ExpressionBuilder
Creating a Lookup ExpressionBuilder
Creating HTTP Handlers
Creating a Generic Handler
Implementing the IHttpHandler Interface
Registering Extensions with Internet Information Server
Creating an Asynchronous HTTP Handler
Working with HTTP Applications and HTTP Modules
Creating a Globalasax File
Creating Custom HTTP Modules
Microsoft ASP.NET Online Trainin
Caching Application Pages and Data
Overview of Caching
Using Page Output Caching
Varying the Output Cache by Parameter / Control / Header / Browser / Custom
Function
Specifying the Cache Location
Creating a Page Output Cache File Dependency
Expiring the Page Output Cache Programmatically
Manipulating the Page Output Cache Programmatically
Creating Page Output Cache Profiles
Using Partial Page Caching
Using Post-Cache Substitution
Caching with a User Control
Sharing a User Control Output Cache
Manipulating a User Control Cache Programmatically
Microsoft ASP.NET Online Trainin
Creating a User Control Cache File Dependency
Caching Dynamically Loaded User Controls
Using DataSource Caching
Using an Absolute Cache Expiration Policy
Using a Sliding Cache Expiration Policy
Caching with the ObjectDataSource Control
Caching with the XmlDataSource Control
Creating a DataSource Control Key Dependency
Using Data Caching
Using the Cache Application Programming Interface
Adding Items to the Cache
Adding Items with an Absolute Expiration Policy
Adding Items with a Sliding Expiration Policy
Adding Items with Dependencies
Microsoft ASP.NET Online Trainin
Specifying Cache Item Priorities
Configuring the Cache
Using SQL Cache Dependencies
Using Polling SQL Cache Dependencies
Configuring Polling SQL Cache Dependencies
Using Polling SQL Cache Dependencies with Page
Output Caching
Using Polling SQL Cache Dependencies with
DataSource Caching
Using Polling SQL Cache Dependencies with Data Caching
Using Push SQL Cache Dependencies
Configuring Push SQL Cache Dependencies
Using Push SQL Cache Dependencies with Page
Output Caching
Using Push SQL Cache Dependencies with Data
Microsoft ASP.NET Online Trainin
Source Caching
Using Push SQL Cache Dependencies with Data Caching
Localizing Applications for Multiple Languages
Setting the Current Culture
Setting a Culture Manually
Automatically Detecting a Culture
Setting the Culture in the Web Configuration File
Culture and ASPNET Controls
Using the CultureInfo Class
Using the CultureInfo Class to Format String Values
Comparing and Sorting String Values
Creating Local Resources
Explicit Localization Expressions
Implicit Localization Expressions
Using Local Resources with Page Properties
Microsoft ASP.NET Online Trainin
Retrieving Local Resources Programmatically
Creating Global Resources
Retrieving Global Resources Programmatically
Using Strongly Typed Localization Expressions
Using the Localize Control
Using ASPNET Membership
Configuring Authentication
Configuring Forms Authentication
Using Cookieless Forms Authentication
Using Sliding Expiration with Forms Authentication
Using Forms Authentication Across Applications
Using Forms Authentication Across Domains
Using the FormsAuthentication Class
Microsoft ASP.NET Online Trainin
Using the User Class
Configuring Authorization
Authorizing by Role
Authorizing Files by Location
Using Authorization with Images and Other File Types
Using Authorization with ASP Classic Pages
Using ASPNET Membership
Using the Membership Application Programming Interface
Encrypting and Hashing User Passwords
Modifying User Password Requirements
Locking Out Bad Users
Configuring the SQLMembershipProvider
Configuring the ActiveDirectoryMembershipProvider
Creating a Custom Membership Provider
Using the Role Manager
Configuring the SqlRoleProvider
Microsoft ASP.NET Online Trainin
Configuring the WindowsTokenRoleProvider
Configuring the AuthorizationStoreRoleProvider
Caching Roles in a Browser Cookie
Using the Roles Application Programming Interface
Configuring Applications
Overview of Website Configuration
Using the Web Site Administration Tool
Using the ASPNET Microsoft Management Console Snap-In
ASPNET Configuration Sections
Contents xix
Applying Configuration Settings to a Particular Path
Locking Configuration Settings
Adding Custom Application Settings
Placing Configuration Settings in an External File
Microsoft ASP.NET Online Trainin
Using the Configuration API
Reading Configuration Sections from the Current Apps
Opening a Configuration File
Opening a Configuration File on a Remote Server
Using the Configuration Class
Modifying Configuration Sections
Provisioning a New Website
Creating Custom Configuration Sections
Creating a Configuration Element Collection
Creating Encrypted Configuration Sections
Encrypting Sections with the aspnet_regiis tool
Encrypting Sections Programmatically
Deploying Encrypted Web Configuration Files
For Free Demo Please Contact
AcuteSoft:
India: +91-9848346149, +91-7702226149
Land Line: +91 (0)40 - 42627705
USA: +1 973-619-0109, +1 312-235-6527
UK : +44 207-993-2319
skype : acutesoft
email : info@acutesoft.com
www.acutesoft.com
http://training.acutesoft.com
MICROSOFT ASP.NET ONLINE TRAINING

More Related Content

What's hot

Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...Mahmoud Hamed Mahmoud
 
Integrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio LightswitchIntegrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio LightswitchRob Windsor
 
SharePoint solution developer exam 70-488
SharePoint solution developer exam 70-488SharePoint solution developer exam 70-488
SharePoint solution developer exam 70-488Ahmed Tawfik
 
Introduction to the SharePoint Client Object Model and REST API
Introduction to the SharePoint Client Object Model and REST APIIntroduction to the SharePoint Client Object Model and REST API
Introduction to the SharePoint Client Object Model and REST APIRob Windsor
 
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...Mahmoud Hamed Mahmoud
 
TulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery librariesTulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery librariesMark Rackley
 
Develop iOS and Android apps with SharePoint/Office 365
Develop iOS and Android apps with SharePoint/Office 365Develop iOS and Android apps with SharePoint/Office 365
Develop iOS and Android apps with SharePoint/Office 365Kashif Imran
 
6 Things You Didn't Know About Firebase Auth
6 Things You Didn't Know About Firebase Auth6 Things You Didn't Know About Firebase Auth
6 Things You Didn't Know About Firebase AuthPeter Friese
 
Introduction to StratusForms #SayNoToInfoPath
Introduction to StratusForms #SayNoToInfoPathIntroduction to StratusForms #SayNoToInfoPath
Introduction to StratusForms #SayNoToInfoPathMark Rackley
 
Introduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST APIIntroduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST APISparkhound Inc.
 
Rapid Application Development with SwiftUI and Firebase
Rapid Application Development with SwiftUI and FirebaseRapid Application Development with SwiftUI and Firebase
Rapid Application Development with SwiftUI and FirebasePeter Friese
 
(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery GuideMark Rackley
 

What's hot (15)

Asp.net.
Asp.net.Asp.net.
Asp.net.
 
Html5
Html5Html5
Html5
 
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
Exam 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions Learni...
 
Integrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio LightswitchIntegrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio Lightswitch
 
SharePoint solution developer exam 70-488
SharePoint solution developer exam 70-488SharePoint solution developer exam 70-488
SharePoint solution developer exam 70-488
 
Introduction to the SharePoint Client Object Model and REST API
Introduction to the SharePoint Client Object Model and REST APIIntroduction to the SharePoint Client Object Model and REST API
Introduction to the SharePoint Client Object Model and REST API
 
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
Exam 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Le...
 
TulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery librariesTulsaTechFest - Maximize SharePoint UX with free jQuery libraries
TulsaTechFest - Maximize SharePoint UX with free jQuery libraries
 
Sharepoint Online
Sharepoint OnlineSharepoint Online
Sharepoint Online
 
Develop iOS and Android apps with SharePoint/Office 365
Develop iOS and Android apps with SharePoint/Office 365Develop iOS and Android apps with SharePoint/Office 365
Develop iOS and Android apps with SharePoint/Office 365
 
6 Things You Didn't Know About Firebase Auth
6 Things You Didn't Know About Firebase Auth6 Things You Didn't Know About Firebase Auth
6 Things You Didn't Know About Firebase Auth
 
Introduction to StratusForms #SayNoToInfoPath
Introduction to StratusForms #SayNoToInfoPathIntroduction to StratusForms #SayNoToInfoPath
Introduction to StratusForms #SayNoToInfoPath
 
Introduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST APIIntroduction to the SharePoint 2013 REST API
Introduction to the SharePoint 2013 REST API
 
Rapid Application Development with SwiftUI and Firebase
Rapid Application Development with SwiftUI and FirebaseRapid Application Development with SwiftUI and Firebase
Rapid Application Development with SwiftUI and Firebase
 
(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide(Updated) SharePoint & jQuery Guide
(Updated) SharePoint & jQuery Guide
 

Viewers also liked

State management in ASP.NET
State management in ASP.NETState management in ASP.NET
State management in ASP.NETOm Vikram Thapa
 
Top 10 plant engineer interview questions and answers
Top 10 plant engineer interview questions and answersTop 10 plant engineer interview questions and answers
Top 10 plant engineer interview questions and answerskeyjonh724
 
Social networking system(asp.net) slideshare
Social networking system(asp.net)   slideshareSocial networking system(asp.net)   slideshare
Social networking system(asp.net) slideshareAbha nandan
 
ONLINE EXAMINATION on ASP.NET
ONLINE EXAMINATION on ASP.NETONLINE EXAMINATION on ASP.NET
ONLINE EXAMINATION on ASP.NETRupam Dey
 
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETInventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETHimanshu Patel
 
Hospital management System (asp.net with c#)Project report
Hospital management System (asp.net with c#)Project reportHospital management System (asp.net with c#)Project report
Hospital management System (asp.net with c#)Project reportabhishek singh
 
Top 10 plant head interview questions and answers
Top 10 plant head interview questions and answersTop 10 plant head interview questions and answers
Top 10 plant head interview questions and answerstonychoper7506
 
Online voting system ppt by anoop
Online voting system ppt by anoopOnline voting system ppt by anoop
Online voting system ppt by anoopAnoop Kumar
 
Top 15 tips to prepare every job interviews
Top 15 tips to prepare every job interviewsTop 15 tips to prepare every job interviews
Top 15 tips to prepare every job interviewsjobguide247
 
Top 14 common mistakes in job interviews
Top 14 common mistakes in job interviewsTop 14 common mistakes in job interviews
Top 14 common mistakes in job interviewsjobguide247
 
10 things to do after a job interview
10 things to do after a job interview10 things to do after a job interview
10 things to do after a job interviewjobguide247
 
5 steps to answer behavioral interview questions
5 steps to answer behavioral interview questions5 steps to answer behavioral interview questions
5 steps to answer behavioral interview questionsjobguide247
 
Top 12 skills for career success
Top 12 skills for career successTop 12 skills for career success
Top 12 skills for career successjobguide247
 

Viewers also liked (13)

State management in ASP.NET
State management in ASP.NETState management in ASP.NET
State management in ASP.NET
 
Top 10 plant engineer interview questions and answers
Top 10 plant engineer interview questions and answersTop 10 plant engineer interview questions and answers
Top 10 plant engineer interview questions and answers
 
Social networking system(asp.net) slideshare
Social networking system(asp.net)   slideshareSocial networking system(asp.net)   slideshare
Social networking system(asp.net) slideshare
 
ONLINE EXAMINATION on ASP.NET
ONLINE EXAMINATION on ASP.NETONLINE EXAMINATION on ASP.NET
ONLINE EXAMINATION on ASP.NET
 
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NETInventory management project based on ASP.NET, introduction to C# and ASP.NET
Inventory management project based on ASP.NET, introduction to C# and ASP.NET
 
Hospital management System (asp.net with c#)Project report
Hospital management System (asp.net with c#)Project reportHospital management System (asp.net with c#)Project report
Hospital management System (asp.net with c#)Project report
 
Top 10 plant head interview questions and answers
Top 10 plant head interview questions and answersTop 10 plant head interview questions and answers
Top 10 plant head interview questions and answers
 
Online voting system ppt by anoop
Online voting system ppt by anoopOnline voting system ppt by anoop
Online voting system ppt by anoop
 
Top 15 tips to prepare every job interviews
Top 15 tips to prepare every job interviewsTop 15 tips to prepare every job interviews
Top 15 tips to prepare every job interviews
 
Top 14 common mistakes in job interviews
Top 14 common mistakes in job interviewsTop 14 common mistakes in job interviews
Top 14 common mistakes in job interviews
 
10 things to do after a job interview
10 things to do after a job interview10 things to do after a job interview
10 things to do after a job interview
 
5 steps to answer behavioral interview questions
5 steps to answer behavioral interview questions5 steps to answer behavioral interview questions
5 steps to answer behavioral interview questions
 
Top 12 skills for career success
Top 12 skills for career successTop 12 skills for career success
Top 12 skills for career success
 

Similar to MICROSOFT ASP.NET ONLINE TRAINING

Microsoft asp.net online training
Microsoft asp.net online trainingMicrosoft asp.net online training
Microsoft asp.net online trainingtraining3
 
Microsoft asp.net online training
Microsoft asp.net online trainingMicrosoft asp.net online training
Microsoft asp.net online trainingtraining13acutesoft
 
ASP.NET ONLINE TRAINING
ASP.NET ONLINE TRAININGASP.NET ONLINE TRAINING
ASP.NET ONLINE TRAININGTRAINING ICON
 
Net course content
Net course contentNet course content
Net course contentmindq
 
06 asp.net session08
06 asp.net session0806 asp.net session08
06 asp.net session08Vivek chan
 
SharePoint 2007 Presentation
SharePoint 2007 PresentationSharePoint 2007 Presentation
SharePoint 2007 PresentationAjay Jain
 
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl....net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...Nancy Thomas
 
11 asp.net session16
11 asp.net session1611 asp.net session16
11 asp.net session16Vivek chan
 
Oracle11g form-course-curriculum
Oracle11g form-course-curriculumOracle11g form-course-curriculum
Oracle11g form-course-curriculumAmit Sharma
 
Oracle11g form course-curriculum
Oracle11g form course-curriculumOracle11g form course-curriculum
Oracle11g form course-curriculumAmit Sharma
 
Mvc training By Jaganath Rao Niku
Mvc training By Jaganath Rao NikuMvc training By Jaganath Rao Niku
Mvc training By Jaganath Rao Nikujaganath rao
 
Stucorner dot-net-training-syllabus
Stucorner dot-net-training-syllabusStucorner dot-net-training-syllabus
Stucorner dot-net-training-syllabusSTUCORNER technology
 
asp .net training | asp.net course | asp.net training online | learn asp.net
asp .net training |  asp.net course | asp.net training online |  learn asp.netasp .net training |  asp.net course | asp.net training online |  learn asp.net
asp .net training | asp.net course | asp.net training online | learn asp.netNancy Thomas
 
SAP BO ONLINE TRAINING
SAP BO ONLINE TRAININGSAP BO ONLINE TRAINING
SAP BO ONLINE TRAININGMadhukar Reddy
 
Silverlight 5 whats new overview
Silverlight 5 whats new overviewSilverlight 5 whats new overview
Silverlight 5 whats new overviewmdc11
 

Similar to MICROSOFT ASP.NET ONLINE TRAINING (20)

Microsoft asp.net online training
Microsoft asp.net online trainingMicrosoft asp.net online training
Microsoft asp.net online training
 
Microsoft asp.net online training
Microsoft asp.net online trainingMicrosoft asp.net online training
Microsoft asp.net online training
 
ASP.NET ONLINE TRAINING
ASP.NET ONLINE TRAININGASP.NET ONLINE TRAINING
ASP.NET ONLINE TRAINING
 
Net course content
Net course contentNet course content
Net course content
 
06 asp.net session08
06 asp.net session0806 asp.net session08
06 asp.net session08
 
SharePoint 2007 Presentation
SharePoint 2007 PresentationSharePoint 2007 Presentation
SharePoint 2007 Presentation
 
Industrial training in .net
Industrial training in .netIndustrial training in .net
Industrial training in .net
 
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl....net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
.net training | learn .net | Microsoft dot net Course | Microsoft dot net onl...
 
ASP.NET Lecture 2
ASP.NET Lecture 2ASP.NET Lecture 2
ASP.NET Lecture 2
 
11 asp.net session16
11 asp.net session1611 asp.net session16
11 asp.net session16
 
Oracle11g form-course-curriculum
Oracle11g form-course-curriculumOracle11g form-course-curriculum
Oracle11g form-course-curriculum
 
Oracle11g form course-curriculum
Oracle11g form course-curriculumOracle11g form course-curriculum
Oracle11g form course-curriculum
 
Mvc training By Jaganath Rao Niku
Mvc training By Jaganath Rao NikuMvc training By Jaganath Rao Niku
Mvc training By Jaganath Rao Niku
 
ASP.NET Lecture 4
ASP.NET Lecture 4ASP.NET Lecture 4
ASP.NET Lecture 4
 
Stucorner dot-net-training-syllabus
Stucorner dot-net-training-syllabusStucorner dot-net-training-syllabus
Stucorner dot-net-training-syllabus
 
2310 b 15
2310 b 152310 b 15
2310 b 15
 
2310 b 15
2310 b 152310 b 15
2310 b 15
 
asp .net training | asp.net course | asp.net training online | learn asp.net
asp .net training |  asp.net course | asp.net training online |  learn asp.netasp .net training |  asp.net course | asp.net training online |  learn asp.net
asp .net training | asp.net course | asp.net training online | learn asp.net
 
SAP BO ONLINE TRAINING
SAP BO ONLINE TRAININGSAP BO ONLINE TRAINING
SAP BO ONLINE TRAINING
 
Silverlight 5 whats new overview
Silverlight 5 whats new overviewSilverlight 5 whats new overview
Silverlight 5 whats new overview
 

More from Santhosh Sap

Sap wm online training
Sap wm online trainingSap wm online training
Sap wm online trainingSanthosh Sap
 
Sap testing online training
Sap testing online trainingSap testing online training
Sap testing online trainingSanthosh Sap
 
Sap srm course curriculum
Sap srm course curriculumSap srm course curriculum
Sap srm course curriculumSanthosh Sap
 
Sap solutions manager online training
Sap solutions manager online trainingSap solutions manager online training
Sap solutions manager online trainingSanthosh Sap
 
Sap sd online training
Sap sd online trainingSap sd online training
Sap sd online trainingSanthosh Sap
 
Sap qm online training
Sap qm online trainingSap qm online training
Sap qm online trainingSanthosh Sap
 
Sap ps online training
Sap ps online trainingSap ps online training
Sap ps online trainingSanthosh Sap
 
Sap pp online training
Sap pp online trainingSap pp online training
Sap pp online trainingSanthosh Sap
 
Sap pm online training
Sap pm online trainingSap pm online training
Sap pm online trainingSanthosh Sap
 
Sap plm online training
Sap plm online trainingSap plm online training
Sap plm online trainingSanthosh Sap
 
Sap mm online training
Sap mm online trainingSap mm online training
Sap mm online trainingSanthosh Sap
 
Sap mdm online training
Sap mdm online trainingSap mdm online training
Sap mdm online trainingSanthosh Sap
 
Sap is utilities online training
Sap is utilities online trainingSap is utilities online training
Sap is utilities online trainingSanthosh Sap
 
Sap is oil gas online training
Sap is oil gas online trainingSap is oil gas online training
Sap is oil gas online trainingSanthosh Sap
 
Sap hr online training
Sap hr online trainingSap hr online training
Sap hr online trainingSanthosh Sap
 
Sap gts online training
Sap gts online trainingSap gts online training
Sap gts online trainingSanthosh Sap
 
Sap fscm online training
Sap fscm online trainingSap fscm online training
Sap fscm online trainingSanthosh Sap
 
Sap fico online training
Sap fico online trainingSap fico online training
Sap fico online trainingSanthosh Sap
 
Sap ewm online training
Sap ewm online trainingSap ewm online training
Sap ewm online trainingSanthosh Sap
 

More from Santhosh Sap (20)

Hadoop
HadoopHadoop
Hadoop
 
Sap wm online training
Sap wm online trainingSap wm online training
Sap wm online training
 
Sap testing online training
Sap testing online trainingSap testing online training
Sap testing online training
 
Sap srm course curriculum
Sap srm course curriculumSap srm course curriculum
Sap srm course curriculum
 
Sap solutions manager online training
Sap solutions manager online trainingSap solutions manager online training
Sap solutions manager online training
 
Sap sd online training
Sap sd online trainingSap sd online training
Sap sd online training
 
Sap qm online training
Sap qm online trainingSap qm online training
Sap qm online training
 
Sap ps online training
Sap ps online trainingSap ps online training
Sap ps online training
 
Sap pp online training
Sap pp online trainingSap pp online training
Sap pp online training
 
Sap pm online training
Sap pm online trainingSap pm online training
Sap pm online training
 
Sap plm online training
Sap plm online trainingSap plm online training
Sap plm online training
 
Sap mm online training
Sap mm online trainingSap mm online training
Sap mm online training
 
Sap mdm online training
Sap mdm online trainingSap mdm online training
Sap mdm online training
 
Sap is utilities online training
Sap is utilities online trainingSap is utilities online training
Sap is utilities online training
 
Sap is oil gas online training
Sap is oil gas online trainingSap is oil gas online training
Sap is oil gas online training
 
Sap hr online training
Sap hr online trainingSap hr online training
Sap hr online training
 
Sap gts online training
Sap gts online trainingSap gts online training
Sap gts online training
 
Sap fscm online training
Sap fscm online trainingSap fscm online training
Sap fscm online training
 
Sap fico online training
Sap fico online trainingSap fico online training
Sap fico online training
 
Sap ewm online training
Sap ewm online trainingSap ewm online training
Sap ewm online training
 

Recently uploaded

Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 

Recently uploaded (20)

prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 

MICROSOFT ASP.NET ONLINE TRAINING

  • 1. Microsoft ASP.NET Online Trainin AcuteSoft: India: +91-9848346149, +91-7702226149 Land Line: +91 (0)40 - 42627705 USA: +1 973-619-0109, +1 312-235-6527 UK : +44 207-993-2319 skype : acutesoft email : info@acutesoft.com www.acutesoft.com http://training.acutesoft.com
  • 2. Microsoft ASP.NET Online Trainin Overview of the ASPNET Framework ASPNET and the NET Framework Understanding the Framework Class Library Understanding the Common Language Runtime Understanding ASPNET Controls, HTML Controls and Control Events Understanding View State, ASPNET Pages, Dynamic Compilation, Control Trees Using Code-Behind Pages and Handling Page Events Using the PageIsPostBack Property Debugging and Tracing ASPNET Pages Tracing Page Execution Installing the ASPNET Framework Using the Standard Controls Displaying Information Using the Label Control, Literal Control
  • 3. Microsoft ASP.NET Online Trainin Accepting User Input, Using the TextBox Control, CheckBox Control, RadioButton Control Submitting Form Data, Using the Button Control, LinkButton Control, ImageButton Control Using Client Scripts with Button Controls, Performing Cross-Page Posts Specifying a Default Button, Handling the Command Event Displaying Images, Using the Image Control, Using the ImageMap Control, Panel Control, HyperLink Control Using the Validation Controls Overview of the Validation Controls Validation Controls and JavaScript Using PageIsValid Setting the Display Property Highlighting Validation Errors
  • 4. Microsoft ASP.NET Online Trainin Using Validation Groups Disabling Validation Creating Custom Validation Controls Using the Rich Controls Accepting File Uploads, Saving Files to the File System, Saving Files to a Database, Uploading Large Files Displaying a Calendar, Creating a Pop-up Date Picker, Rendering a Calendar from a Database Table Displaying Advertisements, Storing Advertisements in an XML File and Database Table Tracking Impressions and Transfers Displaying Different Page Views, Displaying a Tabbed Page View, Displaying a Multi-Part Form Displaying a Wizard
  • 5. Microsoft ASP.NET Online Trainin Designing Websites with Master Pages Creating Master Pages Creating Default Content Nesting Master Pages Using Images and Hyperlinks in Master Pages Registering Master Pages in Web Configuration Modifying Master Page Content Using the Title Attribute, Page Header Property Exposing Master Page Properties Using FindControl with Master Pages Loading Master Pages Dynamically and the same for Multiple Content Pages Designing Websites with Themes Creating Themes, Adding Skins to Themes Creating Named Skins Themes Versus StyleSheet Themes
  • 6. Microsoft ASP.NET Online Trainin Disabling Themes Registering Themes in the Web Configuration File Adding Cascading Style Sheets to Themes Adding Multiple Cascading Style Sheets to a Theme Changing Page Layouts with Cascading Style Sheets Creating Global Themes Applying Themes and Skins Dynamically Using List Controls Overview of the List Controls Declaring List Items Binding to a Data Source Determining the Selected List Item Appending Data Items Enabling Automatic PostBacks Using the Items Collection
  • 7. Microsoft ASP.NET Online Trainin Working with the DropDownList Control, RadioButtonList Control, ListBox Control, CheckBoxList Control, BulletedList Control and Custom List Control Using the GridView Control GridView Control Fundamentals Displaying Data, Selecting Data, Using Data Keys, Sorting Data, Paging Through Data, Editing Data and Displaying Empty Data Formatting the GridView Control Using ViewState with the GridView Control Using Fields with the GridView Control Using BoundFields, CheckBoxFields, CommandFields, ButtonFields, HyperLinkFields, ImageFields and TemplateFields Using the DetailsView and FormView Controls Using the DetailsView Control Displaying Data with the DetailsView Control
  • 8. Microsoft ASP.NET Online Trainin Using Fields with the DetailsView Control Displaying Data, Paging Through Data,Editing Data, Inserting and Deleting data with the DetailsView Control Working with DetailsView Control Events Formatting the DetailsView Control Using the FormView Control Displaying Data, Paging Through Data,Editing Data, Inserting and Deleting data with the FormView Control Using the Repeater and DataList Controls Using the Repeater Control Displaying Data with the Repeater Control Using Templates with the Repeater Control Handling Repeater Control Events Using the DataList Control Displaying Data with the DataList Control
  • 9. Microsoft ASP.NET Online Trainin Displaying Data in Multiple Columns Using Templates with the DataList Control Selecting Data with the DataList Control Editing Data with the DataList Control Formatting the DataList Control Creating Custom Controls with User Controls Creating User Controls Registering User Controls in the Web Configuration File Exposing Properties from a User Control Exposing Events from a User Control Creating an AddressForm Control AJAX and User Controls Dynamically Loading User Controls Using the Reference Directive Creating a Multi-Page Wizard
  • 10. Microsoft ASP.NET Online Trainin Using the ListView and DataPager Controls Using the ListView Control Using the LayoutTemplate and ItemTemplate Using the GroupTemplate Selecting a Row Sorting Database Data Editing Database Data Using the DataPager Control Creating a Custom User Interface for Paging Data Source Paging with the DataPager Control Using the ListView and DataPager Controls Using the ListView Control Using the LayoutTemplate and ItemTemplate Using the GroupTemplate Selecting a Row
  • 11. Microsoft ASP.NET Online Trainin Sorting Database Data Editing Database Data Using the DataPager Control Creating a Custom User Interface for Paging Data Source Paging with the DataPager Control Building Components Building Basic Components Components and Dynamic Compilation Mixing Different Language Components in the App_Code Folder Declaring Methods Declaring Fields and Properties Declaring Constructors Overloading Methods and Constructors Declaring Namespaces
  • 12. Microsoft ASP.NET Online Trainin Creating Partial Classes Inheritance and Abstract Classes Declaring Interfaces Using Access Modifiers Intellisense and Components Using ASPNET Intrinsics in a Component Building Component Libraries Compiling Component Libraries Adding a Reference to a Class Library Architectural Considerations Building Multi-Tier Applications Creating the User Interface Layer, Business Logic Layer and Data Access Layer Building Data Access Components with ADONET Connected Data Access Using the Connection Object, Command Object, DataReader Object
  • 13. Microsoft ASP.NET Online Trainin Disconnected Data Access Using the DataAdapter Object Using the DataTable and DataView Object and DataSet Object Executing Asynchronous Database Commands Using Asynchronous ADONET Methods Using Asynchronous ASPNET Pages Building Database Objects with the NET Framework Enabling CLR Integration Creating User-Defined Types with the NET Framework Building a Data Access Layer with a User-Defined Type Creating Stored Procedures with the NET Framework Creating the Stored Procedure Assembly Using the Login Controls Overview of the Login Controls Using the Login Control Automatically Redirecting a User to the Referring Page
  • 14. Microsoft ASP.NET Online Trainin Automatically Hiding the Login Control from Authenticated Users Using a Template with the Login Control Performing Custom Authentication with the Login Control Using the CreateUserWizard Control Configuring Create User Form Fields Sending a Create User Email Message Automatically Redirecting a User to the Referring Page Automatically Generating a Password Using Templates with the CreateUserWizard Control Adding Steps to the CreateUserWizard Control Using the LoginStatus Control Using the LoginName Control Using the ChangePassword Control Sending a Change Password Email
  • 15. Microsoft ASP.NET Online Trainin Requiring a Security Question and Answer Using Templates with the PasswordRecovery Control Using the LoginView Control Using Roles with the LoginView Control Maintaining Application State Using Browser Cookies Cookie Security Restrictions Creating Cookies Reading Cookies Setting Cookie Properties Deleting Cookies Working with Multivalued Cookies Using Session State Storing Database Data in Session State Using the Session Object Handling Session Events
  • 16. Microsoft ASP.NET Online Trainin Controlling When a Session Times Out Using Cookieless Session State Configuring a Session State Store Configuring SQL Server Session State Using Profiles Creating Profile Groups Supporting Anonymous Users Migrating Anonymous Profiles Inheriting a Profile from a Custom Class Creating Complex Profile Properties Saving Profiles Automatically Accessing Profiles from Components Using the Profile Manager Configuring the Profile Provider Creating a Custom Profile Provider
  • 17. Microsoft ASP.NET Online Trainin Working with the HTTP Runtime Creating a Custom BuildProvider Creating a Simple BuildProvider Creating a Data Access Component BuildProvider Creating a Custom ExpressionBuilder Creating a Lookup ExpressionBuilder Creating HTTP Handlers Creating a Generic Handler Implementing the IHttpHandler Interface Registering Extensions with Internet Information Server Creating an Asynchronous HTTP Handler Working with HTTP Applications and HTTP Modules Creating a Globalasax File Creating Custom HTTP Modules
  • 18. Microsoft ASP.NET Online Trainin Caching Application Pages and Data Overview of Caching Using Page Output Caching Varying the Output Cache by Parameter / Control / Header / Browser / Custom Function Specifying the Cache Location Creating a Page Output Cache File Dependency Expiring the Page Output Cache Programmatically Manipulating the Page Output Cache Programmatically Creating Page Output Cache Profiles Using Partial Page Caching Using Post-Cache Substitution Caching with a User Control Sharing a User Control Output Cache Manipulating a User Control Cache Programmatically
  • 19. Microsoft ASP.NET Online Trainin Creating a User Control Cache File Dependency Caching Dynamically Loaded User Controls Using DataSource Caching Using an Absolute Cache Expiration Policy Using a Sliding Cache Expiration Policy Caching with the ObjectDataSource Control Caching with the XmlDataSource Control Creating a DataSource Control Key Dependency Using Data Caching Using the Cache Application Programming Interface Adding Items to the Cache Adding Items with an Absolute Expiration Policy Adding Items with a Sliding Expiration Policy Adding Items with Dependencies
  • 20. Microsoft ASP.NET Online Trainin Specifying Cache Item Priorities Configuring the Cache Using SQL Cache Dependencies Using Polling SQL Cache Dependencies Configuring Polling SQL Cache Dependencies Using Polling SQL Cache Dependencies with Page Output Caching Using Polling SQL Cache Dependencies with DataSource Caching Using Polling SQL Cache Dependencies with Data Caching Using Push SQL Cache Dependencies Configuring Push SQL Cache Dependencies Using Push SQL Cache Dependencies with Page Output Caching Using Push SQL Cache Dependencies with Data
  • 21. Microsoft ASP.NET Online Trainin Source Caching Using Push SQL Cache Dependencies with Data Caching Localizing Applications for Multiple Languages Setting the Current Culture Setting a Culture Manually Automatically Detecting a Culture Setting the Culture in the Web Configuration File Culture and ASPNET Controls Using the CultureInfo Class Using the CultureInfo Class to Format String Values Comparing and Sorting String Values Creating Local Resources Explicit Localization Expressions Implicit Localization Expressions Using Local Resources with Page Properties
  • 22. Microsoft ASP.NET Online Trainin Retrieving Local Resources Programmatically Creating Global Resources Retrieving Global Resources Programmatically Using Strongly Typed Localization Expressions Using the Localize Control Using ASPNET Membership Configuring Authentication Configuring Forms Authentication Using Cookieless Forms Authentication Using Sliding Expiration with Forms Authentication Using Forms Authentication Across Applications Using Forms Authentication Across Domains Using the FormsAuthentication Class
  • 23. Microsoft ASP.NET Online Trainin Using the User Class Configuring Authorization Authorizing by Role Authorizing Files by Location Using Authorization with Images and Other File Types Using Authorization with ASP Classic Pages Using ASPNET Membership Using the Membership Application Programming Interface Encrypting and Hashing User Passwords Modifying User Password Requirements Locking Out Bad Users Configuring the SQLMembershipProvider Configuring the ActiveDirectoryMembershipProvider Creating a Custom Membership Provider Using the Role Manager Configuring the SqlRoleProvider
  • 24. Microsoft ASP.NET Online Trainin Configuring the WindowsTokenRoleProvider Configuring the AuthorizationStoreRoleProvider Caching Roles in a Browser Cookie Using the Roles Application Programming Interface Configuring Applications Overview of Website Configuration Using the Web Site Administration Tool Using the ASPNET Microsoft Management Console Snap-In ASPNET Configuration Sections Contents xix Applying Configuration Settings to a Particular Path Locking Configuration Settings Adding Custom Application Settings Placing Configuration Settings in an External File
  • 25. Microsoft ASP.NET Online Trainin Using the Configuration API Reading Configuration Sections from the Current Apps Opening a Configuration File Opening a Configuration File on a Remote Server Using the Configuration Class Modifying Configuration Sections Provisioning a New Website Creating Custom Configuration Sections Creating a Configuration Element Collection Creating Encrypted Configuration Sections Encrypting Sections with the aspnet_regiis tool Encrypting Sections Programmatically Deploying Encrypted Web Configuration Files
  • 26. For Free Demo Please Contact AcuteSoft: India: +91-9848346149, +91-7702226149 Land Line: +91 (0)40 - 42627705 USA: +1 973-619-0109, +1 312-235-6527 UK : +44 207-993-2319 skype : acutesoft email : info@acutesoft.com www.acutesoft.com http://training.acutesoft.com