C
Colin Robinson
I have an asp user control that contains amonst other things a label and a
Textbox
Properties for each control work as expected for each control but I want the
property to update the contents of the textbox and label on the web page
containing the control but i cant get past an error stating that no object
textbox1 exists.
I have tried assigning the textbox1.text = value in the set of the property
declaration, and also in the load event of the user control.
Intellisennse works from the web page to find the controls properties but
thats as far as i can get. the funny thing is if i set the urlimage of an
imagecontrol in the property assignment the control refreshes.
Can anyone explain this behaviour please?
Colin
Textbox
Properties for each control work as expected for each control but I want the
property to update the contents of the textbox and label on the web page
containing the control but i cant get past an error stating that no object
textbox1 exists.
I have tried assigning the textbox1.text = value in the set of the property
declaration, and also in the load event of the user control.
Intellisennse works from the web page to find the controls properties but
thats as far as i can get. the funny thing is if i set the urlimage of an
imagecontrol in the property assignment the control refreshes.
Can anyone explain this behaviour please?
Colin