1
Answer

Referencing public properties and controls in a mastr pages from conrent pages

Photo of ABHISHEK GUPTA

ABHISHEK GUPTA

14y
1.9k
1
 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 .....

Answers (1)