1
Answer

UserControl problem

Ask a question
Administrator

Administrator

21y
1.1k
1
Hi all, I have a page (default.aspx) which has 2 UserControls in it. One of the UserControls is a form with different fields in it. The other one has a button (Save). Now, when I click the Save button, I need to initialize the class I'm using (business tier) with values taken from the UserControl with fields. How do I access the fields in UserControl 1 FROM UserControl2?? Both UserControls are displayed on the same aspx page, so I would think it wouldn't be that hard, but I just can't figure out how to do it! Please help me! I'm getting frustrated. Thanks,

Answers (1)