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
Hee Lian
NA
12
4.1k
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#