Click here to Skip to main content
15,917,652 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem with rtf file downloading(plz solve this problem) Pin
lakshmichawala20-Nov-07 19:48
lakshmichawala20-Nov-07 19:48 
QuestionError Message 401.3 Pin
Reddy Prakash20-Nov-07 19:44
Reddy Prakash20-Nov-07 19:44 
AnswerRe: Error Message 401.3 Pin
Sun Rays20-Nov-07 21:39
Sun Rays20-Nov-07 21:39 
QuestionImages not retriving from Db Pin
Krishna Varadharajan20-Nov-07 19:41
Krishna Varadharajan20-Nov-07 19:41 
AnswerRe: Images not retriving from Db Pin
Michael Sync20-Nov-07 19:43
Michael Sync20-Nov-07 19:43 
AnswerRe: Images not retriving from Db Pin
John-ph20-Nov-07 19:59
John-ph20-Nov-07 19:59 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan20-Nov-07 21:47
Krishna Varadharajan20-Nov-07 21:47 
GeneralRe: Images not retriving from Db Pin
Sun Rays20-Nov-07 21:53
Sun Rays20-Nov-07 21:53 
Hi,
as you have just store image name in your database and your inmage is in another folder of your application.

So, first you have to get image name from database and then you have to concat the string of folder path of that image with file name, then you will get image.

see this below code.
your page is in forms directory and yr image is in images directory.
So now on page.

String path = Server.MapPath("../Images/" + filenameFromDatabase);

So you will get ......../Images/image1.jpg path. Now open the file.



Thanks,
Sun Rays

Rate this post if you like answer.


My Articles

GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan20-Nov-07 22:25
Krishna Varadharajan20-Nov-07 22:25 
GeneralRe: Images not retriving from Db Pin
N a v a n e e t h20-Nov-07 22:30
N a v a n e e t h20-Nov-07 22:30 
GeneralRe: Images not retriving from Db Pin
John-ph20-Nov-07 22:09
John-ph20-Nov-07 22:09 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan20-Nov-07 22:30
Krishna Varadharajan20-Nov-07 22:30 
GeneralRe: Images not retriving from Db Pin
John-ph20-Nov-07 22:45
John-ph20-Nov-07 22:45 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan20-Nov-07 22:55
Krishna Varadharajan20-Nov-07 22:55 
GeneralRe: Images not retriving from Db Pin
Krishna Varadharajan21-Nov-07 0:41
Krishna Varadharajan21-Nov-07 0:41 
GeneralRe: Images not retriving from Db Pin
N a v a n e e t h20-Nov-07 22:13
N a v a n e e t h20-Nov-07 22:13 
Questionasp.net 2.0 hosting problem Pin
saravanan0520-Nov-07 19:34
saravanan0520-Nov-07 19:34 
AnswerRe: asp.net 2.0 hosting problem Pin
Michael Sync20-Nov-07 19:41
Michael Sync20-Nov-07 19:41 
QuestionAbout Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 19:10
Rajeshwar Code- Developer20-Nov-07 19:10 
AnswerRe: About Dropdownlist.. Pin
N a v a n e e t h20-Nov-07 19:13
N a v a n e e t h20-Nov-07 19:13 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 19:17
Rajeshwar Code- Developer20-Nov-07 19:17 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 19:20
Rajeshwar Code- Developer20-Nov-07 19:20 
AnswerRe: About Dropdownlist.. Pin
Imran Khan Pathan20-Nov-07 19:14
Imran Khan Pathan20-Nov-07 19:14 
AnswerRe: About Dropdownlist.. Pin
Gandalf_TheWhite20-Nov-07 19:33
professionalGandalf_TheWhite20-Nov-07 19:33 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 20:21
Rajeshwar Code- Developer20-Nov-07 20:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.