Click here to Skip to main content
15,911,039 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question2010 checkbox list control Pin
sc steinhayse15-Oct-11 10:46
sc steinhayse15-Oct-11 10:46 
Question2010 data context object Pin
sc steinhayse15-Oct-11 10:44
sc steinhayse15-Oct-11 10:44 
QuestionHaving problem downloading XML file from MVC Action method Pin
CTaylor8914-Oct-11 11:01
CTaylor8914-Oct-11 11:01 
AnswerRe: Having problem downloading XML file from MVC Action method Pin
CTaylor8914-Oct-11 11:20
CTaylor8914-Oct-11 11:20 
Question2010 aspx wiring together issue Pin
Member 821751714-Oct-11 6:57
Member 821751714-Oct-11 6:57 
AnswerRe: 2010 aspx wiring together issue Pin
Member 322226414-Oct-11 15:00
Member 322226414-Oct-11 15:00 
QuestionNeed to call 3 tables in business layer by using List Collection. Pin
Member 322226414-Oct-11 4:48
Member 322226414-Oct-11 4:48 
Questionasp.net 2010 format in aspx file Pin
sc steinhayse13-Oct-11 17:08
sc steinhayse13-Oct-11 17:08 
AnswerRe: asp.net 2010 format in aspx file Pin
Not Active14-Oct-11 2:04
mentorNot Active14-Oct-11 2:04 
GeneralRe: asp.net 2010 format in aspx file Pin
sc steinhayse14-Oct-11 4:24
sc steinhayse14-Oct-11 4:24 
Questionmvc 3 views Pin
CodingYoshi13-Oct-11 11:38
CodingYoshi13-Oct-11 11:38 
AnswerRe: mvc 3 views Pin
Sunasara Imdadhusen15-Oct-11 3:52
professionalSunasara Imdadhusen15-Oct-11 3:52 
Questionlistview control Pin
classy_dog13-Oct-11 10:46
classy_dog13-Oct-11 10:46 
Questionformatting in source view Pin
Member 821751713-Oct-11 10:20
Member 821751713-Oct-11 10:20 
AnswerRe: formatting in source view Pin
Morgs Morgan13-Oct-11 20:07
Morgs Morgan13-Oct-11 20:07 
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 

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.