Use SharePoint WebPart in external web application
Is it possible to grab a webpart hosted in sharepoint and reuse it in an external web application? (e.g. If I have a KPI webpart on my sharepoint page, but also want to include that same result on a web page in my asp.net web application?
Another example of what i'm trying to do is say I have a page in sharepoint with a calendar part and I want to show that same calendar in my external web application.
Showing Same calendar web part is not possible in a non-share point site . But you can try to build a calendar in asp.net platform and sync it with your SharePoint calendar list I mean get the information from calendar list and it require lots of work. If you are a developer you can try this
.NET Programming
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
ASKER