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
TreeView
C# Demo Correct usage Incorrect Usage

AutoEventWireUp ="False"

Correct behavior: as in demo#2 where the AutoEventWireUp is set to false and the event wireup is done programmatically by overriding the OnInit method

Correct Event sequence

  • Page Loaded
    Title  
    Alfreds Futterkiste
    Ana Trujillo Emparedados y helados
    Antonio Moreno Taquería
    Around the Horn
    Berglunds snabbköp
    Blauer See Delikatessen
    Blondesddsl père et fils
    Bólido Comidas preparadas
    Bon app'
    Bottom-Dollar Markets
    12345678910
  • Source code:

    Correct usage source code