Click here to Skip to main content
15,905,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Cint method return value Pin
Guffa15-Jun-06 5:10
Guffa15-Jun-06 5:10 
GeneralRe: Cint method return value Pin
absprogrammer15-Jun-06 5:16
absprogrammer15-Jun-06 5:16 
QuestionHow to access TextBox value of the Parent Page from the child page in server side Pin
Dhanasekaran_SRA15-Jun-06 1:10
Dhanasekaran_SRA15-Jun-06 1:10 
AnswerRe: How to access TextBox value of the Parent Page from the child page in server side Pin
varshavmane15-Jun-06 1:29
varshavmane15-Jun-06 1:29 
GeneralRe: How to access TextBox value of the Parent Page from the child page in server side Pin
Dhanasekaran_SRA15-Jun-06 1:39
Dhanasekaran_SRA15-Jun-06 1:39 
GeneralRe: How to access TextBox value of the Parent Page from the child page in server side Pin
varshavmane15-Jun-06 1:45
varshavmane15-Jun-06 1:45 
AnswerRe: How to access TextBox value of the Parent Page from the child page in server side Pin
absprogrammer15-Jun-06 1:57
absprogrammer15-Jun-06 1:57 
AnswerRe: How to access TextBox value of the Parent Page from the child page in server side Pin
Talal Sultan15-Jun-06 3:58
Talal Sultan15-Jun-06 3:58 
What do you mean by child page? is that a class derived from the original page?
If you're talking about 2 different ASPX pages, I think there is no way to retrieve values of a page from another page. I believe that as soon as you switch from one page to another, the previous page is discarded with everything in it, so I suppose there is no way to get back values from controls in it. You might be able to do so however if you're running a web user control and you want to retrieve the values of the parent page (containing the control). One thing for sure is that you can access programmatically any user control from the parent page and change the values of the controls in it, now whether you can go the other way around is something worth investigating.

Sorry, some theories, no solutions Smile | :)

Talal

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook
GeneralRe: How to access TextBox value of the Parent Page from the child page in server side Pin
absprogrammer15-Jun-06 5:13
absprogrammer15-Jun-06 5:13 
QuestionHow to Get Page Title Using WebBrowserControl Pin
VenkataRamana.Gali15-Jun-06 0:56
VenkataRamana.Gali15-Jun-06 0:56 
AnswerRe: How to Get Page Title Using WebBrowserControl Pin
Almerica15-Jun-06 1:21
Almerica15-Jun-06 1:21 
Questioncustomerror Pin
fmardani15-Jun-06 0:47
fmardani15-Jun-06 0:47 
AnswerRe: customerror [modified] Pin
Suamal15-Jun-06 1:04
Suamal15-Jun-06 1:04 
Questionsave JavaScript from Client Pin
Rizwan Bashir15-Jun-06 0:20
Rizwan Bashir15-Jun-06 0:20 
AnswerRe: save JavaScript from Client Pin
minhpc_bk15-Jun-06 16:22
minhpc_bk15-Jun-06 16:22 
QuestionSaving ViewState DataTable to Database Pin
varshavmane15-Jun-06 0:06
varshavmane15-Jun-06 0:06 
AnswerRe: Saving ViewState DataTable to Database Pin
minhpc_bk15-Jun-06 16:25
minhpc_bk15-Jun-06 16:25 
QuestionASP.Net Forum Pin
deepaks314-Jun-06 23:54
deepaks314-Jun-06 23:54 
AnswerRe: ASP.Net Forum Pin
minhpc_bk15-Jun-06 16:26
minhpc_bk15-Jun-06 16:26 
QuestionAsp.net problem with Flash Pin
rapidtech14-Jun-06 23:43
rapidtech14-Jun-06 23:43 
QuestionShort cut keys Pin
Uma Kameswari14-Jun-06 23:29
Uma Kameswari14-Jun-06 23:29 
AnswerRe: Short cut keys Pin
minhpc_bk15-Jun-06 16:36
minhpc_bk15-Jun-06 16:36 
QuestionGenerate Popup window Pin
skysunil14-Jun-06 23:01
skysunil14-Jun-06 23:01 
AnswerRe: Generate Popup window Pin
_AK_14-Jun-06 23:04
_AK_14-Jun-06 23:04 
AnswerRe: Generate Popup window [modified] Pin
murtaza dhari15-Jun-06 0:53
murtaza dhari15-Jun-06 0:53 

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.