C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

insert image from upload control in Gridview


Posted Date: 16 Feb 2008      Posted By: Atul Patel      Member Level: Bronze     Points: 2   Responses: 2



I want to insert image from fileupload into database and then show in image control (both are in Gridview column)
I am trying but not find the best way.Here is the view of Gridview Control with Control.

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table>
<tr>
<td colspan="3"><asp:Image ID="Image1" runat="server" ImageUrl='<% "img_load.ashx? id=" + Eval("imgId") %>' /></td>
</tr>
<tr>
<td><asp:FileUpload ID="lfd" runat="server"/></td>
<td><asp:Button ID="btnAdd" runat="server" Text="Save"/></td>
<td><asp:Button ID="btnRemove" runat="server" Text="Remove"/></td>
</tr>
</table>

</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="imgTitle" HeaderText="Title" />
</Columns>
</asp:GridView>





Responses

Author: ChandraShekar Thota    16 Feb 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

Hope this helps
orums.asp.net/t/1103375.aspx

chandrashekarthota@gmail.com /92 93 95 95 39
FREE SESSIONS ON .NET AND VISUALSTUDIO



Author: ChandraShekar Thota    16 Feb 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

Hope this helps
http://www.forums.asp.net/t/1103375.aspx

chandrashekarthota@gmail.com /92 93 95 95 39
FREE SESSIONS ON .NET AND VISUALSTUDIO



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : code for change password
Previous : project management
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use