Go Back   Velocity Reviews > General Computer Discussion > Software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
Old 03-27-2008, 01:51 PM   #1
Default help required in file upload control in asp.net


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>


Upmanyu
Upmanyu is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
asp.net Menu control: direction/indentation of sub-menus crayon Software 1 12-18-2007 09:00 PM
ASP.Net 2.0 - Want details view but need control & placement of textboxes etc. daveydave999 Software 0 10-05-2007 04:12 PM
File upload control liz_needanswers Software 0 07-17-2007 04:53 AM
Error with ASP.NET Control Validators in Windows 2003 jogegoca Software 0 10-18-2006 10:47 PM
ASP.NET: User Control Events is Not Displaying in a Property Window BabuA Software 0 09-14-2006 05:44 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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