Discover Classes. Earn 10% Rewards.

ASP.NET Web Forms Prg for Exp. C# Programmers is unfortunately unavailable

Thankfully we have 9 other .NET Classes for you to choose from. Check our top choices below or see all classes for more options.

Express Flying Trapeze

Trapeze School New York @ 467 Marcy Ave, Brooklyn, NY

Experience the thrill of flying through the air on a trapeze! Our classes cater to all levels, providing safety equipment, expert instruction, and the opportunity to learn and master impressive aerial tricks, all while enjoying maximum time in the air.

All levels 18 and older
$100
Attend
+1000 pts
Gift it!

Intermediate Financial Accounting

Noble Desktop @ 185 Madison Ave, New York, NY

Deepen your knowledge of complex financial accounting concepts in this intermediate-level course at Noble Desktop. Take your accounting skills to the next level and gain insight into handling unusual items, restructuring charges, deferred taxes, and more. Build a strong foundation in investments and securities to tackle complicated accounting tasks.

(373) Intermediate 18 and older

Flying Trapeze

Trapeze School New York @ 467 Marcy Ave, Brooklyn, NY

Embark on a thrilling journey as you soar through the sky in our Flying Trapeze class, guided by expert instructors ensuring safety and progress at your own pace. Master gravity-defying tricks and build strength, aerial awareness, and confidence through our comprehensive curriculum.

All levels 18 and older
$100
Attend
+1000 pts
Gift it!

Trampoline

Trapeze School New York @ 467 Marcy Ave, Brooklyn, NY

Unleash your inner acrobat and elevate your aerial skills with our dynamic trampoline sessions. From mastering flips and twists to honing core strength and body control, our expert-led classes cater to all fitness levels. Join us for an exhilarating journey into the world of aerial arts!

All levels 18 and older
$50
Attend
+500 pts
Gift it!

Youth Flying Trapeze (Ages 6-17)

Trapeze School New York @ 467 Marcy Ave, Brooklyn, NY

Embark on a thrilling journey as you soar through the sky in our Flying Trapeze class, guided by expert instructors ensuring safety and progress at your own pace. Master gravity-defying tricks and build strength, aerial awareness, and confidence through our comprehensive curriculum.

All levels 6 - 17 years old
$45
Attend
+450 pts
Gift it!
See all .NET classes NYC

ASP.NET Web Forms Prg for Exp. C# Programmers

  • Intermediate
  • 18 and older
  • $1,595
  • Earn 15,950 reward points
  • (Exact location to be announced), New York, NY
  • 24 hours over 3 sessions

Start Dates (0)

  • $1,595
  • 24 hours over 3 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this .net training:

All HOTT courses are available face-to-face, remote-live, on-demand or on-site at your facility

This course provides students with hands on experience using Visual Studio to create dynamic ASP.NET Web Forms applications using C#. 


Students will learn use the power of ASP.NET Web server controls combined with HTML5 to design web pages. They will use ASP.NET Validation controls to provide both client-side and server-side data validation for user input. Students will learn how to use master pages to enforce a consistent look and feel across a set of Web pages, as well as how to use user controls to reuse smaller pieces of HTML across multiple pages. 


Students explore the complexities of state management in ASP.NET Web Forms and how to use session and view state objects to manage state between HTTP requests. 


Students spend time exploring how to use ADO.NET to interact with databases by running SQL queries and executing stored procedures. They will also learn how to read/write XML files using DataSets and DataTables. Students learn how ASP.NET Web Forms data binding to easily display data in list controls, the GridView control and the DetailsView control. 


Microsoft provides support for Ajax-enabled Web Forms applications using the ASP.NET AJAX Framework. Students will learn how to use some of the server-side features to make asynchronous postbacks from the browser, perform partial page updates using the UpdatePanel, use CSS to dim a page during postback and use the Timer fetch data from the server asynchronously.


Students Will Learn:

  • Creating ASP.NET form-based applications
  • Using HTML server controls, Web controls and validation controls on a Web page
  • Building and using user controls
  • Creating and attaching CSS files using Visual Studio
  • Creating event handlers to respond to control events
  • Building master pages
  • Managing state in a Web application
  • Accessing databases using ADO.NET and displaying data on Web pages
  • Using DataSet to work with XML data
  • Implementing authentication and authorization on ASP.NET pages
  • Deploying a Web application

Other topics include: using a Web.config file to control application configuration; using master pages to provide a consistent look and feel to a web site; working with cookies; reading and writing files; and deploying ASP.NET applications. Comprehensive labs provide the students with extensive experience creating and deploying dynamic ASP.NET Web Form sites.


This course provides thorough coverage of the use of Web Forms for web sites. Students requiring additional coverage of ASP.NET MVC, WCF, Windows Forms or Windows Presentation Foundation should contact HOTT or refer to HOTT's complete course listing for additional training courses.


Students unfamiliar with the C# language should take the 5-day ASP.NET 4.5 Web Forms Programming Using C# course instead.


Course Prerequisites: 

  • Knowledge of fundamental HTML syntax is helpful, but not required. 
  • Prior experience with C# is required.

Course Overview


Overview of ASP.NET Web Forms

  • ASP.NET Technologies
  • Web Forms vs. MVC
  • Understanding the HTTP Request and Response Cycle
  • Client-Side vs. Server-Side Code Execution
  • Exploring an ASP.NET Web Form
  • Understanding the Life-Cycle of an ASP.NET Page Object

Creating ASP.NET Web Forms Applications

  • Building ASP.NET Web Forms Applications Using Visual Studio
  • Understanding a Web Form Application Project Structure
  • Designing Web Forms
  • Incorporating CSS into the Web Application
  • Understanding the Page Directive
  • Working with the Code-Behind Model
  • Understanding Web.config
  • Transformational Config Files

Using ASP.NET Server Controls

  • Working with Web Server Controls
  • Using Hyperlinks and Button-Based Controls
  • Using Label and Textbox Controls
  • Using List Controls
  • Using the Image Control
  • Exploring Other Web Server Controls

Handling Events

  • Working with Page-Based Event Handlers
  • Writing Control Event Handlers
  • Sharing Event Handlers
  • Understanding PostBack vs. Non-PostBack Events
  • Handling Application-Based Events in Global.asax

Using ASP.NET Validation Controls

  • Understanding ASP.NET Validation Controls
  • Performing Client-Side Validation
  • Performing Server-Side Validation
  • Using the Required Field Validator
  • Using the Comparison and Range Validators
  • Using the Regular Expression Validator
  • Customizing Validation
  • Working with Validation Groups
  • Unobtrusive Validation
  • Using the NuGet Package Manager to Download AspNet.ScriptManager.jQuery

Reusing Design: User Controls and Master Pages

  • Reusing HTML Snippets with User Controls
  • Designing a User Control
  • Embedding a User Control on a Page
  • Understanding the Master Page Architecture
  • Designing a Master Page
  • Designing Content Pages

Maintaining State

  • Maintaining State within ASP.NET Web
  • Forms Applications
  • Using the Session Object
  • Using the ViewState Object
  • Reading and Writing Cookies
  • Using the Query String

ADO.NET

  • Understanding the ADO.NET Object Model
  • Connected vs. Disconnected Access
  • Using a Connection to Connect to a Data Source
  • Using a Command to Execute Queries and Stored Procedures
  • Using a DataReader to Work with Cursors
  • Using a DataSet with Disconnected Data
  • Using DataAdapters with DataSets

Using XML

  • Introducing XML and XML Schemas
  • Writing XML Schemas with a DataSet
  • Reading XML Schemas with a DataSet
  • Writing XML Data with a DataSet
  • Reading XML Data with a DataSet

Using Data Binding

  • Understanding ASP.NET Data Source Controls
  • Configuring Data Sources
  • Examining ASP.NET Data Bound Controls
  • Using List Controls
  • Using the GridView Control
  • Using the DetailsView Control
  • Exploring Other Data Bound Controls

Introduction to ASP.NET AJAX

  • Understanding Ajax
  • Enabling ASP.NET AJAX with the ScriptManager
  • Configuring Partial Page Updates with the UpdatePanel
  • Displaying a Progress Indicator Using UpdateProgress
  • Making Periodic Postbacks Using the Timer
  • Using the NuGet Package Manager to Download jQuery

Deploying ASP.NET Applications

  • Configuring IIS for Deployment
  • Configuring an ASP.NET Web Form Application for Deployment
  • Using Publish to Deploy a ASP.NET Web Application

Refund Policy

Tuition includes all course materials. Students may withdraw before the second day of class to receive a 100% refund, provided course materials are returned to the instructor. Prorated refunds may be granted for withdrawals after the first day.

Cancellations and Changes: There are no cancellation fees.

Attendance Requirements: Students must attend each day of a course and successfully complete hands on exercises in order to receive a certificate of completion. If a student wishes to retake any portion of a class that he or she completes, the student may do so within 12 months at no extra cost.

Intended Audience: Hands On Technology Transfer, Inc., provides IT training designed for technology professionals who wish to quickly upgrade their computer skills. In most states, the employer bears all training costs.

Reviews of Classes at Hands On Technology Transfer, Inc. (7)

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 15950 points. Earn 10% back in reward points!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Hands On Technology Transfer, Inc.

HOTT delivers instructor-led technical training across the United States, Canada and the United Kingdom. Whether you attend in person, remote-live or on-demand, our classroom-based training philosophy zeroes in on your ability to work more productively and with higher quality results after training....

Read more about Hands On Technology Transfer, Inc.

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified NYC educator.

Hands On Technology Transfer, Inc.

Hands On Technology Transfer, Inc.

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...