Click here to Skip to main content
15,913,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
Dave Kreskowiak29-Jun-11 9:35
mveDave Kreskowiak29-Jun-11 9:35 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
AspDotNetDev29-Jun-11 8:55
protectorAspDotNetDev29-Jun-11 8:55 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
Dave Kreskowiak29-Jun-11 9:25
mveDave Kreskowiak29-Jun-11 9:25 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
madhubabu29-Jun-11 9:47
madhubabu29-Jun-11 9:47 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
Dave Kreskowiak29-Jun-11 10:38
mveDave Kreskowiak29-Jun-11 10:38 
GeneralRe: Get Current Identity value of the table using LINQ. Pin
madhubabu29-Jun-11 10:55
madhubabu29-Jun-11 10:55 
SuggestionRe: Get Current Identity value of the table using LINQ. Pin
AspDotNetDev29-Jun-11 7:36
protectorAspDotNetDev29-Jun-11 7:36 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
PIEBALDconsult29-Jun-11 15:02
mvePIEBALDconsult29-Jun-11 15:02 
AnswerRe: Get Current Identity value of the table using LINQ. Pin
#realJSOP30-Jun-11 1:32
professional#realJSOP30-Jun-11 1:32 
QuestionDatagridview Arabic Localization? C# 2010 Application Pin
Paramu197329-Jun-11 5:11
Paramu197329-Jun-11 5:11 
AnswerRe: Datagridview Arabic Localization? C# 2010 Application [modified] Pin
Not Active29-Jun-11 5:37
mentorNot Active29-Jun-11 5:37 
AnswerRe: Datagridview Arabic Localization? C# 2010 Application Pin
DoctorMick29-Jun-11 5:45
DoctorMick29-Jun-11 5:45 
GeneralRe: Datagridview Arabic Localization? C# 2010 Application Pin
Paramu197329-Jun-11 19:30
Paramu197329-Jun-11 19:30 
QuestionWCF Service Browsable through any Web Browser Pin
logicon29-Jun-11 4:36
logicon29-Jun-11 4:36 
AnswerRe: WCF Service Browsable through any Web Browser Pin
Richard MacCutchan29-Jun-11 5:46
mveRichard MacCutchan29-Jun-11 5:46 
AnswerRe: WCF Service Browsable through any Web Browser Pin
DoctorMick29-Jun-11 5:48
DoctorMick29-Jun-11 5:48 
GeneralRe: WCF Service Browsable through any Web Browser Pin
Mirko198029-Jun-11 5:51
Mirko198029-Jun-11 5:51 
Questionconvert a DataTable to a multi-line graph in c# Pin
Jordao8529-Jun-11 4:13
Jordao8529-Jun-11 4:13 
AnswerRe: convert a DataTable to a multi-line graph in c# Pin
Blue_Boy29-Jun-11 4:29
Blue_Boy29-Jun-11 4:29 
QuestionWhy Control.FromHandle(IntPtr) returns null in one hooked process and returns valid object of “Form”? in another hooked process? Pin
glitteringsound29-Jun-11 3:13
glitteringsound29-Jun-11 3:13 
QuestionDot Net Remoting [modified] Pin
Aneesh M29-Jun-11 1:14
Aneesh M29-Jun-11 1:14 
AnswerRe: Dot Net Remoting Pin
Mario Majčica29-Jun-11 1:49
professionalMario Majčica29-Jun-11 1:49 
GeneralRe: Dot Net Remoting Pin
Aneesh M1-Jul-11 0:29
Aneesh M1-Jul-11 0:29 
AnswerRe: Dot Net Remoting Pin
Corinna John29-Jun-11 5:04
Corinna John29-Jun-11 5:04 
QuestionActivator.CreateInstance Pin
scotlandc28-Jun-11 4:12
scotlandc28-Jun-11 4:12 
Hello.

Am not sure about this, hope someone can provide a little help.

I've got a folder with a variety of pre-defined Crystal Reports which will need to be instantiated depending on some user input. This folder is not part of the solution, it's just sitting on a server drive.

So assuming the input is rptTest, I need to instantiate the report called rptTest. If the app can't find a match, it alerts the user.

Is it Activator.CreateInstance I need to accomplish this or is it simply not possible? If it is, can anyone provide a code sample. I know I need an assemblyname and a typename for one but which would be the user input and what would the other be?

Hope I'm being clear and that someone can help.

Thanks in advance

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.