Similarly, Can i send the values from the content pages to the master pages by the property Master.
If, Yes , please provide code snippet for my reference .....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijay YadavPosted Apr 28, 2011, 5:54 AM
yes, we can send data to the master through content page for ex: If you want to send data to label of master page, you can send like this,
((Label)Master.FindControl("lblName")).Text="ABC";