ASP.NET 4 - The Big Picture
  • Course Introduction
  • Introduction to Web Development
  • Complete Course Exercise Files
Creating Our First ASP.NET Web Site
  • Using FileSystem as Web Location
  • Using Http as Web Location
  • Using FTP as Web Location
  • Displaying Content onto the browser using Response.Write Statement
Working with ASP.NET Standard Controls - Part 1
  • Working with TextBox Control
  • Working with HyperLink,LinkButton and ImageButton Controls
  • Working with RadioButton Control
  • Working with RadioButtonList Control
  • Working with CheckBox Control
  • Working with CheckBoxList Control
  • Working with FileUpload Control
  • Uploading Multiple Files using FileUpload Controls
Working with ASP.NET Standard Controls - Part 2
  • Working with AdRotator Control
  • Working with BulletedList Control
  • Working with Calendar Control
  • Working with ImageMap Control
Working with ASP.NET Standard Controls - Part 3
  • Working with MultiView and View Controls
  • Workingn with Panel Control
  • Working with PlaceHolder Control
  • Working with HiddenField Control
  • Working with Literal Control
  • Working with DropDownList and ListBox Controls - Part 1
  • Working with DropDownList Control - Part 2
  • Working with Table Control
  • Working with XML Control
  • Working with Wizard Control
Working with Validation Controls
  • Working with RequiredFieldValidator and ValidationSummary Controls
  • Working with ComparisonValidator
  • Working with RangeValidator
  • Working with RegularExpressionValidator
  • Working with CustomValidator
  • Validation Groups and Firing Validations through Code
Working with Data Bound Controls
  • Create a Database and a Table using SQL Server
  • Working with GridView Control
  • Working with DataList Control
  • Working with DetailsView Control
  • Working with ListView Control
  • Working with FormView Control
  • Working with Repeater Control
Working with Navigation Controls
  • Adding MenuItems to Menu Control at Design Time
  • Adding MenuItems to Menu Control at Run Time
  • Adding Nodes to TreeView Control at Design Time
  • Adding Nodes to TreeView Control at Run Time
  • Creating a SiteMap for the Web Site and using SiteMapPath Control
Working with AJAX Controls
  • Working with ScriptManager Control
  • Working with UpdatePanel Control
  • Working with UpdateProgress Control
  • Working with Timer Control
Working with Data Persistence Techniques
  • Working with ViewState Object
  • Working with Session Object
  • Creating a Custom Class To Store Session Objects
  • Working with Session Objects using Custom Class
  • Working with Cookies
  • Working with Application Objects
  • Working with URL QueryString Technique
Developing Data Driven Web Pages using ADO.NET
  • Developing a SignUp Page for Users to register - Part 1
  • Developing a SignUp Page for Users to reigster - Part 2
  • Developing a Login Page for Users to Login with proper credentials
  • Developing a ChangePassword Page for Users to modify their Password
  • Letting Users to Unsubscribe their account
  • Developing a ChangeProfile Page for Users to modify their registration data
  • Lock User Account Upon Consequtive Failed Login Attempts - Part 1
  • Lock User Account Upon Consequtive Failed Login Attempts - Part 2
  • Unsubscribing Users Account with a Flag
  • Working with SQLConnectionStringBuilder Class
  • Writing and Reading ConnectionStrings with the help of Web.Config File
Working with DataSets
  • Retrieving data from SQL Server into a DataSet
  • Binding DataSet to various List Controls
  • Writing DataSet Content into an XML File
  • Filling a DataSet with Data manually
  • Looping through DataSet Programmatically
  • Working with DataSet Relations
Working with DataReaders
  • Retrieving Data From SQLServer into a SQLDataReader
  • Looping through DataReader Programmatically
  • Working with Multiple Active ResultSets (MARS)
Working with DataViews
  • Filtering Records of a DataSet with an explicit call to Stored Procedure
  • Filtering Records of a DataSet by using DataViews
Performing BULK Inserts and BULK Updates
  • Working with Autogenerate Columns Property
  • Implementing a Web Page to do Bulk Inserts of data into SQL Server
  • Implementing a Web Page to do Bulk Updates of Data into SQLServer
Working with Parameter Directions
  • Developing a Web Page to set Parameter Directions