How to set/get parent page values in child page in asp.net
Answer Posted / renganathan (divas)
If Not Page.PreviousPage Is Nothing Then
Dim SourceTextBox As TextBox
SourceTextBox = CType(PreviousPage.FindControl
("TextBox1"), _
TextBox)
If Not SourceTextBox Is Nothing Then
Label1.Text = SourceTextBox.Text
End If
End If
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What are directives in asp.net? List down all the important directives.
calling result set one procedure to anothar procedure in sql2000
What is voluum?
What is the difference between rest and restful?
Why SessionID changes in every request in asp.net?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Explain the overview of asp.net?
When should I use server transfer and response redirect?
What is diff. Between abstract class and an interface?
Explain Areas in MVC?
What is asp.net web pages?
Is a dll file an executable?
Can we add code files of different languages in app_code folder?
How does the service stream content?
Where code pages are used?