TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shivaraj Poojary
NA
92
314.4k
storing and retrieving image from database
Nov 21 2010 11:55 PM
Dear sir, i have the following code for storing images into database..i wanted to know how to retrieve the image from database...plz help me out regards thjis.
byte[] data = null;
FileInfo fi = new FileInfo(txtFile.Text);
long numBytes = fi.Length;
FileStream fstream = new FileStream(txtFile.Text, FileMode.Open, FileAccess.Read);
BinaryReader br = new BinaryReader(fstream);
data = br.ReadBytes((int)numBytes);
Reply
Answers (
1
)
How many users are online to a particular website?
images are load very slow how can i make it fast