Click here to Skip to main content
15,867,568 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionC# asp.et web form Pin
Member 821751713-Oct-11 6:14
Member 821751713-Oct-11 6:14 
AnswerRe: C# asp.et web form Pin
Not Active13-Oct-11 7:11
mentorNot Active13-Oct-11 7:11 
AnswerRe: C# asp.et web form Pin
Morgs Morgan13-Oct-11 20:03
Morgs Morgan13-Oct-11 20:03 
QuestionGrid view Pin
reyhane ramezanian12-Oct-11 19:12
reyhane ramezanian12-Oct-11 19:12 
Questionhow to use the IIS of a system Pin
MalarGayu12-Oct-11 14:03
MalarGayu12-Oct-11 14:03 
AnswerRe: how to use the IIS of a system Pin
uspatel12-Oct-11 18:56
professionaluspatel12-Oct-11 18:56 
QuestionASP.Net Report Generation Pin
eddieangel12-Oct-11 7:05
eddieangel12-Oct-11 7:05 
AnswerRe: ASP.Net Report Generation Pin
David Mujica12-Oct-11 7:43
David Mujica12-Oct-11 7:43 
If you have control over the webserver, then maybe you can do this ...

1) create a windows service that uses FileSystemWatcher to watch an incoming directory. (maybe xml docs)
2) When your web user wants to run a report, your code behind writes a "job file" (xml?) to the watched directory. The file will contain all of the parameters necessary to run the job and the email address of the person to notify when it is complete.

3) Your windows service picks up the job, maybe writes progress data to a db table and runs the report. when the report is complete it sends the email to the requesting user.

You can make this windows service multi-threaded to run multiple reports at a time if necessary.

That's my basic idea. Cool | :cool:

Good luck.

david
GeneralRe: ASP.Net Report Generation Pin
eddieangel12-Oct-11 7:46
eddieangel12-Oct-11 7:46 
QuestionIssue with 401 unauthorized. Double Hop Pin
sheldons12-Oct-11 6:27
sheldons12-Oct-11 6:27 
Questionalignment of controls Pin
jassiedog12-Oct-11 5:43
jassiedog12-Oct-11 5:43 
AnswerRe: alignment of controls Pin
Not Active12-Oct-11 7:00
mentorNot Active12-Oct-11 7:00 
AnswerRe: alignment of controls Pin
Dennis E White13-Oct-11 7:58
professionalDennis E White13-Oct-11 7:58 
AnswerRe: alignment of controls Pin
Morgs Morgan13-Oct-11 19:48
Morgs Morgan13-Oct-11 19:48 
QuestionThe state information is invalid for this page and might be corrupted Pin
uspatel11-Oct-11 22:59
professionaluspatel11-Oct-11 22:59 
QuestionDisable checkbox in gridview Pin
Member 322226411-Oct-11 14:54
Member 322226411-Oct-11 14:54 
AnswerRe: Disable checkbox in gridview Pin
_Tushar Patil11-Oct-11 20:04
_Tushar Patil11-Oct-11 20:04 
AnswerRe: Disable checkbox in gridview Pin
Ali Al Omairi(Abu AlHassan)11-Oct-11 20:09
professionalAli Al Omairi(Abu AlHassan)11-Oct-11 20:09 
Questionaccess to ajax controls on toolbox Pin
Member 821751711-Oct-11 12:17
Member 821751711-Oct-11 12:17 
Questionadd master page to new web form Pin
Member 821751711-Oct-11 4:49
Member 821751711-Oct-11 4:49 
QuestionSiteMapPath does NOT display while the url end with a slash Pin
zhgfsh11-Oct-11 3:36
zhgfsh11-Oct-11 3:36 
Questionhow to create a download feature in asp,net? Pin
John Lao10-Oct-11 17:32
John Lao10-Oct-11 17:32 
AnswerRe: how to create a download feature in asp,net? Pin
Morgs Morgan10-Oct-11 20:58
Morgs Morgan10-Oct-11 20:58 
AnswerRe: how to create a download feature in asp,net? Pin
Not Active11-Oct-11 1:37
mentorNot Active11-Oct-11 1:37 
Questionhow to set the start up page once for all Pin
MalarGayu10-Oct-11 14:59
MalarGayu10-Oct-11 14:59 

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.