DuraSoft
.NET-54
Server-side Event Handling
•Traditionally in ASP, browser handles client events
•
•Some times we want to perform some thing on server
–like accessing additional data
•
•Still good idea to handle client events on client
•
•Allows you to handle events on server side as well
•
•Browser handles event and sends postback to server