views:

12

answers:

1

We have activate event in windows application like that is there any event in asp.net? How can i raise activate like event in Asp.net?Is there any possibility?

A: 

Have a look at DOM events and especially the focus event, section "Focusing and blurring the entire window".

You need to write a Javascript handler for the required events which either updates the page via Ajax or raises an ASP.Net event.

devio