Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
AnswerRe: SignalR Instant File Upload Pin
Dave Kreskowiak14-Sep-17 4:10
mveDave Kreskowiak14-Sep-17 4:10 
QuestionHow implement Trackbar with range selection option? Pin
Le@rner12-Sep-17 18:34
Le@rner12-Sep-17 18:34 
AnswerRe: How implement Trackbar with range selection option? Pin
Richard MacCutchan12-Sep-17 19:14
mveRichard MacCutchan12-Sep-17 19:14 
GeneralRe: How implement Trackbar with range selection option? Pin
Le@rner12-Sep-17 19:56
Le@rner12-Sep-17 19:56 
GeneralRe: How implement Trackbar with range selection option? Pin
Richard MacCutchan12-Sep-17 20:48
mveRichard MacCutchan12-Sep-17 20:48 
Questionhow to implement security C# with ODP.net(oracle) Pin
Member 1340687412-Sep-17 17:28
Member 1340687412-Sep-17 17:28 
AnswerRe: how to implement security C# with ODP.net(oracle) Pin
Eddy Vluggen13-Sep-17 0:29
professionalEddy Vluggen13-Sep-17 0:29 
QuestionHow to set Datasource pointing to multiple Database at the time crystal report creation Pin
Ajay_Chaitanya12-Sep-17 2:32
Ajay_Chaitanya12-Sep-17 2:32 
I need to create a crystal report and have to set Datasource location pointing to Development, Testing and Production servers. The created crystal report will be placed in database table and fetched at the time of reposrt generation by passing the credentials(Development or production).

Please help me in this, I need a crystal report generated with multiple datasource connection.
In C# I have written code as shown below:

oReport.SetDatabaseLogon(gcUser, gcPassword, gcDB, gcDB);
     oReport.DataSourceConnections[0].SetLogon(gcUser, gcPassword);

AnswerRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
Eddy Vluggen13-Sep-17 0:22
professionalEddy Vluggen13-Sep-17 0:22 
GeneralRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
jschell13-Sep-17 8:27
jschell13-Sep-17 8:27 
GeneralRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
Eddy Vluggen13-Sep-17 8:36
professionalEddy Vluggen13-Sep-17 8:36 
AnswerRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
jschell13-Sep-17 8:34
jschell13-Sep-17 8:34 
AnswerRe: How to set Datasource pointing to multiple Database at the time crystal report creation Pin
eddieangel15-Sep-17 10:18
eddieangel15-Sep-17 10:18 
QuestionWhat is the objective of code benchmarking and what it does Pin
Mou_kol12-Sep-17 2:30
Mou_kol12-Sep-17 2:30 
AnswerRe: What is the objective of code benchmarking and what it does Pin
Jochen Arndt12-Sep-17 3:12
professionalJochen Arndt12-Sep-17 3:12 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Mou_kol12-Sep-17 22:44
Mou_kol12-Sep-17 22:44 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Eddy Vluggen13-Sep-17 0:30
professionalEddy Vluggen13-Sep-17 0:30 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Mou_kol14-Sep-17 3:06
Mou_kol14-Sep-17 3:06 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Richard Deeming13-Sep-17 8:08
mveRichard Deeming13-Sep-17 8:08 
GeneralRe: What is the objective of code benchmarking and what it does Pin
Mou_kol14-Sep-17 3:12
Mou_kol14-Sep-17 3:12 
QuestionRetrieve name of property incl. class and namespace Pin
Bernhard Hiller10-Sep-17 23:56
Bernhard Hiller10-Sep-17 23:56 
AnswerRe: Retrieve name of property incl. class and namespace Pin
Richard Deeming12-Sep-17 2:05
mveRichard Deeming12-Sep-17 2:05 
GeneralRe: Retrieve name of property incl. class and namespace Pin
Bernhard Hiller12-Sep-17 20:37
Bernhard Hiller12-Sep-17 20:37 
QuestionWhat is Delegets ? Why it is today's need in c# Pin
H M Mori10-Sep-17 23:06
professionalH M Mori10-Sep-17 23:06 
AnswerRe: What is Delegets ? Why it is today's need in c# Pin
Bohdan Stupak10-Sep-17 23:10
professionalBohdan Stupak10-Sep-17 23:10 

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.