Ed, that makes sense, but doesn't make things easy for me. How do I deal with this then? If either of the two panels is displayed, I need to enter that attyID into sql into one field in the database. So, if in panel 1, it's attyIDPanel1 and in panel 2 it's attyIDPanel2, how do I pass them into the same databasefield, because I don't want two separate columns in my database.
In the old asp days, I'd do an If Then around the fields and I'd be ok... just not sure how to handle this in vb.NET within the two different panels. I thought that since one panel is displayed while the other is hidden, it would be ok to name them the same.