Hi,
I have a long form that the user has to fill out.
So I broke the form into logical units and created another user control for some elements (they will be resued elsewhere).
So say the form has these fields:
UserControl3.ascx
Username password email -- usercontrol2.ascx address -- usercontrol2.ascx city -- usercontrol2.ascx state -- usercontrol2.ascx
So now in the codebehidn of usercontrol3.ascx, how will I access the usercontrol2.ascx's fields so I can write to the db?