Form Redo - What Would You Do?

JimboIII

New member
Joined
Jun 17, 2009
Messages
3
Programming Experience
1-3
We are completely redoing an older form that worked but was a bit buggy and had some pretty ugly code behind. It retrieves and updates data with a MS SQL Server (I can handle that bit pretty well). I've attached a screen shot of the current app. I'm thinking of going with more of a spreadsheet or grid layout but I'm not sure what would be the easiest to develop and work with.

What form/components/etc. would you use to simplify the interface?
 

Attachments

  • form.JPG
    form.JPG
    41.1 KB · Views: 25
It looks very 'griddy', so my first thought is the DataGridView control.
 
Back
Top