Advanced Forum Search Results
-
you should be able to see a button "New Thread"
-
Hello, I have an issue with treeview, running in my development server (locally) works everything and display the items, but when we publish the items are not showing.
My concern is looks like is only the treeview because all the other funcionalities are working perfectly, does somebody experience an issue similar?
Thank you.
-
I need to send in the WCF message a security token (some string) the best way I found was adding on the message header (for SOAP)
I know how to do when using BasicHttpBinding, but now I want to use CustomBinding using Binary encoding and I can't figure out how to do.
thanks for the help.
-
so it works? this is so funny...I was looking for an answer.
well....your welcome.
-
Did you find the solution?
May be your web.config should specify <httpSTransport/>
too
<bindings>
<customBinding>
<binding name="binaryhttp">
<binaryMessageEncoding/>
...
-
do you think it's possible to download your project?
thank you.
-
try this
var obj = Assembly.Load("your assembly name").CreateInstance("your class name");
LayoutRoot.Childrends.Add(obj);
-
Is something that I need to, take a look this link http://www.codeproject.com/KB/silverlight/BlendPDFwithSilverlight.aspx is a very interesting sample, it's using IFrame to open PDF files, of course with Silverlight.
hope this help.
-
believe me, I've use to work with Flex, and it's good, is not better than SL, is not worst, just different, the big thing here is if you know how to work with .NET, you know silverlight, don't need to learn other "buggy" language, about the features that you mention it, remember that Flex doesn't have a well knowed Server ...
-
thanks everybody for the answers but, may be Í was not clear o what I need, sorry for that, what I need to know is how to use the pattern ViewModel (or composite application). Specially I need to know how I can exchange information between the View and ViewModel.
Let's think on Command Delete on ViewModel and a button ona View that ...