Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
Not Active4-Aug-06 5:14
mentorNot Active4-Aug-06 5:14 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
bluewavestrider4-Aug-06 5:17
bluewavestrider4-Aug-06 5:17 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
tanya foster4-Aug-06 9:45
tanya foster4-Aug-06 9:45 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
Guffa4-Aug-06 11:54
Guffa4-Aug-06 11:54 
AnswerRe: hi guys , please can you tell me how can i declare a global variables ? Pin
prabhu dot net4-Aug-06 19:32
prabhu dot net4-Aug-06 19:32 
GeneralRe: hi guys , please can you tell me how can i declare a global variables ? Pin
Amit Agarrwal4-Aug-06 20:30
Amit Agarrwal4-Aug-06 20:30 
QuestionNeed Help To Achieve Asynchronous Pages Using iFrames Pin
TheFan244-Aug-06 3:48
TheFan244-Aug-06 3:48 
AnswerRe: Need Help To Achieve Asynchronous Pages Using iFrames [modified] Pin
Tim Kohler4-Aug-06 10:30
Tim Kohler4-Aug-06 10:30 
so you want the main page to be rendered and sent to the browser before the pages in the frames are loaded?

I'm not sure that would work with the iframes and even if it did you might need to refresh them periodically to simulate an ongoing test cycle.

Another neat way to do this might be:

1. Just create the one 'main page'.
2. Add a javascript function to the header to set an interval.
3. When the interval function calls back, call a set of javascript functions that use XmlHttpRequest to request your secondary pages (the ones in your frames right now, that execute your database tests). Set the call back in the http request call. Set a page level variable to say that a page request for page xxxx is pending (so you don't start calling it more than once if the interval were to elapse), and check this value before making the http request.
4. When your xml http request callback is called, just do a document.write or something to say your test worked. Or keep the iframes in the mainpage (but don't set their source) and when the http request callback is fired, set their innerHtml to what you get back from the request.







-- modified at 16:31 Friday 4th August, 2006
QuestionGridview Control Pin
Kamal.Afridi4-Aug-06 3:05
Kamal.Afridi4-Aug-06 3:05 
AnswerRe: Gridview Control Pin
VenkataRamana.Gali4-Aug-06 3:43
VenkataRamana.Gali4-Aug-06 3:43 
GeneralRe: Gridview Control Pin
Kamal.Afridi5-Aug-06 23:57
Kamal.Afridi5-Aug-06 23:57 
Questionrequired field validator [modified] Pin
omi984-Aug-06 3:00
omi984-Aug-06 3:00 
AnswerRe: required field validator Pin
Mohammed Amine4-Aug-06 6:14
Mohammed Amine4-Aug-06 6:14 
QuestionHow we can use INPUTBOX in ASP.NET 2.0? Pin
Haridas.R4-Aug-06 1:49
Haridas.R4-Aug-06 1:49 
AnswerRe: How we can use INPUTBOX in ASP.NET 2.0? Pin
Mike Ellison4-Aug-06 2:49
Mike Ellison4-Aug-06 2:49 
GeneralRe: How we can use INPUTBOX in ASP.NET 2.0? Pin
tanya foster4-Aug-06 3:13
tanya foster4-Aug-06 3:13 
GeneralRe: How we can use INPUTBOX in ASP.NET 2.0? Pin
Mike Ellison4-Aug-06 3:33
Mike Ellison4-Aug-06 3:33 
AnswerRe: How we can use INPUTBOX in ASP.NET 2.0? Pin
l0kke4-Aug-06 2:57
l0kke4-Aug-06 2:57 
QuestionError Pin
Kunal P4-Aug-06 1:47
Kunal P4-Aug-06 1:47 
AnswerRe: Error Pin
ToddHileHoffer4-Aug-06 2:10
ToddHileHoffer4-Aug-06 2:10 
Generalthanks Pin
Kunal P4-Aug-06 19:42
Kunal P4-Aug-06 19:42 
Questionhi Pin
jeevanchowlur4-Aug-06 1:44
jeevanchowlur4-Aug-06 1:44 
AnswerRe: hi Pin
Not Active4-Aug-06 2:05
mentorNot Active4-Aug-06 2:05 
QuestionProblem with Mozilla browser Pin
VenkataRamana.Gali4-Aug-06 1:41
VenkataRamana.Gali4-Aug-06 1:41 
QuestionProblem with office automation Pin
IamADotNetGuy4-Aug-06 1:02
IamADotNetGuy4-Aug-06 1:02 

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.