Sunday, December 11, 2011

How to code in vb.net so that the page will change to a picture while we point to a link/label?

I learn to put a picture in a label/link so that when the user point to the label/link, the picture will prompt out automatically, and when they point to another label, another picture will prompt out automatically accordingly. Where whould i refer to create such a page?How to code in vb.net so that the page will change to a picture while we point to a link/label?
In order to make this work, you have to make it all happen in the browser. There aren't any events causing a post back to occur to the server, so you really can't do it in the code there.



You generally do what you are describing by using javascript and using the mouseover and mouseout functions.



Check the link below for coding instructions.

No comments:

Post a Comment