Thanks all... As sloan guessed, I'm a Java guy that's been thrown in to
the deep end of the ASP.NET pool without knowing how to swim.
But I don't exactly find the translation easy... probably because it's
a bit of a paradigm shift and Googling the terms: property, viewstate,
and vb isn't yeilding results I think I can use.
http://www.codeguru.com/csharp/.net/...le.php/c11971/
is the same thing as above and in C#
Either I've translated from C# incorrectly or the the post back still
over writes what was sent to the setter.
If I got this working and I actually want to work with the data, do I
do that by typing this LastName.Get (sloan's example) or GetName
(Jimi200478's example)?