Click here to Skip to main content
16,016,164 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting Minimum Size on a Browser Pin
Brent Wagner McIntosh3-May-07 11:24
Brent Wagner McIntosh3-May-07 11:24 
GeneralRe: Setting Minimum Size on a Browser Pin
Sandeep Akhare3-May-07 20:37
Sandeep Akhare3-May-07 20:37 
QuestionGrid View problems Pin
Bajrang Singh3-May-07 5:40
Bajrang Singh3-May-07 5:40 
AnswerRe: Grid View problems Pin
SABhatti3-May-07 9:48
SABhatti3-May-07 9:48 
GeneralRe: Grid View problems Pin
Bajrang Singh3-May-07 20:42
Bajrang Singh3-May-07 20:42 
AnswerRe: Grid View problems Pin
Chetan Ranpariya3-May-07 21:05
Chetan Ranpariya3-May-07 21:05 
GeneralRe: Grid View problems Pin
SABhatti4-May-07 15:23
SABhatti4-May-07 15:23 
Questioncrystalreport maximum report processing jobs limit problem Pin
Abolfazl Sheikhloo3-May-07 4:47
Abolfazl Sheikhloo3-May-07 4:47 
i have this code:

pdfdocument[] pdf = new pdfdocument[2000];
reportDocument[] rpt = new reportDocument[2000];
for(int i=0;i<2000;i++)
{
rpt[i] = loadReport("anycrystalreport.rpt");
pdf[i] = convertcrystalreporttopdf(rpt[i]);
}
showpreviewpdf(merge(pdf));
this codes make the error:
the maximum report processing jobs limit configured by your system administrator has been reached.

please help me.
if my codes isn't good method for this action please give me any ideas for show multiple reports in one pdf file.
i know that how to marge 2000 pdf file to one pdf file.

We Can Do Anything, If We Want It
QuestionRefersh the datagrid Pin
saravanan053-May-07 4:25
saravanan053-May-07 4:25 
AnswerRe: Refersh the datagrid Pin
enjoycrack3-May-07 4:30
enjoycrack3-May-07 4:30 
QuestionSecurityException Pin
deepaks33-May-07 4:07
deepaks33-May-07 4:07 
AnswerRe: SecurityException Pin
enjoycrack3-May-07 4:31
enjoycrack3-May-07 4:31 
GeneralRe: SecurityException Pin
deepaks33-May-07 6:33
deepaks33-May-07 6:33 
GeneralRe: SecurityException [modified] Pin
Sandeep Kumar3-May-07 19:06
Sandeep Kumar3-May-07 19:06 
QuestionUser Control Pin
Kushi Bobby3-May-07 4:00
Kushi Bobby3-May-07 4:00 
QuestionHyper Link Rendering Problem in mail Pin
N a v a n e e t h3-May-07 3:48
N a v a n e e t h3-May-07 3:48 
AnswerRe: Hyper Link Rendering Problem in mail Pin
enjoycrack3-May-07 3:58
enjoycrack3-May-07 3:58 
AnswerRe: Hyper Link Rendering Problem in mail Pin
Abolfazl Sheikhloo3-May-07 4:34
Abolfazl Sheikhloo3-May-07 4:34 
Questionlogin as entrypoint to my web application Pin
aransiola3-May-07 3:33
aransiola3-May-07 3:33 
AnswerRe: login as entrypoint to my web application Pin
Tarakeshwar Reddy3-May-07 3:43
professionalTarakeshwar Reddy3-May-07 3:43 
AnswerRe: login as entrypoint to my web application Pin
enjoycrack3-May-07 3:47
enjoycrack3-May-07 3:47 
AnswerRe: login as entrypoint to my web application Pin
Sandeep Kumar3-May-07 3:58
Sandeep Kumar3-May-07 3:58 
AnswerRe: login as entrypoint to my web application Pin
Arun.Immanuel3-May-07 4:12
Arun.Immanuel3-May-07 4:12 
GeneralRe: login as entrypoint to my web application Pin
RichardGrimmer3-May-07 5:17
RichardGrimmer3-May-07 5:17 
GeneralRe: login as entrypoint to my web application Pin
eggsovereasy3-May-07 11:00
eggsovereasy3-May-07 11:00 

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.