Click here to Skip to main content
15,887,746 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: passing value from close event of window Pin
Michael Sync19-Nov-07 4:52
Michael Sync19-Nov-07 4:52 
GeneralRe: passing value from close event of window Pin
tonymathewt19-Nov-07 19:51
professionaltonymathewt19-Nov-07 19:51 
QuestionPlease help: Flash MX Mail Form with Combo Box issue Pin
Flash4You17-Nov-07 15:21
Flash4You17-Nov-07 15:21 
QuestionPoint me in the right direction - Browser Plugins Pin
Mundo Cani16-Nov-07 7:07
Mundo Cani16-Nov-07 7:07 
AnswerRe: Point me in the right direction - Browser Plugins Pin
Michael Sync17-Nov-07 5:54
Michael Sync17-Nov-07 5:54 
GeneralRe: Point me in the right direction - Browser Plugins Pin
Mundo Cani19-Nov-07 7:49
Mundo Cani19-Nov-07 7:49 
QuestionBack button will refresh page, it shouldn't be Pin
hifiger200416-Nov-07 3:36
hifiger200416-Nov-07 3:36 
AnswerRe: Back button will refresh page, it shouldn't be Pin
Shog917-Nov-07 9:24
sitebuilderShog917-Nov-07 9:24 
hifiger2004 wrote:
Is there a way to preserve the content of the first page, so that when we click on the 'Back' or 'Previous' button the result should be remained there.

No.
The browser is free to cache the page itself in some form, but if that content has been modified via script the cached copy may not reflect this - if you want to preserve that state, you'll have to use some method that allows your script to run again and re-apply the changes, or to inform the browser that it should cache a different page (via redirects, iframe navigation, etc).

Of course, the browser may not cache the page at all, in which case your server app must be able to return the expected page in response to whatever request is sent - again, if you're doing partial page updates via XmlHttp or equiv, this may not happen unless you go out of your way to retain the apparent client state server-side (or use cookies, etc. to maintain it client-side in a server-accessible way).

BTW: i suspect you're using ASP.NET-specific stuff here, you might want to try that forum first. Wink | ;)


----
...the wind blows over it and it is gone, and its place remembers it no more...

AnswerRe: Back button will refresh page, it shouldn't be Pin
hifiger200420-Nov-07 2:11
hifiger200420-Nov-07 2:11 
GeneralRe: Back button will refresh page, it shouldn't be Pin
sandhya1419-Dec-07 0:47
sandhya1419-Dec-07 0:47 
QuestionSearch Engines for Dynamically Created Data Pin
Brendan Vogt16-Nov-07 2:25
Brendan Vogt16-Nov-07 2:25 
AnswerRe: Search Engines for Dynamically Created Data Pin
Michael Sync17-Nov-07 5:32
Michael Sync17-Nov-07 5:32 
QuestionRe: Search Engines for Dynamically Created Data Pin
Brendan Vogt17-Nov-07 6:15
Brendan Vogt17-Nov-07 6:15 
AnswerRe: Search Engines for Dynamically Created Data [modified] Pin
Michael Sync17-Nov-07 18:32
Michael Sync17-Nov-07 18:32 
QuestionRe: Search Engines for Dynamically Created Data Pin
Brendan Vogt17-Nov-07 6:19
Brendan Vogt17-Nov-07 6:19 
AnswerRe: Search Engines for Dynamically Created Data Pin
Michael Sync17-Nov-07 18:36
Michael Sync17-Nov-07 18:36 
QuestionAny ideas on making a order transaction Pin
tgreeny16-Nov-07 2:18
tgreeny16-Nov-07 2:18 
AnswerRe: Any ideas on making a order transaction Pin
Michael Sync17-Nov-07 5:24
Michael Sync17-Nov-07 5:24 
AnswerRe: Any ideas on making a order transaction Pin
shakirhussain18-Nov-07 20:49
shakirhussain18-Nov-07 20:49 
Questionupdate the news in my webpage Pin
srinivas43115-Nov-07 15:43
srinivas43115-Nov-07 15:43 
AnswerRe: update the news in my webpage Pin
Vasudevan Deepak Kumar16-Nov-07 1:35
Vasudevan Deepak Kumar16-Nov-07 1:35 
GeneralRe: update the news in my webpage Pin
Christian Graus17-Nov-07 10:11
protectorChristian Graus17-Nov-07 10:11 
GeneralRe: update the news in my webpage Pin
Vasudevan Deepak Kumar19-Nov-07 3:44
Vasudevan Deepak Kumar19-Nov-07 3:44 
AnswerRe: update the news in my webpage Pin
Christian Graus17-Nov-07 10:10
protectorChristian Graus17-Nov-07 10:10 
QuestionSession variable need to access from aspx page Pin
JJB200715-Nov-07 9:35
JJB200715-Nov-07 9:35 

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.