great C# Programmers!
please help me, am developing a field farm software, i have 3 forms form1, form2, form3 form1 is just a welcome page then when you proceed to form2, its a data collection, where inputs are collected From textboxes(14 rows and 4 columns) and then multiplied at background and displayed on form3 (on individual labels)
thats the logic but i dont know how to go on with the code, can somebody help me out
Reginald Xavier 0 Newbie Poster
Recommended Answers
Jump to PostWhere you have multiple forms ("views") that need to share data (a "model") you can use Model-View-Controller (MVC) architecture. In simple cases you can ignore the controller and just have a model class or classes that have the data and application logic and view classes that display or input data …
All 3 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
tinstaafl 1,176 Posting Maven
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.