View Single Post
Old 02-24-2005, 09:46 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,544
sde is on a distinguished road
after the page has been served to the client, .. then you are going to have to use javascript. there is an onclick event, and various other ones, .. but you have nowhere near the control you have over interface items that you do in a windows application.

other javascript events include: onmouseover, onmouseout. i know visual studio does some translation for you, but i'm not sure exactly what. essentially to have that level of control, visual studio is just printing javascript to the screen since once the page is served to the client, the server is done working till the next url request is sent.
__________________
Mike
sde is offline   Reply With Quote