Generate Dynamic column based on SQL output Problem is each and every month automatically one column will generate in SQL output,how can i map that column dynamically to excel Now I hope you will understand my problem and I hope you will help to me to resolve this issue
Calling a Wcf service Dynamically Using reflections and NettcpBinding I am creating a Generic WCF client It is working fine with BasicHttpBinding and WsHttpBinding But with netTcpBinding it is able to load the assembly and created a proxy calss and even created the instance of the proxy calss But when I try to invoke any one of the service under this binding it is throwing the following exception {"The provided URI scheme 'http' is invalid; expected 'net tcp
WPF : Need support in populating and working with Grid dynamically I am looking for a better approach for the above I considered binding using ObservableCollection, but didn't work - as just grid DataContext = newData didn't do the job ObservableCollection contains List<Button> To take care to change the buttons' text, I also found an eg of using Converter here and that did work in new DataGrid, but not sure how to set the ItemSource dynamically for the