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

C#

 
QuestionHow to save doc files in C Pin
arun.m25-Jul-06 20:32
arun.m25-Jul-06 20:32 
AnswerRe: How to save doc files in C Pin
Christian Graus25-Jul-06 20:36
protectorChristian Graus25-Jul-06 20:36 
Questionhow can I get the original properties of my form back? Pin
xkx3225-Jul-06 20:22
xkx3225-Jul-06 20:22 
AnswerRe: how can I get the original properties of my form back? Pin
stancrm25-Jul-06 20:32
stancrm25-Jul-06 20:32 
AnswerRe: how can I get the original properties of my form back? Pin
Christian Graus25-Jul-06 20:39
protectorChristian Graus25-Jul-06 20:39 
AnswerRe: how can I get the original properties of my form back? Pin
Martin#25-Jul-06 20:41
Martin#25-Jul-06 20:41 
QuestionProblem in Using Range Validator Pin
ChennaiBabu25-Jul-06 19:36
ChennaiBabu25-Jul-06 19:36 
QuestionCrystal Reports Pin
krieg3825-Jul-06 19:23
krieg3825-Jul-06 19:23 
Please tell me what I am doing wrong. I have some problems using Crystal Reports. I have for an example an Access database with a table called "Authors". I connect to the database using the server explorer in VS.NET 2005, I create an OleDbConnection and a DataAdapter. I use the Generate Dataset option from the DataAdapter to generate a Typed DataSet called dataSet1. I load data into the DataSet using the Fill method from the DataAdapter. Then I insert a new Crystal Report Document Using the Wizard and I add as data source From the Project Data/ADO.Net Datasets the dataset1.Authors. I add all the fields from the dataset and I add an Crystal Report Viewer control to the main form. I use the folowing code to set the ReportSource filed of the viewer:
CrystalReport1 cs = new CrystalReport1();
this.crystalReportViewer1.ReportSource = cs;

Ok, when I run the Application the Crystal Report Viewer it lists nothing from the DataSet data. What is wrong?

AnswerRe: Crystal Reports [modified] Pin
krieg3825-Jul-06 19:49
krieg3825-Jul-06 19:49 
GeneralRe: Crystal Reports Pin
Glen Harvy22-Aug-06 22:48
Glen Harvy22-Aug-06 22:48 
QuestionHow to use EnableAutoDragDrop, Text DnD Pin
Mikzi25-Jul-06 18:02
Mikzi25-Jul-06 18:02 
Questioncreating auto folder path in c#.net Pin
ybasha25-Jul-06 17:26
ybasha25-Jul-06 17:26 
AnswerRe: creating auto folder path in c#.net Pin
Christian Graus25-Jul-06 17:53
protectorChristian Graus25-Jul-06 17:53 
QuestionProblem Window forms! [modified] Pin
taybalo25-Jul-06 15:37
taybalo25-Jul-06 15:37 
AnswerRe: Problem Window forms! Pin
krieg3825-Jul-06 19:25
krieg3825-Jul-06 19:25 
AnswerRe: Problem Window forms! Pin
stancrm25-Jul-06 20:15
stancrm25-Jul-06 20:15 
QuestionEnterprise Library 2.0 Pin
guroo1325-Jul-06 15:11
guroo1325-Jul-06 15:11 
AnswerRe: Enterprise Library 2.0 Pin
guroo1325-Jul-06 15:12
guroo1325-Jul-06 15:12 
QuestionWriting Xml from listView Pin
teejayem25-Jul-06 13:38
teejayem25-Jul-06 13:38 
QuestionValidating data Pin
TheJudeDude25-Jul-06 11:09
TheJudeDude25-Jul-06 11:09 
AnswerRe: Validating data Pin
Ennis Ray Lynch, Jr.25-Jul-06 11:16
Ennis Ray Lynch, Jr.25-Jul-06 11:16 
GeneralRe: Validating data Pin
TheJudeDude25-Jul-06 11:48
TheJudeDude25-Jul-06 11:48 
QuestionReading xml Pin
teejayem25-Jul-06 10:50
teejayem25-Jul-06 10:50 
AnswerAlright Pin
Ennis Ray Lynch, Jr.25-Jul-06 10:57
Ennis Ray Lynch, Jr.25-Jul-06 10:57 
GeneralRe: Alright Pin
teejayem25-Jul-06 11:05
teejayem25-Jul-06 11:05 

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.