Advanced Forum Search Results
-
Thank you your message. Maybe there is only wait for the next (or next's next) version. Wait a Serializable Expression Tree.
To do that. Because I have some data. And the client will query it from many ways. I must write a common service.
-
Hi all!
I want to query some data from WCF. I find that the lambda expression (System.Func<>) can convert to Linq expression tree (System.Linq.BLOCKED EXPRESSION
So I think: If I define a interface method at WCF server like this:
public List QueryUser(Func<User,bool>) { ... }
Then I can invoke it at Silverlight ...
-
[quote user="MSMossyBlog"]You used Chrome for what sorry? As a development platform?[/quote]
My mean is:
Because I use Chrome. When I submit my info. The page show a red line warning at the first question.
It said: "Please enter a value between 0 and 100."
I have input my age. This issue block my answer.
So, I think ...
-
I used Chrome. And I cannot submit my choice.
Please enter a value between 0 and 100.
1 What year were you born?
-
Three months before. I ask a question about move to right cell when user press Enter in datagrid.
But at that time, there is not any better way to do that in beta1
Now the Silverlight 2 RTW released! I try it again. But I got a odd problem.
Sometimes( 5% ), the cell cannot show the value when focus move to right cell.
Look like the ...
-
Hello everyone:
I want to read some data and return them to silverlight client. So I created some entities.
Today I learn the sample from
http://silverlight.net/samples/sl2/toolkitcontrolsamples/run/default.html
(TreeView - Scenarios - Using CheckBoxes).
I guess the class Feature in that sample is like ...
-
I has work it out!
{Binding Path=名称}
I know the encode of Silverlight is UTF-8, and I know why C# supports multi-language aslo.
But in my option the non-english character is either variable's name or string content. So I think that's not a puzzle to parse the other language.
I don't like these table names. But ...
-
The ObservableCollection is a nice type. It's default generic type when you add web service. And you can choose another type by right click your service and config its collection type (there are 4 items: Array List Collection ObservableCollection).
These 4 types will transform each other when they serialize between wcf and silverlight.
-
VS2008 SP1 en
Silverlight 2 RC1 en
<!-- error line -->
<TextBlock Text="{Binding 名称}"/>
Only one line and I got an error for invalid Text property value...
Cannot binding to non-English properties of class?
The column name of table is "名称" in my database. That's a entity class, generate by ...
-
Yes. I have done like your code.
I wanna find why it's null only.
But still would like to thanks