Wednesday, November 20, 2013

Knockout JS with SharePoint 2010

1.      Create SharePoint webpart solution. 2.      Add Module to your project. 3.      Add Application page to module along with your Jquery-**.JS and Knockout-2.1.0.js file. 4.      Then add below code to your application page.aspx file. <asp:Content ID="Content" ContentPlaceHolderID="PlaceHolderMain"...Read more