Hi..

I am designing a GUI for which I need effect as images are ahown in one vertical row. When mouse points on a particular image, that image should appear enlarged along with hyperlink for details and add to cart(just as similiar to google images).. The only difference is that I want the image to appear in enlarged form to the right of the normal image view on the left.
Is it possible via jquery in ASP.Net ??
Could anybody just help me with a startup like some tips on steps to start nd methods ?
Am completely naiive so seeking help.

Appreciated. Thank You..

Ruchi Thakkar

So the fact that your site is written in asp.net shouldnt matter. Your focus should be on JavaScript/jQuery. Your asp.net code will be converted by the web server to HTML. So, if you include an image control in your code, it will be rendered as an <img/> HTML element. jQuery has no knowledge in this scenario that you wrote the code in asp.net.

I'd recommend that you do some research for a jQuery plugin that will work for you and simply integrate it into your asp.net page. As long as you add an "id" attribute to your asp.net controls, you should be able to easily target them in your client side jQuery code. If you arent sure, just test the page, right click and view source. You will see your HTML code.

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.