Advanced Forum Search Results
-
Hi,
I'm trying the new controls of SL3 and I've seen a nice demo of the DataForm.
I downloaded several samples but I always have an error on the "Bindable" key word.
[Bindable(true, BindableDirection.TwoWay)]
[Display(Name="Your user name", ...
-
I found the solution.
I put directly the video in the ClientBin folder near the xap file and it works.
-
I have the same problem in Silverlight 2... my video is in xap file but never appears.
Any idea ?
Thanks in advance.
-
Thanks man
Your code works, but your sample doesn't (your site is off)
One more question, when I expand my object it will not contain the other objects when I create the query. How can I do something like the following query (but working :D) ?
var query = from u in ...
-
Hi,
I'have the following database schema (tables name) : [User], [Role] and [UserRole] many-to-many relationship, and [AccessRight] with a one-to-many relationship with [User].
In my Entity Model, "Users" have a "AccessRight" property and a "Role" property (related to associated tables).
I'm trying to ...
-
My last post was to navigate to an webpage, not to load XAML.
In a test project I have a MainPage.xaml with a Panel called ContentHolder where I load my XAML pages like this :
NavigateToPage("MyNamespace.MyUserControl");
public static class Utils
{
public static void NavigateToPage(string ...
-
I tested my WebService and it works when it is called by an ASP Web Application. What is wrong with Silverlight project ? (I changed binding to basicHttpBinding)
Thanks
-
Hi,
Nice tutorial.
I've a code similar to this sample, but I get an exception when calling the Async method. Visual Studio opens the file Reference.cs with the second line of the following method green colored.
public Desopedr.ServiceDesopedr.SilverlightLink[] EndGetSilverlightLinks(System.IAsyncResult result) {
...
-
Hi,
Thx for this control. I've one question about dependency properties. I want to encode the Text with MD5 algo and I can do a method which does it but I prefer "override" the Text dependency property of TextBox control (changing the Setter to return the encoded string).
Is it possible to redefine an existing Dependency ...
-
Hi,
Please can you explain me why Customer class inherits from INotifyPropertyChanged ?
Thanks in advance