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 asp net application object?
How Session use Cookies in State Management?
Explain the difference between web user control and web custom control?
What is the mvc model?
How use Xml data in ASP.net?
What is caching? What are different ways of caching in asp.net?
Which method is used to enforce garbage collection in .net?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is the use of worker process in asp.net?
Please brief not about xsd,xslt & xml?
Explain difference betn dataset and recordset?
Is viewstate enabled by default?
What are the Types of object in asp
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Differentiate between file-based dependency and key-based dependency.