Click here to Skip to main content
15,904,986 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Embedded forms Pin
Christian Graus15-Oct-07 10:24
protectorChristian Graus15-Oct-07 10:24 
Questionhelp with sending emails Pin
kaaj2115-Oct-07 7:39
kaaj2115-Oct-07 7:39 
AnswerRe: help with sending emails Pin
Ennis Ray Lynch, Jr.15-Oct-07 9:21
Ennis Ray Lynch, Jr.15-Oct-07 9:21 
AnswerRe: help with sending emails Pin
brhnz15-Oct-07 9:51
brhnz15-Oct-07 9:51 
AnswerRe: help with sending emails Pin
cst_cfit16-Oct-07 19:11
cst_cfit16-Oct-07 19:11 
QuestionMultithreading Asp .Net apps Pin
Vodstok15-Oct-07 6:03
Vodstok15-Oct-07 6:03 
AnswerRe: Multithreading Asp .Net apps Pin
Ennis Ray Lynch, Jr.15-Oct-07 6:51
Ennis Ray Lynch, Jr.15-Oct-07 6:51 
GeneralRe: Multithreading Asp .Net apps Pin
Vodstok15-Oct-07 7:02
Vodstok15-Oct-07 7:02 
all of my tests have blown up in spectacular fashion, so I am awar eof the dangers Smile | :)


the page i am writing is running, then getting the html from a particular page perhaps hundreds of times. the idea so far has been to allow me to re-use an exisiting page in our app rather than rewriting the code from it in a new page that would then repeat it.



It works like this:

we have a page that uses a querystring to request information from the db. it has a specific formatting to it. The project i have been assigned is to runa query with specific parameters, and then build a page that is a composite of all the pages that "would" be generated by the query results if they were run individually, have them marginally reformatted to break for each printer page, and then launch the print window via javascript.


this is pretty monumental to begin with, but the way i have built it so far runs the query, then loads the "other" page and scrapes the body of it and adds it to a datatable. This works great, except when i run the full query, it takes 20 minutes to load the page. Obviously, this is unworkable. I would like to launch each item in a thread and as they finish rendering, add them to the datattable, then return the whole thing.


does that sounds like a good candidate?

______________________
Mr Griffin, eleventy billion is not a number...WTF | :WTF:

GeneralRe: Multithreading Asp .Net apps Pin
Ennis Ray Lynch, Jr.15-Oct-07 7:57
Ennis Ray Lynch, Jr.15-Oct-07 7:57 
GeneralRe: Multithreading Asp .Net apps Pin
Vodstok15-Oct-07 8:09
Vodstok15-Oct-07 8:09 
GeneralRe: Multithreading Asp .Net apps Pin
Ennis Ray Lynch, Jr.15-Oct-07 8:15
Ennis Ray Lynch, Jr.15-Oct-07 8:15 
GeneralRe: Multithreading Asp .Net apps Pin
Vodstok15-Oct-07 8:19
Vodstok15-Oct-07 8:19 
QuestionDynamically created controls Pin
orsela15-Oct-07 5:10
orsela15-Oct-07 5:10 
AnswerRe: Dynamically created controls Pin
Hesham Amin15-Oct-07 5:21
Hesham Amin15-Oct-07 5:21 
GeneralRe: Dynamically created controls Pin
orsela15-Oct-07 21:36
orsela15-Oct-07 21:36 
AnswerRe: Dynamically created controls Pin
Laxmikant Lad15-Oct-07 18:03
Laxmikant Lad15-Oct-07 18:03 
GeneralRe: Dynamically created controls Pin
orsela15-Oct-07 21:42
orsela15-Oct-07 21:42 
GeneralRe: Dynamically created controls Pin
Laxmikant Lad15-Oct-07 22:47
Laxmikant Lad15-Oct-07 22:47 
GeneralRe: Dynamically created controls Pin
orsela16-Oct-07 3:43
orsela16-Oct-07 3:43 
Questionunbound grid control in ASP.net Pin
uddhab15-Oct-07 5:04
uddhab15-Oct-07 5:04 
Question"This is an invalid webresource request." Pin
szukuro15-Oct-07 4:55
szukuro15-Oct-07 4:55 
QuestionAJAX: using UpdatePanel with DataList Pin
Talal Sultan15-Oct-07 3:53
Talal Sultan15-Oct-07 3:53 
QuestionWarning during compile - Unable to update auto refesh reference Pin
Md Arif15-Oct-07 2:40
Md Arif15-Oct-07 2:40 
AnswerRe: Warning during compile - Unable to update auto refesh reference Pin
Sandeep Akhare15-Oct-07 3:39
Sandeep Akhare15-Oct-07 3:39 
GeneralRe: Warning during compile - Unable to update auto refesh reference Pin
Md Arif15-Oct-07 4:13
Md Arif15-Oct-07 4:13 

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.