Click here to Skip to main content
16,017,986 members
Home / Discussions / C#
   

C#

 
AnswerRe: Conversion Pin
Guffa27-Nov-06 1:44
Guffa27-Nov-06 1:44 
AnswerRe: Conversion Pin
albCode27-Nov-06 1:44
albCode27-Nov-06 1:44 
QuestionProblem with response.binarywrite() Pin
Anish Gangadharan27-Nov-06 0:10
Anish Gangadharan27-Nov-06 0:10 
AnswerRe: Problem with response.binarywrite() Pin
Guffa27-Nov-06 3:48
Guffa27-Nov-06 3:48 
GeneralRe: Problem with response.binarywrite() Pin
Anish Gangadharan27-Nov-06 20:35
Anish Gangadharan27-Nov-06 20:35 
AnswerRe: Problem with response.binarywrite() Pin
Guffa28-Nov-06 3:03
Guffa28-Nov-06 3:03 
GeneralRe: Problem with response.binarywrite() Pin
Anish Gangadharan28-Nov-06 17:16
Anish Gangadharan28-Nov-06 17:16 
AnswerRe: Problem with response.binarywrite() Pin
Guffa28-Nov-06 20:28
Guffa28-Nov-06 20:28 
Ok, so then you are trying to show them in a single response, although you said that you didn't.

A response can only consist of one item. One html document, one image or one file. What you have managed to create is a response that contains one image with a lot of garbage data appended to it. The garbage data is of course the other images that you tried to put in the same request as the first image. The other images are not being overwritten, as you thought, only ignored.

As I explained before, you can't send multiple images in one response. If you have multiple images and want to send them in the same response, you have to put them together into a single image.


---
b { font-weight: normal; }

GeneralRe: Problem with response.binarywrite() Pin
Anish Gangadharan28-Nov-06 22:24
Anish Gangadharan28-Nov-06 22:24 
AnswerRe: Problem with response.binarywrite() Pin
Guffa28-Nov-06 22:33
Guffa28-Nov-06 22:33 
GeneralRe: Problem with response.binarywrite() Pin
Anish Gangadharan28-Nov-06 23:20
Anish Gangadharan28-Nov-06 23:20 
AnswerRe: Problem with response.binarywrite() Pin
Guffa29-Nov-06 1:24
Guffa29-Nov-06 1:24 
QuestionHow do i fire a event from the AsycnCallBack right ? [modified] Pin
MarkPhB27-Nov-06 0:02
MarkPhB27-Nov-06 0:02 
AnswerRe: How do i fire a event from the AsycnCallBack right ? Pin
Stefan Troschuetz27-Nov-06 1:34
Stefan Troschuetz27-Nov-06 1:34 
GeneralRe: How do i fire a event from the AsycnCallBack right ? Pin
MarkPhB27-Nov-06 5:19
MarkPhB27-Nov-06 5:19 
GeneralRe: How do i fire a event from the AsycnCallBack right ? Pin
Stefan Troschuetz27-Nov-06 6:21
Stefan Troschuetz27-Nov-06 6:21 
QuestionDatagridview Pin
Skajus26-Nov-06 23:58
Skajus26-Nov-06 23:58 
QuestionCrystalReport 11.5 with VisualStudio.net 2005 Pin
bahaa_sa526-Nov-06 23:50
bahaa_sa526-Nov-06 23:50 
AnswerRe: CrystalReport 11.5 with VisualStudio.net 2005 Pin
eng_mohamed_hammad27-Nov-06 3:27
eng_mohamed_hammad27-Nov-06 3:27 
QuestionSend Html file to printer Pin
Support12326-Nov-06 23:48
Support12326-Nov-06 23:48 
Questionhow to show Records in a DataGrid ?? Pin
Ahsanzm26-Nov-06 23:20
Ahsanzm26-Nov-06 23:20 
AnswerRe: how to show Records in a DataGrid ?? Pin
Bassam Saoud27-Nov-06 2:24
Bassam Saoud27-Nov-06 2:24 
QuestionDatGridView ... Pin
IamHuM26-Nov-06 23:10
IamHuM26-Nov-06 23:10 
AnswerRe: DatGridView ... Pin
Drew McGhie27-Nov-06 5:16
Drew McGhie27-Nov-06 5:16 
GeneralRe: DatGridView ... Pin
IamHuM27-Nov-06 15:57
IamHuM27-Nov-06 15:57 

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.