How to insert image into database in binary formhttp://forums.asp.net/t/1792984.aspx/1?How+to+insert+image+into+database+in+binary+formFri, 20 Apr 2012 12:56:47 -040017929844932873http://forums.asp.net/p/1792984/4932873.aspx/1?How+to+insert+image+into+database+in+binary+formHow to insert image into database in binary form <p>Can anyone tell me how to insert image into database from form...</p> <p></p> 2012-04-15T06:54:12-04:004932885http://forums.asp.net/p/1792984/4932885.aspx/1?Re+How+to+insert+image+into+database+in+binary+formRe: How to insert image into database in binary form <p>Refer this links</p> <p><a href="http://nareshkamuni.blogspot.in/2012/02/insert-image-into-sqlserver-database-by.html">http://nareshkamuni.blogspot.in/2012/02/insert-image-into-sqlserver-database-by.html</a></p> <p><a href="http://www.aspdotnet-suresh.com/2011/01/how-to-insert-images-into-database-and.html">http://www.aspdotnet-suresh.com/2011/01/how-to-insert-images-into-database-and.html</a></p> 2012-04-15T07:18:29-04:004935623http://forums.asp.net/p/1792984/4935623.aspx/1?Re+How+to+insert+image+into+database+in+binary+formRe: How to insert image into database in binary form <p></p> <blockquote><span class="icon-blockquote"></span> <h4>cool.deep</h4> Can anyone tell me how to insert image into database from form...</blockquote> <p></p> <p>Solutions</p> <p>1Create a Table with a column whose type is &quot;img&quot;</p> <p>2Then use SqlCommandits parameter type should be Image</p> <p>3Then do executingafter setting System.IO.File.ReadAllBytes from a certain image file and do setting</p> <p>Here's my sample of &quot;How to edit with Image in a FormView&quot;you can download the project and have a close look at it</p> <p><a href="http://code.msdn.microsoft.com/Uploadedit-image-in-ASPNET-b96367a9">http://code.msdn.microsoft.com/Uploadedit-image-in-ASPNET-b96367a9</a></p> 2012-04-17T01:35:10-04:004942954http://forums.asp.net/p/1792984/4942954.aspx/1?Re+How+to+insert+image+into+database+in+binary+formRe: How to insert image into database in binary form <p>refer <a href="http://csharpdotnetfreak.blogspot.com/2009/07/fileupload-control-save-images-database.html"> Upload and save images in Sql Server database</a></p> 2012-04-20T12:56:47-04:00