Question
Thread display: Collapse - |
All Answers
Share your knowledge
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
C# program with database lookup
The program will be used on the registration counter. I want the user to just click the zone, then a list of company will appear on that specific zone, and after clicking a certain company the participants name will appear. The user would then just click his name and a submit button will submit his name on the attendance list which will later be exported to an excel spreadsheet for reporting.
By the way, the participants list is on an excel file. So the program will dig in to the excel spreadsheet to display the categories. OR I dont mind hard coding the names of the participants if that will be easier.
Example:
Zone 1 > Company Apple > Mr Smith
Zone 1 > Company Banana> Ms Smooth
Zone 2 > Company Kiwi > Mrs Webb
etc.
Can anyone help me? Please?