M MAKYMAX Feb 19, 2004 #1 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
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
K Klaus H. Probst Feb 19, 2004 #2 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 Click to expand... fire the event on the Server Side? Pls Email me. Thanks Click to expand... Community Website: http://www.dotnetjunkies.com/newsgroups/
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 Click to expand... fire the event on the Server Side? Pls Email me. Thanks Click to expand... Community Website: http://www.dotnetjunkies.com/newsgroups/