J
Joe Molloy
Hi,
I have a usercontrol containing mutually exclusive radiobuttons and I am
trying to use a public function to set a property of the usercontrol based
on which one is checked. However when I refer to the radiobuttons in my
public function (method) the runtime tells me that no object reference has
been set for the radiobutton. How do I grab a reference to my radiobutton
inside my method?
Joe
I have a usercontrol containing mutually exclusive radiobuttons and I am
trying to use a public function to set a property of the usercontrol based
on which one is checked. However when I refer to the radiobuttons in my
public function (method) the runtime tells me that no object reference has
been set for the radiobutton. How do I grab a reference to my radiobutton
inside my method?
Joe