Posted by Shantha Kumar on 20th August 2009

I tried this evening very funny about hiding SharePoint List Fields in NewForm and EditForm pages of the List.
The result is ver simple when i used JQuery, just in a few lines for getting the result of what i need.
In my list i have Five Fields , on that we have CheckBox Yes or no [...]

Posted by Shantha Kumar on 15th August 2009

Today I have come up with simple post on Silverlight on integrating silverlight contents in html page and html contents in Silverlight.

The following image was the preview of our sample integration code.

Step 1:Create a Silverlight Application Project ,
Step 2:In the Xaml file, Add the following controls ,

<TextBlock x:Name=”SL_txtBlock” TextWrapping=”Wrap” Margin=”167,133,62,0″ Height=”45″ VerticalAlignment=”Top” d:LayoutOverrides=”HorizontalAlignment” FontFamily=”Georgia” FontSize=”13.333″ [...]