Click here to Skip to main content
15,907,149 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: redirecting the pages between rootproject and subproject [modified] Pin
RepliCrux1-Jul-07 20:29
RepliCrux1-Jul-07 20:29 
Questionget focus Pin
hkchauhan1-Jul-07 19:38
hkchauhan1-Jul-07 19:38 
AnswerRe: get focus Pin
RepliCrux1-Jul-07 20:21
RepliCrux1-Jul-07 20:21 
QuestionHow to write document in 2 pages Pin
Atdhe1-Jul-07 14:18
Atdhe1-Jul-07 14:18 
QuestionMange web service calls?! Pin
alhawi1-Jul-07 1:56
alhawi1-Jul-07 1:56 
AnswerRe: Mange web service calls?! Pin
Steve Echols1-Jul-07 17:37
Steve Echols1-Jul-07 17:37 
QuestionHow to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net1130-Jun-07 0:50
rahul.net1130-Jun-07 0:50 
AnswerRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Christian Graus30-Jun-07 1:16
protectorChristian Graus30-Jun-07 1:16 
rahul.net11 wrote:
How can we store some information in to Javascript(Using AJAX).


Well, you use Javascript. That's what AJAX is, you use Javascript to make the call, and Javascript to intercept the call and examine what is sent back.

rahul.net11 wrote:
user navigate to other page
and again he come to original page


OK, so you don't know what AJAX is then ? AJAX is all about making calls to the server, without refreshing a page. You cannot use AJAX to do anything in your situation.

rahul.net11 wrote:
How can i implemented this functionality using AJAX.


I recommend buying a book on AJAX, and not asking how to use things that you don't remotely understand yet. You have a specific problem, you don't know what AJAX does, why assume AJAX is the only possible way to solve it ?

rahul.net11 wrote:
I am using asp.net 1.1.


Then you should probably ask in the ASP.NET forum, but the only way to do this in 1.1 is to put something on the query string as you go between pages, either the data itself, or if it's stored in the database, an Id you can use to get the data out of your data store, or to store it in the session. ASP.NET 2.0 offers cross page postback as well, but I wouldn't use that anyhow, it's a colossal hack.




Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net1130-Jun-07 1:26
rahul.net1130-Jun-07 1:26 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Christian Graus30-Jun-07 1:31
protectorChristian Graus30-Jun-07 1:31 
AnswerRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Shog930-Jun-07 7:51
sitebuilderShog930-Jun-07 7:51 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net112-Jul-07 0:59
rahul.net112-Jul-07 0:59 
AnswerRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler1-Jul-07 22:41
Urs Enzler1-Jul-07 22:41 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net112-Jul-07 1:01
rahul.net112-Jul-07 1:01 
AnswerRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 1:05
Urs Enzler2-Jul-07 1:05 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net112-Jul-07 1:42
rahul.net112-Jul-07 1:42 
AnswerRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 1:46
Urs Enzler2-Jul-07 1:46 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. [modified] Pin
rahul.net112-Jul-07 2:04
rahul.net112-Jul-07 2:04 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 2:08
Urs Enzler2-Jul-07 2:08 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
rahul.net112-Jul-07 2:16
rahul.net112-Jul-07 2:16 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 3:01
Urs Enzler2-Jul-07 3:01 
GeneralRe: How to maintain textbox text using javascript when user navigate to other page and come back. Pin
Urs Enzler2-Jul-07 6:36
Urs Enzler2-Jul-07 6:36 
QuestionObject destructors and web timeout in ASP.NET/VB.NET Pin
walkeraj29-Jun-07 10:26
walkeraj29-Jun-07 10:26 
AnswerRe: Object destructors and web timeout in ASP.NET/VB.NET Pin
Urs Enzler29-Jun-07 11:09
Urs Enzler29-Jun-07 11:09 
QuestionConfiguring Windows Authentication in IIS 7.0 Pin
Aisha Ikram29-Jun-07 4:55
Aisha Ikram29-Jun-07 4:55 

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.