What I really want is sharepoint lists, I don't believe that sharepoint web services are supported here though. Assuming that is true, can anyone point me an app or set of tools that will do the following: Dynamic columns (i.e. you can add a column after you've created the list) Filterable columns based on values in the column (single and mult-select) Sortable by column Multiple lists with seperate columns (i.e., I don't want to have add a new web app for every list) I will be using this to compare the features in different products, maybe there's an app for that, I've not found one. Thanks, -p
Hi, Sharepoint isn't supported but the free ASP.NET ListView control does support this. I've used it here to create a dynamic Shoutbox and it wasn't very hard to do. Take a look at the solutions posted here: http://forums.asp.net/p/1255710/2342369.aspx
I just watched all of the Visual Studio 2010 Lightswitch Beta demos. I'm not a developer, but I think I could whip something up in that pretty quickly. -p