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://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/fac…
adding dynamically a text box on button click is not working inside a ...
Question 0 Sign in to vote User-121712575 posted I have seen an example on how to dynamically add or remove input type text using j-query but my issue is that when I am doing it with a normal page with a form runat ="server" it is reading the j query function but when I am setting this function in the child page having the form runat = server inside the master page it is not reading the ...
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.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
Modifying or Removing EditItemTemplate Dynamically
I looked at DetailsViews.Fields and DetailsView.Rows, hoping that the TemplateField would be exposed there, and from that, I could 'remove' the EditItemTemplate for these fields, but I don't see such a thing exposed. Is there anyway to access the EditItemTemplate Dynamically, so that I can be changed or removed at run-time.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/vstudio/e…
How to dynamically generate a dictionary base on different criteria?
I have a need to dynamically generate dictionaries in my C# code depending on the appearance of certain values in a text file that I am parsing. My text file contains comma separated values of the classes, student ids and student names from a school, a little bit like the following: 4, 3, John (class, sstudent id, student name) 3, 3, Jane 4, 4, Harry 2, 3, Harry 3, 5, Jenny 2, 1, Joe . . What ...
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Add a watermark dynamically to powerpoint and excel (2003) using C#....
I have added a watermark to a word, powerpoint and excel (2007) using OpenXml SDK 2.0. But it's only work with office 2007 and I have added a watermark to a Word 2003 document using .COM (Microsoft.Office.Interop.Word).
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/vstud…
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 ...
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Access Queries vs SQL run by VBA - social.msdn.microsoft.com
For example, you can built the WHERE clause based on what the user has selected/entered in controls on a form. It can be much easier to build the required logic step by step in VBA code than trying to handle all possibilities in the criteria of a saved query. So both saved queries and dynamically generated SQL have their place.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
How to avoid empty space in right side of the SSRS report
Since the page width can’t be changed based on the number of tablix columns dynamically, for your requirement, it can’t be achieved currently with the existing properties. In your scenario, one workaround is to decrease the width of the Tablix which contains more number of columns, and increase the width of other Tablix.