Dear All,
I need to open a image using jquery. That image is saved using ASP.NET >> File Upload control. But the thing is it either open blank image
executes CLICK event. But it is not working.
here is my code.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyOwnPopUp.aspx.cs" Inherits="MyOwnPopUp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<script src="jquery-1.10.2.min.js" type="text/javascript"></script>
<title>Untitled Page</title>
<style type="text/css">
#popup_box
{
display: none; /* Hide the DIV */
...
Go to the complete details ...