Hello friends...
I am trying to zoom images using jquery elevatezoom plugin with datalist control in asp.net.
I have two columns in my database table as smallimg & largeimg which contains images like .png file in smallimg column & .jpg file in largeimg column.
In my frontend i am using datalist control to access those images through Eval Function but at the time of pageload images are loaded but there is no zooming effect.
Please help me i am stuck at this.
Thanks in advance.
& Here is my code ....
in my aspx page..
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>jQuery Zoom Image on Mouse Hover</title>
<script type="text/javascript" src="scripts/jquery-1.8.3.min.js"></ ...
Go to the complete details ...