₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,012 members, 8,419,935 topics. Date: Thursday, 04 June 2026 at 07:50 AM

Toggle theme

Cocoon's Posts

Nairaland ForumCocoon's ProfileCocoon's Posts

1 2 (of 2 pages)

ProgrammingRe: Inserting And Retrieving Images To/From Database In ASP.NET by cocoon(m):
its pretty easy inserting and retrieving images in asp.net

For insertion

Using System.IO;

protected System.Web.UI.HtmlControls.HtmlInputFile ScannedDocument; //file dialog for inserting the image

BinaryReader rd;
rd=new BinaryReader(ScannedDocument.PostedFile.InputStream);
byte[] img = rd.ReadBytes(ScannedDocument.PostedFile.ContentLength); // image to insert
string docname=ScannedDocument.PostedFile.FileName.Substring(ScannedDocument.PostedFile.FileName.LastIndexOf(@"\"wink+1); // image name
RomanceRe: Who Do I Choose? by cocoon(m): 6:01pm On Mar 25, 2007
Honey , pls be honest ,who do u actually have in mind? And why?
ComputersRe: Running Two Operating Systems On One PC by cocoon(m): 10:51pm On Mar 24, 2007
Or better still. Partition ur disk into 4 . C,D,E,F
install widows xp on C
Install ubuntu on E and F
E for the root
F for the swap


have a nice day
Tech JobsRe: Looking To Outsource Web Application Development To Nigeria by cocoon(m):
am an asp.net developer .am an asp.net developer
ProgrammingRe: Dreamweaver Mx by cocoon(m):
i can put u thru on webdesigning ,u can call me

1 2 (of 2 pages)