TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Administrator
Tech Writer
2.2k
1.5m
UserControl problem
Mar 21 2003 3:40 PM
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,
Reply
Answers (
1
)
Getting your last saved record in database
Q:What can I do?