My WPF app has a tab control in a main (parent) window. Each tab contains a UserControl to declutter the xaml and code behind of the main window. I\'m using entity framework drag-and-drop techniques o
hi my dear friends : how can i get href attrib of anchor element from code behind in asp.net? (c#) why the below codes do n\'t work?
I have a class: public class A : INotifyPropertyChanged { public List<B> bList { get; set; } public void AddB(B b)
I have a table with different columnsI am showing two in this code : <DataGridTextColumn Header=\"Allocated\" Binding=\"{Binding Allocated}\" >
I am by no means an expert on WPF so this is probably very simple. I\'m trying to bind a List to a combobox. It works in code, it doesn\'t work in xaml. If I remove the ItemsSource from the constructo
I was trying to set maxclockskew for a secure service being consumed in a Silverlight client. The things I tried have been summarized in related post
I want to cre开发者_JS百科ate a data trigger in pure xaml (as in, no events or convertors or any bhind code), that will trigger if an image source doesn\'t have an image.
Here is my code for binding a dictionary item to a Chart control. I keep getting the following error:
i programmed a network-application with C#/WPF and used WCF with a TCP-Binding. I used this Tutorial: http://www.codeproject.com/KB/IP/WCFWPFChatRoot.aspx.
Im having some problems with setting up databinding in Silverlight. Im trying to use the MVVM approach and found some nice examples, So Ive created my View and my ViewModel, I created some classes Im