Click here to Skip to main content
15,915,319 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionService Requisition System Pin
ashortega26-Apr-06 12:02
ashortega26-Apr-06 12:02 
AnswerRe: Service Requisition System Pin
Mike Ellison26-Apr-06 12:27
Mike Ellison26-Apr-06 12:27 
QuestionASP.NET source code for Inventory management system Pin
cena_rock26-Apr-06 10:08
cena_rock26-Apr-06 10:08 
GeneralRe: ASP.NET source code for Inventory management system Pin
Guffa26-Apr-06 10:27
Guffa26-Apr-06 10:27 
QuestionCrystal reports Pin
Jmshastri26-Apr-06 8:09
Jmshastri26-Apr-06 8:09 
AnswerRe: Crystal reports Pin
minhpc_bk26-Apr-06 17:20
minhpc_bk26-Apr-06 17:20 
GeneralRe: Crystal reports Pin
Jmshastri26-Apr-06 22:46
Jmshastri26-Apr-06 22:46 
GeneralRe: Crystal reports Pin
minhpc_bk27-Apr-06 0:27
minhpc_bk27-Apr-06 0:27 
Jmshastri wrote:
ms = CType(report.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat), System.IO.MemoryStream)
Response.ClearHeaders()
Response.Clear()
Response.Buffer = True
Response.ContentType = "application/pdf"
Try



Response.BinaryWrite(ms.ToArray)

Response.End()


I mean once you have the report in the ms object, you can save this stream to file on the server side instead of writing it out to the output stream of the Response object. And what you might need to do next is to emit the client side script to open the new window with a link pointing to the saved file.
GeneralRe: Crystal reports Pin
Dinuj Nath27-Apr-06 0:49
Dinuj Nath27-Apr-06 0:49 
Questionsession and application expires Pin
vijnathan26-Apr-06 7:35
vijnathan26-Apr-06 7:35 
AnswerRe: session and application expires Pin
minhpc_bk26-Apr-06 17:14
minhpc_bk26-Apr-06 17:14 
QuestionDigital Dashboard Pin
boriz_spider26-Apr-06 6:28
boriz_spider26-Apr-06 6:28 
AnswerRe: Digital Dashboard Pin
Richard Parsons26-Apr-06 10:30
Richard Parsons26-Apr-06 10:30 
GeneralRe: Digital Dashboard Pin
boriz_spider27-Apr-06 6:34
boriz_spider27-Apr-06 6:34 
GeneralRe: Digital Dashboard Pin
Alexander Chiang27-Apr-06 11:34
Alexander Chiang27-Apr-06 11:34 
QuestionOpen Popup window without using Javascript Pin
Ashutosh_Agarwal26-Apr-06 5:20
Ashutosh_Agarwal26-Apr-06 5:20 
AnswerRe: Open Popup window without using Javascript Pin
J4amieC26-Apr-06 5:49
J4amieC26-Apr-06 5:49 
AnswerRe: Open Popup window without using Javascript Pin
Guffa26-Apr-06 6:36
Guffa26-Apr-06 6:36 
GeneralRe: Open Popup window without using Javascript Pin
J4amieC26-Apr-06 7:15
J4amieC26-Apr-06 7:15 
QuestionRe: Open Popup window without using Javascript Pin
Ashutosh_Agarwal27-Apr-06 2:53
Ashutosh_Agarwal27-Apr-06 2:53 
Questiontreeview OnTreeNodePopulate Pin
gully001IE26-Apr-06 4:22
gully001IE26-Apr-06 4:22 
AnswerRe: treeview OnTreeNodePopulate Pin
minhpc_bk26-Apr-06 17:04
minhpc_bk26-Apr-06 17:04 
QuestionGeneral Search Problems! Pin
wEb GuRu...26-Apr-06 3:06
wEb GuRu...26-Apr-06 3:06 
AnswerRe: General Search Problems! Pin
Mike Ellison26-Apr-06 3:53
Mike Ellison26-Apr-06 3:53 
QuestionHow can I format string to two digit decimal number Pin
Enska8226-Apr-06 3:05
Enska8226-Apr-06 3:05 

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.