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.
<asp

ataList 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>