Posted on: 9/2/2014 6:31:56 AM | Views : 424

Hi,
I have file upload control,image control and button.
on click of button it should be shown in image control
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FileLoad.aspx.cs" Inherits="City_Info.FileLoad" %> <!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"> <title></title> </head> <body> <form id="form1" runat="server" enctype="multipart/form-data"> <asp:ScriptManager ID="ScriptManager1" runat="server"/> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <table> &l ...

Go to the complete details ...