> It seems to work ok for me. Are you sure that you have added text to the Tag
> property? Is it being persisted in the InitializeComponent method?
And if you were to, let's say from a Button Click event handler, call the
following line of code it, it does not display the correct text?
MessageBox.Show(Me.txtbxBillingPhone.Tag.ToString())

Signature
Tim Wilson
.Net Compact Framework MVP
> yes, here it is
> Me.txtbxBillingPhone.Tag = "Organisation"
[quoted text clipped - 19 lines]
> > >
> > > Rod
Rod - 06 Apr 2005 17:59 GMT
You've led me to my mistake.
Thank you
> And if you were to, let's say from a Button Click event handler, call the
> following line of code it, it does not display the correct text?
[quoted text clipped - 24 lines]
> > > >
> > > > Rod