D
David C
I have a MasterPage that contains 4 TextBox controls that I am using to hold
values from page to page in my website. I am trying to refer to them in my
code-behind of my web pages as follws and I am getting the error "Name
'txtPropertyCode' is not declared.". How can I access the values in the
MasterPage? Thanks.
-David
LblProperty.Text = DBClass.GetPropertyHeading(txtPropertyCode.Text)
values from page to page in my website. I am trying to refer to them in my
code-behind of my web pages as follws and I am getting the error "Name
'txtPropertyCode' is not declared.". How can I access the values in the
MasterPage? Thanks.
-David
LblProperty.Text = DBClass.GetPropertyHeading(txtPropertyCode.Text)