954,198 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

onmouseover for asp.net2.0 controls

hi
I am working in asp.net amd vb.net
I want to show and disappear images by taking and bringing out mouse from a menu control
how to do this


how to use onmouseover for an as.net control in asp.net 2.0


plz guide

rinkuchoudhury
Newbie Poster
16 posts since Jan 2007
Reputation Points: 10
Solved Threads: 0
 

hi I am working in asp.net amd vb.net I want to show and disappear images by taking and bringing out mouse from a menu control how to do this

how to use onmouseover for an as.net control in asp.net 2.0

plz guide

"OnMouseOver" is a client side event and not a server side therefore the VB.Net will not handle it. You would have to use a clientside javascript. You could write it in the page or build it in a string in the VB and register the client script at load time.

Does that help?

LordJPhillip
Newbie Poster
4 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 
lalatok
Newbie Poster
3 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You