1
1 Comment

I have Custom WebParts using server-side usercontrols in SharePoint 2010. I would like to migrate or rewrite these WebParts for SharePoint online/O365.

These WebParts are using SQL heavily and the requirement is to store nothing in a SharePoint List. I want to both query from SQL and store in SQL but show the data in a Gridview on SharePoint online. The user should be able to edit the data from SharePoint but update straight to SQL.

What are my options and the best way to build this application/WebParts for SharePoint online?

(Visited 189 times, 1 visits today)
Beau Cameron Selected answer as best August 6, 2018

To help with the answers, can you explain a little about why you don’t want to use a SharePoint List? Depending on your answer there could be other quick ways of doing this.

Add a Comment