How to call a silverlight xap file from server object model in sharepoint
How to call a silverlight xap file from server object model in sharepoint We can call the silverlight xap file from server object model using sand box solution in sharepoint Step-1 Open visuvalstudio->new->click sharepoint(left side)->empty Sharepoint Poject->(give project name)->Deploy as a sand box solution-finish Step-2 In solution explorer->(Right click your project)->Add->New itme->Visual Web Part(Sandboxed)->(give name,eg-SandBoxExample)->(click add) Step-3 Add the follwing code on your sand box webpart design page(SandBoxExample.ascx) < object id =" speedsilverlight " data =" data:application/x-silverlight-2, " style =" z-index:0" type="application/x-silverlight-2 " width =" 320 " height =" 270 "> < param ...