May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Due to the code-behind logic, handling events in ASP.NET applications looks similar to what you saw about WPF. This means that you have a user control implemented on the XHTML side and an event handler in the Visual Basic side.
For example, consider the following XHTML code that provides a Button and a Label:

You can handle the Button.Click as usual, for example with the following code that writes a message to the Label:
Notice ...
Read now
Unlock full access