Click here to Skip to main content
15,924,196 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProgress Bar for uploading in Asp.net Pin
Prajul3-Jan-07 22:59
Prajul3-Jan-07 22:59 
AnswerRe: Progress Bar for uploading in Asp.net Pin
enjoycrack4-Jan-07 0:00
enjoycrack4-Jan-07 0:00 
Questionhow to show Loding... comment while page is loading in asp.net 2003 using vb.net Pin
mcasohan3-Jan-07 22:26
mcasohan3-Jan-07 22:26 
AnswerRe: how to show Loding... comment while page is loading in asp.net 2003 using vb.net Pin
enjoycrack3-Jan-07 23:58
enjoycrack3-Jan-07 23:58 
QuestionTreeView as Site navigation Pin
dabs3-Jan-07 21:46
dabs3-Jan-07 21:46 
Questiondisplay image from database Pin
NadyaS3-Jan-07 21:37
NadyaS3-Jan-07 21:37 
AnswerRe: display image from database Pin
Hesham Amin3-Jan-07 21:50
Hesham Amin3-Jan-07 21:50 
AnswerRe: display image from database Pin
DavidNohejl3-Jan-07 21:58
DavidNohejl3-Jan-07 21:58 
wrote:
I tried using image control but it only has property imageUrl(or something) and my image is sequence of bytes.


Of course, images are NOT part of a page. When you view source of page, do you see actual images' data in it? No. You can save image temporary on server as a file and set ImageUrl to path of that file. Or reconsider your database structure, maybe it will be better to store images in filesystem and in DB keep only paths to images? Or, if you want to display ONLY image, Response.Write the bytes on blank page and in header set right MIME type, e.g image/jpeg (use Response.ContentType).


"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus

GeneralRe: display image from database Pin
eggsovereasy4-Jan-07 3:34
eggsovereasy4-Jan-07 3:34 
GeneralRe: display image from database Pin
DavidNohejl4-Jan-07 3:49
DavidNohejl4-Jan-07 3:49 
AnswerRe: display image from database Pin
enjoycrack3-Jan-07 23:55
enjoycrack3-Jan-07 23:55 
QuestionHow to get data from Database? Pin
irkahc3-Jan-07 20:53
irkahc3-Jan-07 20:53 
AnswerRe: How to get data from Database? Pin
_AK_3-Jan-07 21:02
_AK_3-Jan-07 21:02 
GeneralRe: How to get data from Database? Pin
irkahc3-Jan-07 23:11
irkahc3-Jan-07 23:11 
GeneralRe: How to get data from Database? Pin
_AK_3-Jan-07 23:32
_AK_3-Jan-07 23:32 
QuestionHttpWebRequest and HttpWebResponse with .aspx files Pin
Kanjinghat3-Jan-07 19:01
Kanjinghat3-Jan-07 19:01 
AnswerRe: HttpWebRequest and HttpWebResponse with .aspx files Pin
Mark J. Miller4-Jan-07 3:26
Mark J. Miller4-Jan-07 3:26 
GeneralRe: HttpWebRequest and HttpWebResponse with .aspx files Pin
Kanjinghat4-Jan-07 17:42
Kanjinghat4-Jan-07 17:42 
GeneralRe: HttpWebRequest and HttpWebResponse with .aspx files Pin
Mark J. Miller5-Jan-07 3:06
Mark J. Miller5-Jan-07 3:06 
QuestionRegular Expression Pin
Member 36789843-Jan-07 18:51
Member 36789843-Jan-07 18:51 
AnswerRe: Regular Expression Pin
_AK_3-Jan-07 20:26
_AK_3-Jan-07 20:26 
QuestionUpdate or Insert into DB Pin
varshavmane3-Jan-07 18:43
varshavmane3-Jan-07 18:43 
AnswerRe: Update or Insert into DB Pin
Mark J. Miller4-Jan-07 3:09
Mark J. Miller4-Jan-07 3:09 
Questioncoding for crystal reports in ASP.NET Pin
chathu03j3-Jan-07 18:38
chathu03j3-Jan-07 18:38 
Questionpop up box on selected index change in combobox Pin
Jack Dorsen3-Jan-07 17:49
Jack Dorsen3-Jan-07 17:49 

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.