IntroductionNow its a time user need Rich User Interface with high level of interactivity that is easily possible with xhtml technologies . for this solution Silverlight comes in and provide leverage to you .net development to next level of Next Generation application development environment and develop Rich internet application and provide ultimate experience for web. SharePoint also provide support for silverlight. Silverlight compiled its not into (.XAP) now you can add .xap file in sharepoint as webPart.In this article i would given steps by steps flow screen shot to understand. Step by Steps1.Create a silverlight application 2.Then you have to select type is SiliverLight and version of the silverlight 3.Then add reference to going to use the code. 4.I have designed a simple GUI using silver light screen to use as webpart in sharepoint 2010. 5.Added few line of code to bind data. 6.load data 7.Write databinding code to screen 8.Build the silverlight application and select path is microsoft shared folder as shown in following figure. 9.See the deployed version within in sharePoint 2010 10.Click on the row, you will get the result like followings. I Hope this is help to all. enjoy the cool GUI. |