J
J. Muenchbourg
I have a label object that gets a dynamic value thrown into it on a
button submit event:
lblMessage.InnerText = txtName.Value
but i get "Object reference not set to an instance of an object" error
on this particular line. All my other references seem correct.
???
Muench
button submit event:
lblMessage.InnerText = txtName.Value
but i get "Object reference not set to an instance of an object" error
on this particular line. All my other references seem correct.
???
Muench