Technokrat
Programmer
I'm new to web development, I'm using aspx, c#
I'm trying to use this.txtHomePhone.text to get the value. This is working fine on simple forms, but it doesn't seem to work when the text field is in a container object, such as a table. It's like it can't resolve the "txtHomePhone" reference.
Is there something special that needs to be done to reference the text field when it is embedded in another control?
I'm trying to use this.txtHomePhone.text to get the value. This is working fine on simple forms, but it doesn't seem to work when the text field is in a container object, such as a table. It's like it can't resolve the "txtHomePhone" reference.
Is there something special that needs to be done to reference the text field when it is embedded in another control?