zzfive03
Programmer
- Jun 11, 2001
- 267
I have a form on which I am dynamicly placing controls. I have a "hard coded" control that is loaded when the form loads, with an on click event.
I want the event to cause some data in one of my dynamicly created controls to change, but in code, i get a complie error saying "The namespace "myTextField" cound not be found".
I am assuming that there is a scope issue as to why my onclick event can not "see" this control?? Can anyone help me.
Thank you in advance
Mark
I want the event to cause some data in one of my dynamicly created controls to change, but in code, i get a complie error saying "The namespace "myTextField" cound not be found".
I am assuming that there is a scope issue as to why my onclick event can not "see" this control?? Can anyone help me.
Thank you in advance
Mark