1
vote
1answer
21 views
Integrating Silverlight into aspx page
How we can add the silverlight project into a aspx page. I had created one digital clock project in silverlight. But i don't know how to integrate with the aspx page.
Thanks in ad …
0
votes
1answer
12 views
HttpWebRequest to SLL Uri in Silverlight 2.0
How do I do this? It seems the SilverLight 2.0 HttpWebRequest does not allow you to set Credentials or set the Authorization header.
1
vote
1answer
37 views
Silverlight 3 - Data Binding Position of a rectangle on a canvas
Hi Everyone,
I am currently trying to bind a collection of objects to a Canvas in Silverlight 3 using an ItemsControl as below:
<ItemsControl x:Name="ctrl" ItemsSource="{Bindi …
0
votes
2answers
44 views
Silverlight 2 Zindex Issue on ASP.NET Page IE6
I Have a Silverlight Menu on a ASP.NET page,
on this page bellow the menu there's a Html Table
and bellow the table there's a dropdownlist.
The silverlight DIV is position: abso …
0
votes
1answer
80 views
resizing Silverlight App to its current size (bigger than screen)
Hi,
Let me clarify what silverlight is doing:
and I want to get the complete size to resize my silverlight, but I can't does anyone knows a way to get the full size of my contr …
1
vote
1answer
32 views
Start Storyboard When Text Changes
I have a TextBlock bound to a property on my view model. I have a StoryBoard with fades the text in and out using the Opacity property. I am using this text to give the user feedba …
0
votes
3answers
120 views
Save Silverlight DataGrid sort
I have a Silverlight 2.0 DataGrid that contains a list of items that needs to be refreshed in an interval to display the up-to-the-minute information. There are items in this grid …
0
votes
1answer
47 views
Using .NET 2.0 class library from Silverlight WCF service, public properties remain unexposed
Hi all,
Here's a bit subtle issue I'm dealing with, and would appreciate any help.
We have our project on production mode, built with .NET 2.0. We have recently developed a Silve …
4
votes
3answers
147 views
Silverlight - Good for Internet Business Application ?
I've heard the comment several times, once in one of Shawn Wildermuth's podcasts, that Silverlight is great, but might not be so good for 'entire' internet applications. This comm …
0
votes
2answers
70 views
Silverlight 2.0: Determine if a dependency property is set before changing it.
I have a dependency property (Foreground) on a custom control which is inheriting from Control. When I am loading the control, I want to see if the user has set the dependency pro …
0
votes
2answers
57 views
Double Click Event
How to make a double click event in C# for using Silverlight3.0.
In my project, i had created stackpanel dynamically, When the user double click on the stackpanel, the child window …
0
votes
2answers
71 views
Silverlight defaultStyle problem
I have the following scenario:
Create a new class library project called Lib1
1.1. Add a new control called control1, Themes/generic.xaml file and specify
the default style of co …
0
votes
1answer
108 views
Silverlight exception not being handled with JS
I am debugging Silverlight 2 on Firefox. I get an unhandled error in firebug :
Unhandled Error in Silverlight 2
Application Catastrophic failure
(Exception from HRESULT …
1
vote
1answer
86 views
How do I include specific controls from System.Windows.Controls in my Silverlight app?
Microsoft has a handy reference of the various controls in the System.Windows.Controls namespace and which controls are included in the runtime.
For any controls listed here that …
0
votes
4answers
123 views
How to insert a Combobox value in to a database
How to insert a Combobox value in to a database. When i hit Save button in my application, it will stored stored into database like this way..
System.Windows.Controls.ComboBoxItem …
