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
How to set the pane area to transparent of a scrollPane component.?
How use Xml data in ASP.net?
What is the difference between table and query?
What is the purpose of using MVC programming pattern in ASP.NET?
What are ASHX files?
If you are using components in your application, how can you handle exceptions raised in a component?
To redirect the user to another page which method do we use without performing a round trip to the client?
Can you clarified A Web service can only be written in .NET or not?
What are triggers of an updatepanel?
How to use a Master Database in Asp.net?
What is razor? : asp.net mvc
Diff between web user control and web custom control?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
Explain Authentication mechanism in dotnet
What is the difference between custom controls and user controls?