Click here to Skip to main content
15,884,472 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Consuming WCF Service in ASP.Net application Pin
Abhinav S7-Aug-12 17:33
Abhinav S7-Aug-12 17:33 
AnswerRe: Consuming WCF Service in ASP.Net application Pin
jkirkerx7-Aug-12 18:26
professionaljkirkerx7-Aug-12 18:26 
GeneralCheckedChanged doesn't fires Pin
Kujtim Hyseni7-Aug-12 4:23
Kujtim Hyseni7-Aug-12 4:23 
GeneralRe: CheckedChanged doesn't fires Pin
bVagadishnu7-Aug-12 7:13
bVagadishnu7-Aug-12 7:13 
QuestionPerpetual Pop Up associated with application, not page Pin
toltec776-Aug-12 20:03
professionaltoltec776-Aug-12 20:03 
AnswerRe: Perpetual Pop Up associated with application, not page Pin
jkirkerx7-Aug-12 9:09
professionaljkirkerx7-Aug-12 9:09 
GeneralRe: Perpetual Pop Up associated with application, not page Pin
toltec777-Aug-12 11:02
professionaltoltec777-Aug-12 11:02 
GeneralRe: Perpetual Pop Up associated with application, not page Pin
jkirkerx7-Aug-12 12:33
professionaljkirkerx7-Aug-12 12:33 
Of course your going to lose the connection to the popup window. That's how it suppose to work by default.

You have to understand, that it's not a windows program, each page in a website is completely independent of each other, and have no relationship, nor to they share data.

In the DOM, the DOM is only valid for the page that created it, when you load a new page, a new DOM is created, breaking all ties to the old DOM.

Like I asked, what is an application?, a control, a page, or and entire website.

I don't know how to extend a DOM across multiple pages, and don't think it's possible. It's sounds like your design exceeds the limitation of a web page.

[EDIT]
this is an explanation of how the DOM works, it's limitations, and various DOM objects that you can access

Also, your post has nothing to do with asp.net, it's a client side javascript issue.


[Document Object Model^]

modified 7-Aug-12 18:51pm.

GeneralRe: Perpetual Pop Up associated with application, not page Pin
toltec777-Aug-12 12:49
professionaltoltec777-Aug-12 12:49 
GeneralRe: Perpetual Pop Up associated with application, not page Pin
jkirkerx7-Aug-12 13:33
professionaljkirkerx7-Aug-12 13:33 
GeneralNew Idea Pin
jkirkerx8-Aug-12 7:56
professionaljkirkerx8-Aug-12 7:56 
QuestionInput string was not in a correct format Pin
Jassim Rahma6-Aug-12 11:17
Jassim Rahma6-Aug-12 11:17 
AnswerRe: Input string was not in a correct format Pin
jkirkerx6-Aug-12 12:57
professionaljkirkerx6-Aug-12 12:57 
AnswerRe: Input string was not in a correct format Pin
Shameel6-Aug-12 23:43
professionalShameel6-Aug-12 23:43 
Questionasp.net popup window Pin
rachel_m6-Aug-12 6:50
rachel_m6-Aug-12 6:50 
AnswerRe: asp.net popup window Pin
jkirkerx6-Aug-12 7:28
professionaljkirkerx6-Aug-12 7:28 
AnswerRe: asp.net popup window Pin
Deflinek8-Aug-12 22:28
Deflinek8-Aug-12 22:28 
AnswerRe: asp.net popup window Pin
Vijay Selvaraj27-Aug-12 0:20
Vijay Selvaraj27-Aug-12 0:20 
QuestionOptimize emails on mobile devices through Exact Target Pin
Agentdufffr5-Aug-12 20:53
Agentdufffr5-Aug-12 20:53 
QuestionEnd User Facebook Login Pin
sankar07Ind5-Aug-12 20:03
sankar07Ind5-Aug-12 20:03 
Questionwhy connection attempt failed? Pin
Jassim Rahma5-Aug-12 12:03
Jassim Rahma5-Aug-12 12:03 
AnswerRe: why connection attempt failed? Pin
Jassim Rahma5-Aug-12 12:08
Jassim Rahma5-Aug-12 12:08 
AnswerRe: why connection attempt failed? Pin
Wes Aday5-Aug-12 15:52
professionalWes Aday5-Aug-12 15:52 
GeneralRe: why connection attempt failed? Pin
Jassim Rahma6-Aug-12 8:33
Jassim Rahma6-Aug-12 8:33 
Questionhow to retrve any file or image from folder in asp .net Pin
bipinprem155-Aug-12 1:02
bipinprem155-Aug-12 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.