Referencing public properties and controls in a mastr pages from conrent pages
we can refer a public property of a master page defined in its code behind file and controls on the master page from the content page . i.e we can get the value from the master page to the content page.
Similarly, Can i send the values from the content pages to the master pages by the property Master.<property> and Master.FindControl() method.
If, Yes , please provide code snippet for my reference .....