Wednesday, September 10, 2008

Server Control Events

I thought I would make some quick notes about some Server Control events as I understand them in ASP.NET. Most of the event mentioned were familiar to me from Java so I was able to follow the sequence of server control events on a web form.

The three types of Server control events:

  • Postback Events

  • Cached Events

  • Validation Events
  • No comments: