D
David Hearn
I have a user control that I have built (asp.net 1.1) which has some
functions in it to set the text of a label and some proerties of a few other
controls. My problem is that I call these functions from the page load event
of it's parent form and when I do, I get the famous "Object reference not
set to an instance of an object" error. It's almost as if everything is
working too fast. It's trying to set proprties for controls that don't exist
yet. How do I get around this?
Thanks in advance!
functions in it to set the text of a label and some proerties of a few other
controls. My problem is that I call these functions from the page load event
of it's parent form and when I do, I get the famous "Object reference not
set to an instance of an object" error. It's almost as if everything is
working too fast. It's trying to set proprties for controls that don't exist
yet. How do I get around this?
Thanks in advance!