Last few days I am working around Silverlight Object Model with sharepoint. In this post I am explaining about adding items to Sharepoint list using Silverlight Object Model. I created a list in sharepoint with few columns like Name, Email and Comments. And I created a Silverlight application with few textboxes and a submit button. [...]
Posts Tagged: sharepoint
Hosting Silverlight application in Sharepoint 2010
Microsoft SharePoint 2010 comes with an out of the box Silverlight webpart which helps to host Silverlight applications in SharePoint. For hosting the Silverlight application you need to provide the URL of the Silverlight executable in the URL property of the webpart. You can also pass the parameters to the Silverlight application using InitParams property. [...]
Using the Silverlight Object Model
Recently I moved to a new project where I have to integrate Silverlight with SharePoint. I had done a few posts regarding this also. Yesterday I found that in SharePoint 2010(SharePoint foundation), Microsoft introduces Silverlight Object Model which helps to access SharePoint Lists and Document Libraries directly from Silverlight. Here is my first experiment with [...]
Silverlight in Sharepoint (WSS 3.0)
Recently I got an assignment to integrate Silverlight to WSS 3.0, in Sharepoint Foundation(WSS 4.0) there is an out of the box web part available to do the integration. Instead of using that, in this post I am creating a reusable web part which helps to load Silverlight application in SharePoint. It is lot similar [...]
Creating a WebPart using Visual Web Developer Express
Recently I installed the WSS 3.0 in my machine. In this post I am talking about how to develop a web part using Visual Web Developer express, which can be deployed in WSS 3.0. From ASP.Net 2.0 onwards WSS Sharepoint class is inheriting from WebPart class in ASP.Net, but the Sharepoint WebPart class contains more [...]
“Access denied” when trying to create a new application on WSS (Sharepoint) 3.0
Today morning I installed WSS 3.0 on my Vista Machine. The installation was successfully completed and I was able to login to the central administration page. But when I clicked the Create New Application link, the WSS is asking for credentials and even if I give the administrator user name and password, it wasn’t working. [...]