Advanced Forum Search Results
-
I miss a dialog/window control
-
http://en.wikipedia.org/wiki/Observer_pattern
-
You can give each UC a name and over the tree root you can find your UC.
Or you use the observer pattern
-
ASP.Net isn´t not the solution, because several browser environment with varied interpretations of HTML, CSS and JavaScript make it impossible to develop in adequate time. And also I can´t sell ASP.Net solutions to customer with Java based server. We need only a common consistent small runtime like Flash or Silverlight.
-
Ok, I believe I understand the problem. So a last question, its intend to add LogicalTreeHelper from System.Windows to Silverlight?
-
404 is mostly hint for a missing clientaccesspolicy.xml file
-
I want to generate XAML code on serverside and for this I want to build a more generic Silverlight client, which business logic and GUI is outsource central on server. Every event go with control id and event id to server and as response XML string, which sometimes include XAML code that need for controls to wire.
The button is an ...
-
Ok I solve my problem with ASP.Net
And that works likely on the same way with JAX-WS
-
I use Fiddler to watch my http traffic. Its a small .Net tool that works as proxy in every browser
-
I need a persistent session for my silverlight application, where I can manage exclusiv server ressources over some requests for a dialog / transaction.
In this context the basichttpbinding is for me useless and to use the session from ASP.NET need to implement own procotol. I hope I can use the polling duplex session for my ...