Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
HEllo,
I had design the source code for that i want C# code ..Can any member help me..
Dis Is my source code?
XML
<body>
    <form id="form1" runat="server">
    <div>
        <asp:Label ID="lblEmpDate" runat="server" Text="Employee Name"></asp:Label>
        <asp:TextBox ID="txtEDate" runat="server"></asp:TextBox>
        <br />
        <asp:Label ID="lblImage" runat="server" Text="Employee Image"></asp:Label>
        <asp:FileUpload ID="imgUpload" runat="server" />
        <br />
        <br />
        <asp:Button ID="btnSubmit" runat="server" Text="Submit"
            onclick="btnSubmit_Click" />
        <asp:Label ID="lblResult" runat="server" ></asp:Label>
        <br />
        <br />
        <asp:Image ID="Image1" Width="200px" runat="server" />
    </div>
    </form>
</body>
Posted
Updated 28-Aug-12 20:54pm
v2
Comments
Sandeep Mewara 29-Aug-12 2:25am    
Here is what is expected of enquirers:
1. TRY first what you want to do! You may find that it's not that hard.
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.

 
Share this answer
 
A search would have given you:

.NET Image Uploading[^]
 
Share this answer
 
 
Share this answer
 
v2
Comments
Member 9376025 29-Aug-12 4:11am    
hii
iam using the above site by that geting error i gridview as last line..
try this link

Asp.net image Upload

good luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900