It's ok - figured out it was the way I was declaring my properties - Thanks
Frank
Joe
[quoted text, click to view] "Frank Seibel" <groups@popularspace.com> wrote in message
news:3995a2cc.0312161927.217ea092@posting.google.com...
> Joe, can you post a code sample for us to take a look at.
>
> Thanks,
> Frank
>
> "Joe Molloy" <molloy_joe@hotmail.com> wrote in message
news:<eDHXEhAxDHA.1596@TK2MSFTNGP10.phx.gbl>...
> > 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