Advanced Forum Search Results
-
Hi,
Did you check this:
http://blogs.msdn.com/brada/archive/2009/08/24/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-24-stored-procedures.aspx
HTH
-
Hi,
Check this:
http://dotnetninja.wordpress.com/2008/10/08/passing-data-from-aspnet-page-to-silverlight-application/
http://www.dotnetcurry.com/ShowArticle.aspx?ID=170
HTH
-
Hi,
Check this post:
http://forums.silverlight.net/forums/p/72803/176794.aspx
or
http://timheuer.com/blog/archive/2008/11/05/silverlight-editable-combobox-using-styles.aspx
HTH
-
Are you getting some error or you dont see the image or button?
-
Hi,
Check this:
http://blogs.msdn.com/nagasatish/archive/2009/02/16/scrollintoview-in-silverlight-datagrid.aspx
HTH
-
Try this:
<ListBox x:Name="lbProduct" Margin="0,2,2,2">
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Vertical"><TextBlock x:Name="lblProduct" Text="{Binding ProductName}" Tag="{Binding ProductID}" ...
-
Hi,
Check this
http://silverlight.net/learn/videos/silverlight-videos/hdi-silverlight-3-binary-encoding/
HTH
-
Hi,
Check this post: http://forums.silverlight.net/forums/t/44580.aspx
find out where the duplication is occuring.
HTH
-
Can't you use the tooltip? Why you need a popup?
Check this:
http://blogs.silverlight.net/blogs/msnow/archive/2008/10/15/silverlight-tip-of-the-day-61-how-to-create-a-tooltip.aspx
HTH
-
Hi,Just change
<serviceDebug includeExceptionDetailInFaults="true" /> in your web config file and then run. It will show you what is the exact error.
HTH