SharePoint WSS 3.0 - Fastest approach to build data-bound forms?
Posted
by Rusty Scupper
on Stack Overflow
See other posts from Stack Overflow
or by Rusty Scupper
Published on 2010-04-19T17:29:17Z
Indexed on
2010/04/19
17:33 UTC
Read the original article
Hit count: 246
Pardon the vague question, but I've just inherited a project to build a couple dozen forms pulling data from a SQL 2005 database. The forms are mostly standard database lookups with just a couple updates so the data layer is very simple -- I'm the DBA -- but we just recently started using SharePoint WSS 3.0 for a departmental web site and I would prefer to integrate these forms into WSS rather than build a separate standalone ASP.NET app.
I'm hoping there is some RAD framework out there that integrates with WSS for data bound forms. I've been searching online, but haven't found anything very promising and the data viewer web part in SharePoint Designer looks complicated to integrate with an external SQL database.
TIA, Rusty
© Stack Overflow or respective owner