WEBSWAPP Silverlight ASP.NET 3.5 ASP.NET 2.0 ASP.NET 1.0
Cascading Lists
ITemplate
DDL in GridView
G/V MultiSelect
Nested GridViews
RegExp
DataGrid Reorder
Events fire twice
Hyperlink Field
TextBox
UpdateParameters
MultiView

Table Of Content

Chapter 1: Cascading Lists

  • Essay 1: C#-FormView Demo for 2-way databinding cascading lists within a FormView - C#
  • Essay 2: VB-FormView Demo for 2-way databinding cascading lists within a FormView - VB
  • Essay 3: C#-GridView Demo for 2-way databinding cascading lists within a GridView - C#
  • Essay 4: VB-GridView Demo for 2-way databinding cascading lists within a GridView - VB
  • Essay 5: C#-DetailsView Demo for 2-way databinding cascading lists within a DetailsView - C#
  • Essay 6: VB-DataList Demo for 2-way databinding cascading lists within a DataList - VB

Chapter 2: ITemplate

  • Essay 1: Introdcution Creating Templated Server Controls dynamically
  • Essay 2: FormView Demo for dynamically creating FormView- C#
  • Essay 3: GridView Demo for dynamically creating GridView- C#

Chapter 3: DDL in GridView

  • Essay 1: C#-GridView Demo for dynamically building a dropdownlist within a gridview row - C#
  • Essay 2: VB-GridView Demo for dynamically building a dropdownlist within a gridview row - VB

Chapter 4: G/V MultiSelect

  • Essay 1: C#-GridView Demo for selecting multiple rows on a GridView control - C#
  • Essay 2: VB-FormView Demo for dynamically building a dropdownlist within a gridview row - VB

Chapter 5: Nested GridViews

  • Essay 1: C#-Nested GridViews Parent-Child GridViews using show/hide rows within the same table - C#
  • Essay 2: VB-GridView Demo for dynamically building a dropdownlist within a gridview row - VB

Chapter 6: RegExp

  • Essay 1: RegExp-VB Using named groups in Regular Expressions to scan xml files - VB

Chapter 7: DataGrid Reorder

  • Essay 1: Move rows Demos for reordering table rows using the datagrid by moving the rows - C#
  • Essay 2: Sort on Rank Demos for reordering table rows using the datagrid by sorting the rows based on rank - C#

Chapter 8: Events fire twice

  • Essay 1: C# Demo How could AutoEventWireUp =True cause events to fire up twice? - C#
  • Essay 2: Correct usage A scenario where AutoEventWireUp is used correctly - C#
  • Essay 3: Incorrect Usage A scenario where AutoEventWireUp is used incorrectly- C#

Chapter 9: Hyperlink Field

  • Essay 1: Demo GridView HyperLinkField vs. the DataGrid HyperLinkColumn - C#

Chapter 10: TextBox

  • Essay 1: C# Demo Client-side validation of the TextBox server control - C#
  • Essay 1: VB Demo Client-side validation of the TextBox server control - VB

Chapter 10: UpdateParameters

Chapter 12: MultiView

  • Essay 1: MultiView Using the MultiView control