Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > General Computer Discussion > Software > help required in file upload control in asp.net

Reply
Thread Tools

help required in file upload control in asp.net

 
 
Upmanyu Upmanyu is offline
Junior Member
Join Date: Mar 2008
Posts: 1
 
      03-27-2008
Hi!
I m totally new to asp.net. i m having problem in using fileupload control. while executing the code an error is occuring saying "server tag is not well defined". I am unable to rectify this error. kindly help me out.
I want to upload images from my computer. this is what i have done and i m facing a problem in this part of my code segment.

<aspataList ID="DistImages" RepeatColumns ="3" runat="server" >
<ItemTemplate >
<asp:Image
ImageUrl='<%#Eval("Name" , "~/upmanyu's Pictures/{0}") %>'
Style="width:300px" Runat="server"/>
<br />
<%#Eval("Name") %>
</ItemTemplate>
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
File upload from client application (non-form based upload) stuart@microsoft.com Python 1 11-25-2006 12:14 AM
Upload a file without file Upload control - ASP.Net =?Utf-8?B?U2FyYXY=?= ASP .Net 3 08-03-2005 01:09 AM
How to detect sizeof upload in order to show status of browser file upload? Heather Fraser Java 0 07-05-2004 12:35 AM
Calendar control erases my upload file control data... Trint Smith ASP .Net 2 02-26-2004 10:28 PM
Upload Excel with Macros using HTML File Upload Prakash ASP General 3 11-12-2003 04:26 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57