Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How to set the pane area to transparent of a scrollPane component.?

1056


How use Xml data in ASP.net?

1030


What is the difference between table and query?

1019


What is the purpose of using MVC programming pattern in ASP.NET?

1075


What are ASHX files?

1151


If you are using components in your application, how can you handle exceptions raised in a component?

2743


To redirect the user to another page which method do we use without performing a round trip to the client?

982


Can you clarified A Web service can only be written in .NET or not?

1081


What are triggers of an updatepanel?

1026


How to use a Master Database in Asp.net?

1115


What is razor? : asp.net mvc

1090


Diff between web user control and web custom control?

1023


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

2111


Explain Authentication mechanism in dotnet

1097


What is the difference between custom controls and user controls?

986