table layout panel
I want to develop a project in which i have to design a cash memo. I use a table layout panel for designing it. But i cant take input from this panel. can anyone tell me how to take inputs from table layout panel control? It should be mentioned that i am working on a desktop application. Also any suggestion to design and handle a cash memo easily?
Suthish NairPosted Oct 19, 2010, 3:16 PM
Suthish NairPosted Oct 19, 2010, 4:08 PM
Can you create another forum post with sample code which your using for generating the output.
sumit banshalPosted Oct 19, 2010, 3:46 PM
sumit banshalPosted Oct 19, 2010, 7:32 AM
Sam HobbsPosted Oct 18, 2010, 5:02 PM
I searched the internet for cash memo and found many applications. Have you done that? You should at least be able to find examples of what others have done.
A good place to start is to design the data. What tables do you need? What fields in the tables? Then decide what the UI needs to look like. If you don't know how to design the data, then it would be best if you get a good book about C# and databases. You should at least read relevant articles. There are many articles and sample programs that will help you; many that are not about cash memos specifically but still very useful for understanding databases and forms for databases.