Hi,
I have a contacts system where by I have the following :
1. A consuming aspx page
2. Within the consuming page a number of usercontrols :
2.1 Address (usercontrol)
2.2 Bank Details (usercontrol)
The problem I have is that when I am in Bank Details usercontrol I am submitting data to the database, but some elements of data are contained on the Address usercontrol.
How can I get to to this.
Thanks in advance.
I have a contacts system where by I have the following :
1. A consuming aspx page
2. Within the consuming page a number of usercontrols :
2.1 Address (usercontrol)
2.2 Bank Details (usercontrol)
The problem I have is that when I am in Bank Details usercontrol I am submitting data to the database, but some elements of data are contained on the Address usercontrol.
How can I get to to this.
Thanks in advance.