MouseOver Event

  • Thread starter Thread starter MAKYMAX
  • Start date Start date
M

MAKYMAX

Does anyone know how to attach a "MouseOver" event to an ASP Button and fire the event on the Server Side?
Pls Email me.

Thanks
 
I'd say that's a terrible idea. Web applications simply should not try to
behave like desktop ones, unless you do it in client code. Doing a postback
on a *mouse over* event would probably kill your network given enough users.


--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/

MAKYMAX said:
Does anyone know how to attach a "MouseOver" event to an ASP Button and
fire the event on the Server Side?
Pls Email me.

Thanks
Community Website: http://www.dotnetjunkies.com/newsgroups/
 
Back
Top