Reputation: 181
can i create webparts controls for Sharepoint 2007 in Delphi Prism? If yes, how? Thank you.
Upvotes: 0
Views: 266
Reputation: 131180
Sharepoint uses plain old ASP.NET WebParts. Even webparts that inherit from the Microsoft.SharePoint.WebPartPages.WebPart class ultimately inherit from ASP.NET's WebPart. You should have no problem creating a webpart for Sharepoint. Finding samples and tutorials is going to be a problem though, as 90% of Sharepoint development, samples and tools are in C#.
Upvotes: 2