10 TIPs - To Become a Good Developer/Programmer
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
Hee Lian
2.1k
12
675
Error When Passing Parameters across Multiple Forms in C#
Feb 1 2021 3:29 PM
I am trying to pass a parameter across from Form 1(POS form) to Form 2(Summary Form) but when I declare the variables in Form 2(Summary Form), two errors pop up saying that "There is no argument given that corresponds to the required formal parameter" in Form 3(Inventory form) and Form 4(Main form).
How do I solve these errors?
Reply
Answers (
3
)
Best environment for C# windows applicaton programming
SqlCommandBuilder not updating database in C#