No announcements
Found 1695358 threads
-
0 Votes
Dynamic file generation
Hi , I want to create a parent , child directory and create a .txt file (named as TABLE_05022018) dynamically and write a ...Answered | 2 Replies | 594 Views | Created by StephenTONY - Monday, February 5, 2018 4:55 AM | Last reply by Visakh16 - Monday, February 5, 2018 5:39 AM -
0 Votes
Dynamically generate Excel File
The excel file name should also contain the week number for which the query was run.Answered | 11 Replies | 3120 Views | Created by eva05 - Wednesday, February 8, 2012 2:47 PM | Last reply by ArthurZ - Wednesday, February 8, 2012 7:21 PM -
0 Votes
Problem with dynamically generated .cs files
I searched MSDN and can't seem to find any similar file generators.Answered | 13 Replies | 15166 Views | Created by FalconNL2007 - Wednesday, January 30, 2008 4:08 PM | Last reply by Richard Morrison - Thursday, September 10, 2009 3:43 AM -
0 Votes
Generating DLL assembly dynamically.
using System.CodeDom.Compiler; using System.Diagnostics; using Microsoft.CSharp; CSharpCodeProvider codeProvider = ...Answered | 1 Replies | 3338 Views | Created by Suresh Alapati - Wednesday, April 21, 2010 7:11 AM | Last reply by Ramesh Swaminathan - Wednesday, April 21, 2010 7:37 AM -
0 Votes
binding dynamically generated table to ItemsControl and reading the dynamically generated textbox content
I have found the answer for the question here http://wangmo.wordpress.com/2008/10/08/how-to-find-controltemplate-generated-elements/ ThanksAnswered | 2 Replies | 3002 Views | Created by sknife - Friday, August 26, 2011 6:27 AM | Last reply by Sheldon _Xiao - Monday, August 29, 2011 2:03 AM -
1 Votes
how to generate SAS dynamically
Please correct me if I misunderstand you, you upload a file to container, after it completes uploading, then you want to generate a SAS token of the ...Answered | 3 Replies | 1433 Views | Created by net_tech - Saturday, October 5, 2019 8:49 PM | Last reply by Rohan Islam - Monday, October 14, 2019 10:30 AM -
0 Votes
Help needed on generating SSIS output file dynamically?
It will generate the desired result quickly.Answered | 4 Replies | 1999 Views | Created by Shree Prakash - Thursday, July 19, 2012 7:03 AM | Last reply by MustafaH - Thursday, July 19, 2012 9:18 AM -
0 Votes
Dynamically generate lambda expressions
I need to dynamically generate lambda expressions, so far the only thing > I have come up with is > > ...Answered | 3 Replies | 3082 Views | Created by John Foot - Monday, August 15, 2011 9:30 AM | Last reply by Louis.fr - Wednesday, August 17, 2011 10:11 AM -
3 Votes
Generating GUI Dynamically
For example If the assembly returns a XAML file, I should interpret it, build components on the form and fill them with data.Answered | 10 Replies | 4078 Views | Created by vijaykamat - Tuesday, September 15, 2009 6:46 AM | Last reply by gmcarlson518 - Tuesday, June 2, 2015 2:40 AM -
0 Votes
Package Dependencies and Dynamic Package Generation.
if you want to create your master package dynamically, you can do that with C# application to create XML. all SSIS packages are XML Based, so within the code you can create everything you ...Answered | 1 Replies | 3127 Views | Created by eva05 - Friday, July 27, 2012 8:54 PM | Last reply by Reza Raad - Sunday, July 29, 2012 9:20 PM -
0 Votes
Dynamic generic delegates...
Is it possible with C# for me to create and invoke a dynamically created delegate instance that takes a generic arg?Answered | 1 Replies | 1708 Views | Created by Captain Kernel - Thursday, November 17, 2011 6:58 PM | Last reply by Mike Danes - Thursday, November 17, 2011 7:31 PM -
0 Votes
Dynamic generation of solutionsfiles
If you are talking about adding new files to an existing project, then you may want to look at the methods on the ProjectItems interface like AddFromFile, AddFromTemplate, etc.Answered | 3 Replies | 2799 Views | Created by bhaskarreddy - Thursday, January 29, 2009 5:47 AM | Last reply by bhaskarreddy - Saturday, January 31, 2009 11:37 AM -
0 Votes
Rdl File Generation
If you don't want to generate dynamically RDL reports, then may utilizing MS Excel is an option for you; it has already the ability to show dynamically the result of MDX ...Answered | 4 Replies | 864 Views | Created by MithraVinda - Monday, March 7, 2016 9:58 AM | Last reply by MithraVinda - Tuesday, March 8, 2016 11:43 AM -
0 Votes
how to generate class dynamically?
The following links contain some information about how to generate class dynamically.Answered | 2 Replies | 2628 Views | Created by Mehmood Ahmed - Monday, December 13, 2010 7:26 PM | Last reply by Mio_Miao - Monday, December 20, 2010 7:27 AM -
0 Votes
Dynamically generated column in sql server
The easiest option is to use options like OPENROWSET to create table on the fly base don the file.Answered | 4 Replies | 865 Views | Created by AkhtarRazaAnsari - Wednesday, February 3, 2016 2:25 PM | Last reply by remi.smeeckaert - Tuesday, February 9, 2016 11:15 AM -
0 Votes
generating text box dynamically
How to generate text box dynamicallyAnswered | 1 Replies | 458 Views | Created by prashant kumar patel - Wednesday, July 8, 2015 12:25 AM | Last reply by Ante Meridian - Wednesday, July 8, 2015 12:43 AM -
0 Votes
dynamically generating a menustrip
Dim ms As New MenuStrip() Dim mnuHolidayEditor As New ToolStripMenuItem() '("Holiday Editor", Nothing, New EventHandler(AddressOf ...Answered | 3 Replies | 3112 Views | Created by Christ Kennedy - Sunday, April 26, 2009 11:53 PM | Last reply by Christ Kennedy - Monday, April 27, 2009 3:24 AM -
1 Votes
how to generate text block dynamically
3- Once you understand above, ask yourself if you really need to generate dynamic text blocks?Answered | 7 Replies | 2491 Views | Created by usman shah - Thursday, January 10, 2013 7:08 PM | Last reply by usman shah - Monday, January 21, 2013 6:36 PM -
1 Votes
Dynamically generate a linq
Hi, Great ideas have been thrown in this thread and I just want to add my two cents by sharing a blog post related to this topic: LINQ: How to build complex ...Answered | 6 Replies | 5597 Views | Created by Garvander - Thursday, May 20, 2010 3:58 PM | Last reply by Michael Sun [MSFT] - Tuesday, May 25, 2010 1:21 AM -
0 Votes
Generate Dynamic Report in SSRS
Hi - I was wondering if you could provide some insight my struggles with creating a dynamic report within SSRS.Answered | 1 Replies | 747 Views | Created by LegallyBlonde - Monday, November 30, 2015 12:20 AM | Last reply by Qiuyun Yu - Monday, November 30, 2015 9:26 AM - Items 1 to 20 of 1695358 Next ›
No announcements