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
2010-03-11 05:37:55