-
Issue with Silverlight Combobox SelectionChange event
Published by
on
Continue reading →: Issue with Silverlight Combobox SelectionChange eventWe have a Silverlight Combobox and if there is a Silverlight SelectionChange event registered to it (in XAML) in that case the event is fired even when the first time Silverlight Application is loaded. private void cmbSelection_SelectionChanged(object sender , SelectionChangedEventArgs e) { MessageBox.Show(“Event Fired”); } Above event will be fired…
-
Continue reading →: Accessing Data from Sharepoint 2010 List in Silverlight Using Client Object Model
In Sharepoint 2010 Microsoft has come up with the APIs which can be used to access the data in client side execution like in ECMA script or Silverlight. Here we’ll see How to Use Sharepoint Client Object Model in Silverlight …. Creating Sharepoint Custom List Create A custom list in…
-
Continue reading →: First time Error While working with Silverlight Pivot Viewer
Runtime Error in Silverlight Pivot Viewer If you are working with Silverlight Pivot Viewer control for the first time and have created a basic Page using Pivot Viewer as explained here but still you are getting the Runtime error as shown below. System.Windows.Markup.XamlParseException occurredMessage=Set property ‘System.Windows.FrameworkElement.Style’ threw an exception. [Line:…
-
Continue reading →: Step By Step Guide to Pivot Viewer Control in Silverlight.
This is going to be a basic post about “How to Use Pivot Viewer Silverlight Control”. To begin working with the Pivot Viewer Silverlight control First Download and Install the Pivot Viewer Control from Pivot Viewer Home. Once You install it it will create some dlls in C:Program Files (x86)Microsoft…
-
Continue reading →: MS Dynamics CRM : First Stupid Issue
I’ve just started Learning Microsoft Dynamics CRM. I know CRM 2011 is out but its certification is not. So I planned on learning CRM 4.0 first so that I can be certified While learning I have just reached Page 1-6 of student manual for Configuration and customization and I am…