Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Qing Ryder
2k
202
14.9k
C# Xamarin: How to Get Data from Fragment1 in Fragment2
May 11 2018 1:53 PM
Hello
In C# Forms, I know that the following syntax works perfectly but implementing it in xamarin becomes an issue.
Form1 f1 = (Form1)Application.OpenForms[
"form1"
];
All Ideas are Welcomed
Reply
Answers (
0
)
Use of namespace declare in web.config
How to bind treeview with checkbox and click to parent node