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.
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 ...
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: ...
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.
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 ...
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
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.
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
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.
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.