Prev | Current Page 537 | Next

Rob Cameron and Dale Michalk

"Pro ASP.NET 3.5 Server Controls and AJAX Components"


aspx contains the event handlers mapped in the $create call. We see that the click event is
mapped to the doClick function located in HoverButton.aspx, the hover event handler is
the doSomethingOnHover function, and the unhover event handler is the doSomethingOnUnHover
function. When you run the page HoverButton.aspx, you see that all events fire with the
element having text set and cleared based on whether or not the
mouse is hovering over the button. When the HTML