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
chaithannya m s
NA
60
2.6k
How to pass data between two user controls in WPF?
Dec 3 2013 7:22 AM
Hi,
I have two user controls and a windows form in my WPF application. When I click on a combo box item in one user control(SideMenu), the window form loads and display few values. I have to select a value from this windows form and display it in another user control(StudentDetails).
Both the user controls are present in the MainWindow.Xaml.
<local:SideMenu Margin="0,16,10,-290" Grid.ColumnSpan="1" />
<local:StudentDetails Margin="10,0,-280,-234" Grid.Column="2" Height="Auto" Width="Auto" />
Since I am new to WPF , I do not know how I can achieve that. Please help me.
Reply
Answers (
0
)
Adding my UserControl to each row of DataGrid
Scollable Listview in WPF