Previous Topic: Special FeaturesNext Topic: Disabled By


Browser Event Queue

Simultaneous events (within several hundred milliseconds), such as gainfocus/losefocus, are sent to the .NET Runtime in a single request. The events are sorted and processed in a similar manner as GUI clients. This event handling technique closely mimics GUI and lets users who are migrating from GUI to ASP.NET achieve maximum transparency with respect to migration. For multiple events, such as repetitive clicks, the browser's default event handling mechanism is used in conjunction with the ASP.NET framework's event handling mechanism. Note that CA Gen ASP.NET solution does not queue repetitive events on the browser.