Posted on: 6/6/2014 2:39:38 PM | Views : 372

Hi,
Currently I have these setting showing on the page .

Name:
Address:
Image : Large image uploaded by user

I want it to be
Image: url of the image uploaded by user.

Can anyone help me out in this

This is code for showing up on the page I am using
employee page:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="employee.aspx.cs" Inherits="Details_with_photo.employee" %> <!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 id="Head1" runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div&g ...

Go to the complete details ...