Click here to Skip to main content
15,887,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Color parameter in query string ? Pin
Steve Wellens11-Feb-10 7:36
Steve Wellens11-Feb-10 7:36 
AnswerRe: Color parameter in query string ? Pin
Abhishek Sur11-Feb-10 11:46
professionalAbhishek Sur11-Feb-10 11:46 
Questionreportviewer Pin
arkiboys11-Feb-10 3:43
arkiboys11-Feb-10 3:43 
AnswerRe: reportviewer Pin
Pranay Rana11-Feb-10 19:01
professionalPranay Rana11-Feb-10 19:01 
GeneralRe: reportviewer Pin
arkiboys12-Feb-10 10:43
arkiboys12-Feb-10 10:43 
QuestionResponse Problem in asp updated Pin
Hema Bairavan11-Feb-10 3:29
Hema Bairavan11-Feb-10 3:29 
AnswerRe: Response Problem in asp updated Pin
R22k11-Feb-10 3:41
R22k11-Feb-10 3:41 
GeneralRe: Response Problem in asp updated Pin
Hema Bairavan11-Feb-10 3:51
Hema Bairavan11-Feb-10 3:51 
hi,
thanks for your reply.

actually my requirement is to print multiple Crystal report documents at one stretch, as i am unable to concatenate the Crystal report document as well as i tried a lot to convert the Crystal report document to the memory stream an tried
response.binarywrite(memorystream.toarray()),

in the above method i got only the last report document exported to pdf,

so i decided to create an seperatepage.aspx (window)
by which i kept the report document in the session and in the page load of that seperatepage.aspx i exported that reported document to http response,
in the loop

that is,

for (int i =0; i < reportdocument.length;i++)
{
session["reportdoc"] = reportdocument[i];
response.write(" window.open("seperatepage.aspx"))
}

in the page load of the seperatepage.aspx,

((reportdocument)session["reportdoc"]).exporttohttpresponse(pdf format);



hope you can get me now?
GeneralRe: Response Problem in asp updated Pin
T M Gray11-Feb-10 9:45
T M Gray11-Feb-10 9:45 
GeneralRe: Response Problem in asp updated Pin
Hema Bairavan11-Feb-10 17:48
Hema Bairavan11-Feb-10 17:48 
GeneralRe: Response Problem in asp updated Pin
T M Gray12-Feb-10 4:16
T M Gray12-Feb-10 4:16 
QuestionResponse Problem in asp Pin
Hema Bairavan11-Feb-10 3:27
Hema Bairavan11-Feb-10 3:27 
Questionbrowse to reporting servicces report [modified] Pin
arkiboys11-Feb-10 2:59
arkiboys11-Feb-10 2:59 
AnswerRe: browse to reporting servicces report Pin
arkiboys11-Feb-10 3:37
arkiboys11-Feb-10 3:37 
GeneralRe: browse to reporting servicces report Pin
Hema Bairavan11-Feb-10 3:53
Hema Bairavan11-Feb-10 3:53 
GeneralRe: browse to reporting servicces report Pin
arkiboys11-Feb-10 3:57
arkiboys11-Feb-10 3:57 
QuestionHelp in Widget Pin
Rock Star.11-Feb-10 1:42
Rock Star.11-Feb-10 1:42 
AnswerRe: Help in Widget Pin
T M Gray11-Feb-10 10:52
T M Gray11-Feb-10 10:52 
QuestionImage transparent in Asp.Net Pin
koncuk11-Feb-10 0:49
koncuk11-Feb-10 0:49 
AnswerRe: Image transparent in Asp.Net Pin
Anurag Gandhi11-Feb-10 1:30
professionalAnurag Gandhi11-Feb-10 1:30 
GeneralRe: Image transparent in Asp.Net Pin
koncuk11-Feb-10 1:33
koncuk11-Feb-10 1:33 
GeneralRe: Image transparent in Asp.Net Pin
i gr811-Feb-10 1:35
i gr811-Feb-10 1:35 
GeneralRe: Image transparent in Asp.Net Pin
koncuk11-Feb-10 1:38
koncuk11-Feb-10 1:38 
GeneralRe: Image transparent in Asp.Net Pin
Anurag Gandhi11-Feb-10 1:53
professionalAnurag Gandhi11-Feb-10 1:53 
QuestionGrid View DataBindings... Pin
Sasmi_Office10-Feb-10 23:58
Sasmi_Office10-Feb-10 23:58 

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.