Answer: Yes. There is another way of accessing the master page control other than findcontrol() method. See below code:
MyMasterPage objMasterPage = this.Master;
objMasterPage.MasterPageTextBox1.Text = "Text set from Content Page.";
Asked In: Many Interviews |
Alert Moderator