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 is request and response in asp.net?
What is Bundling and Minification in MVC?
What is session object? Describe in detail.
What is the difference between file-based dependency and key-based dependency?
What are the Types of object in asp
What is the exact purpose of http handlers?
How to retrieve user name in case of Window Authentication?
What is cross page posting in asp net?
Is LINQ performance wise better or using sqlcommand?
What is the difference between debug and release?
Does web services support data reader like pom project?
Less than one page, how many windows will you be able to maintain?
How information about the user's locale can be accessed?
What is the difference between a cookie and a pixel?
Explain about solution explorer window?