My problem (and solution?) is simple - I hope :)
I have a RIA Domain service built and a SL3 client. All this stuff compiles clean, and the authentication stuff works (login, log out, register). However, I cannot load data into a grid.
<riaControls:DomainDataSource x:Name="dds"
AutoLoad="True"
...
Background: I have an application where I want to be able to capture keyboard events. On the main screen, the user clicks a Start button. During the game, the Start button goes away and a Reset button is shown (Visibility changes on the two controls). These are the only two standard controls involve as all else is non-focusable user c...
Hello everyone,
I am using Silverlight 2 and new to Silverlight 2. I want to develop a ASP.Net web application which uses Silverlight at client side (in browser) to let end user select a file to upload to server side. The server is running ASP.Net 3.5 on IIS 7.0. A special requirement is I want to control the upload speed, for example, ...
We are looking into solution which involves playing copyright protected video using Microsoft DRM Server and Silverlight player. the video will be played to registered users on the web using Silverlight player.
I've read all MSDN documentation on this subject and kind of get an idea how it is supposed to work.
However, I couldn't find ...
Hello everyone,
In side a Silverlight Page, I want to redirect to another aspx page in the same web site and using POST method to send some additional header information. Any ideas how to implement this? Any samples are appreciated. :-)
I am using VSTS2008 + .Net 3.5 + Silverlight 2.0 + C#.
thanks in advance,
George
...
1) How can I use strongly typed dictionaries? I have some in my codebehind for an xaml page, but it does not come in intellisense and I have added System.Collections to the namespaces.
2) I hear "CoreCLR" a lot when talking about Silverlight. Is this a stripped down version of the CLR? Is there any classes/namespaces I can't use in Silv...
I made a simple Silverlight app, with a web service calling a database, and got it to work on my development computer.
When I published the web service project to IIS, on the same computer, and accessed the Silverlight app from IIS using http://localhost/SilverlightTest/, I could see the Silverlight in the page, but the call to the web...
I'm mainly asking this to professionals who know the playing field of professional developing. Is it worth it to learn and develop skills in Silverlight?
I know that penetration for Silverlight is obviously low in comparison to Flash but Silverlight seems lighter and a more cutting edge technology.
What are some of the benefits Silverl...
Hello
i have develop a silverlight application with wcf net.tcp binding. i want create an object of service in sliverlight. how it is possible. please help me.
Thanks
...
Hi,
We have a WCF service with custom username/password authentication. The service runs over SSL.
On our existing WPF application we pass the username and password combination to the service every time it is called (i.e. we don't have any sessions with the service). The credentials are stored in memory on the client application.
Now...
Hi folks,
I have a silverlight 3 application, that fetches some simple data from a ms-sql-server 2008 via WCF. At first, it gets all ids (~2000) that are stored in the database and then subsequently fetches all the details of those ids from another table (~10 records per id on average).
My problem is, that it takes very long from calli...
I am a beginner in Silverlight. I have developed a Silverlight chat application. In a single Silverlight window open more than one chat windows every chat window create a connection with wcf service but when it reaches 10 then the application is stop working and break all communications from wcf polling duplex service. I already have con...
how to validate the input form of a silverlight control?
I have 3 controls, two out of three are text boxes (For name, and Age), and the remaining one control is date picker.
When i hit submit button, the validation should be invoked. how it will done??
thanks in advance.
...
I am evaluating WPF and Silverlight for a Project. I find WPF to be most suited for our purpose since we require performance, graphics support, Office compatibility and the ability to support ActiveX controls. It is also a Desktop application. However there is one area where i find Silverlight to be superior - Media support. I would like...
private void NuestroButton1_Click(object sender, RoutedEventArgs e)
{
if //the sender's .Text/.Content is X
{
//Do something
System.Windows.Browser.HtmlPage.Window.Alert("Hello World");
}
}
How can I use something like sender.Text to see what the .Text is of the clicked button?
...
In Microsoft's Expression Blend 3 SketchFlow application.
How would you go about animating the typing of text, ideally in staged character by character fashion. As if the user is typing it.
An associated flashing cursor would make it perfect, but that's far into the realm of "nice to have".
The keyframe animation system, does not all...
I have a web application which lets users create entities, and define relationships and associations between the entities. I'd like to use silverlight to visually show a topology diagram of the entities. Hopefully it would be able to have some smarts to figure out initial positions of each entity, and then potentially allow the user to...
I am trying to put a business case together for the deployment of Silverlight within a corporate SEO.
One aspect I am looking at is security. I know Flash has a terrible history of exploits, but what about Silverlight? Has there even been any Silverlight exploits that allow execution of foreign code?
Anyone know where I can get some i...
I'm trying to find out if Silverlight 3.0 has any session mechanics - as far as I recall, SL2 was suffering from the lack of it. If SL 3.0 doesn't have it (Sadly) - are there any good reads regarding session mechanics implementation?
I'm considering using a client-side singleton object to hold the session instance + a WCF service + a S...
I'm trying to port some code to silverlight.
Is there an equilavent of System.Windows.Vector for silverlight?
...