Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
SSIS dynamicallly map OLE DB destinations with different number of columns
Is it possible to dynamically map source files to OLE DB destinations with varying number of columns. I want to upload a list of flat files for which, other than the column mapping everything else is common.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
How do I dynamically update the header of an expander, when data ...
I've got expander control that displays checkboxes of a listbox that is the content of the expander. What I want to do is display in the expander's header, the text of the checkboxes that are checked in the listbox of the expander's content. As a user checks or unchecks a checkbox, I want the text of the expander's header to be updated. How do I do that? Here's what I've currently got for the ...
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/6b6…
Window Title changes DYNAMICALLY with each test execution... How to get ...
Dynamically changing titles is driving automation crazy. I had to go back to the XML version of UI Map, change the recorded properties to "Contains" clause to enable recongnizing controls. Even then, sometimes, controls are not found! So, to fix this is enabling SmartMatchOptions is the only option? Thanks, Praveen Tuesday, December 4, 2012 12: ...
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
Passing values of dynamically created controls to next page
I have a problem in passing the values of dynamically created controls to the next page. Here is what i did. My first page 'Questions.aspx' has a server side link button, when clicked makes a button, text box and label visible. A value must be entered in the text box and clicked on Create Questions button dynamicall creates the table.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/ie/en…
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 ...
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/2f6…
how to change pushpin color in bing maps dynamically
General discussion 0 Sign in to vote Hi I want to change pushpin color dynamically based on my parameter ( parameter is my color) using Jquery thanks in advance
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/secur…
what is Deep Copy, shallow copy and bitwises copy.?
A deep copy copies all fields, and makes copies of dynamically allocated memory pointed to by the fields. To make a deep copy, you must write a copy constructor and overload the assignment operator, otherwise the copy will point to the original, with disasterous consequences.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
ASCX control height and width - social.msdn.microsoft.com
Question 0 Sign in to vote User-329282836 posted Hi How to set ascx control height and width, when i place my control in web page its width gets shirnked. i am placing ascx control dynamically
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/a2f…
How to instantiate an interface from a dynamically loaded assembly?
How can an interface be instantiated that is in a dynamically loaded assembly? Assume that three assemblies exist, one that is in command to the other two and defines the interface IExample. The second assembly, DecoupledAssembly, implements a class named Example which is derived from the interface IExample. The third is an application.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/6ab…
WPF Treeview not updating when dynamically adding data with EF 5.0
In my application i need to update treeview dynamically upto n levels by getting data. Data is stored in Database as Child and Parent with help of Entity Framework 5.0.