0 pts.
 Windows or Web App for Data Update?
I need to create an app that will give the user a list of items that they can then check off to denote that they are copleted. I would prefer a scrollable grid where they can make multiple selections. I would prefer to create a Windows app, but don't know which control to use. Can you give me some ideas or direction on where to go to find out? Thanks!

Software/Hardware used:
ASKED: September 23, 2005  4:36 PM
UPDATED: September 23, 2005  5:52 PM

Answer Wiki:
Try Farpoint Spread for web forms ( www.fpoint.com ). It was voted best grid for 2005 by asp.net pro magazine.
Last Wiki Answer Submitted:  September 23, 2005  5:10 pm  by  Mcp111   0 pts.
All Answer Wiki Contributors:  Mcp111   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

FarPoint spread is very powerful but it comes with added complexity and cost. What is your development platform?
For VB6 and VS.NET in order of simplicity try a listbox, listview, or grid control. Personally, I like listviews for a non-editable, sortable, multi column, checked list. Listboxes are simple to use for a single column checked list. Once you pick the tool that best suits your needs, there are a few tricks to learn.

Depending you how you will deploy or mange your app you might want to go with web pages.

You should provide more info about your app so you can get some better advice.

HTH

 0 pts.

 

Thanks, I’m using VS.NET

 0 pts.