Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: n-tier apps Pin
ekynox24-Aug-07 1:38
ekynox24-Aug-07 1:38 
Generalexit after if statement (new one) Pin
PaulaM18-Jul-05 3:18
PaulaM18-Jul-05 3:18 
GeneralRe: exit after if statement (new one) Pin
leppie18-Jul-05 3:26
leppie18-Jul-05 3:26 
GeneralRe: exit after if statement (new one) Pin
dwatkins@dirq.net18-Jul-05 3:46
dwatkins@dirq.net18-Jul-05 3:46 
GeneralRe: exit after if statement (new one) Pin
J4amieC18-Jul-05 5:19
J4amieC18-Jul-05 5:19 
GeneralPassing a binary file(stream) to the presentation layer Pin
roy_huntley18-Jul-05 3:08
roy_huntley18-Jul-05 3:08 
GeneralRe: Passing a binary file(stream) to the presentation layer Pin
Not Active18-Jul-05 3:36
mentorNot Active18-Jul-05 3:36 
GeneralRe: Passing a binary file(stream) to the presentation layer Pin
roy_huntley18-Jul-05 3:55
roy_huntley18-Jul-05 3:55 
Sorry, yes, an ASP.Net web page. Im am OK with sending the stream to the response object once ive got it...my problem is actually getting the stream object from the middletier in the first place.

PresLayer - Requests doc id 1
AppLayer - Receives Request
- Obtains the path of the file from the db
- can open the file (filestream?)
- RETURNS THE FILE/STREAM
PresLayer - Spits stream out to response object.

My question is how i can pass the binary data back from the applayer to the preslayer. Eg, surely if i pass the filestream back (as an out parameter for example), the minute i call .Read on the front end, ill get an exception because the file actually exists on another machine ?!

GeneralRe: Passing a binary file(stream) to the presentation layer Pin
Not Active18-Jul-05 4:36
mentorNot Active18-Jul-05 4:36 
GeneralRe: Passing a binary file(stream) to the presentation layer Pin
Member 46143018-Jul-05 9:05
Member 46143018-Jul-05 9:05 
GeneralAttribute Tree Pin
Member 149813818-Jul-05 2:52
Member 149813818-Jul-05 2:52 
GeneralRe: Attribute Tree Pin
leppie18-Jul-05 3:32
leppie18-Jul-05 3:32 
Questionwhere is the aximp.exe ??? Pin
MeshMesh18-Jul-05 2:29
MeshMesh18-Jul-05 2:29 
AnswerRe: where is the aximp.exe ??? Pin
Vasudevan Deepak Kumar18-Jul-05 2:36
Vasudevan Deepak Kumar18-Jul-05 2:36 
AnswerRe: where is the aximp.exe ??? Pin
leppie18-Jul-05 4:12
leppie18-Jul-05 4:12 
Generalexecute xml query Pin
18-Jul-05 1:21
suss18-Jul-05 1:21 
GeneralRe: execute xml query Pin
totig18-Jul-05 2:22
totig18-Jul-05 2:22 
GeneralAnchoring Issues with Windows XP Pin
kameshnittala18-Jul-05 0:27
kameshnittala18-Jul-05 0:27 
GeneralRe: Anchoring Issues with Windows XP Pin
Anonymous18-Jul-05 1:59
Anonymous18-Jul-05 1:59 
GeneralRe: Anchoring Issues with Windows XP Pin
kameshnittala18-Jul-05 2:03
kameshnittala18-Jul-05 2:03 
GeneralRe: Anchoring Issues with Windows XP Pin
mhmoud rawas18-Jul-05 2:08
mhmoud rawas18-Jul-05 2:08 
GeneralRe: Anchoring Issues with Windows XP Pin
kameshnittala19-Jul-05 1:51
kameshnittala19-Jul-05 1:51 
Generalselect item in ListView from code Pin
MihaiChioariu18-Jul-05 0:20
MihaiChioariu18-Jul-05 0:20 
GeneralRe: select item in ListView from code Pin
Gavin Jeffrey18-Jul-05 0:30
Gavin Jeffrey18-Jul-05 0:30 
QuestionInserting data into Excel with sql? Pin
kbalias18-Jul-05 0:13
kbalias18-Jul-05 0:13 

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.