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

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?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.