Hi All,
From my content page, I would like to get the text from a textbox that is on the MasterPage.
On my content page, I have added the <%@ MasterType VirtualPath="MasterPage.master" %>
However when I use the FindControl method and attempt to populate a textbox on the content page with the data from the masterpage textbox, nothing is passed.
Any ideas ?
Thanks
Dan