Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to Read folder contents Pin
tker12-Aug-07 20:29
tker12-Aug-07 20:29 
GeneralRe: how to Read folder contents Pin
salmonraju12-Aug-07 21:01
salmonraju12-Aug-07 21:01 
Questioncrystal reports Pin
monuSaini12-Aug-07 19:58
monuSaini12-Aug-07 19:58 
AnswerRe: crystal reports Pin
Imranlogi12-Aug-07 20:33
Imranlogi12-Aug-07 20:33 
GeneralRe: crystal reports Pin
monuSaini12-Aug-07 20:49
monuSaini12-Aug-07 20:49 
GeneralRe: crystal reports Pin
Imranlogi12-Aug-07 21:18
Imranlogi12-Aug-07 21:18 
GeneralRe: crystal reports Pin
monuSaini12-Aug-07 21:27
monuSaini12-Aug-07 21:27 
GeneralRe: crystal reports Pin
Imranlogi12-Aug-07 23:06
Imranlogi12-Aug-07 23:06 
I think u must have written some class where u have defined the connection string, change the connection string from there first, what ever new connection string you want. Now in report section u might be using Crystal Report Viewer, so in that Form Load write code like this, according to your table name and class name.
I hope this will help you.

private void CreateReport()
{
this.datcMarketData.getdatafrmdatabase();
JobMarketReport report = new JobMarketReport();
report.SetDataSource(datcMarketData.dSet);
crystalReportViewer1.ReportSource = report;
}

Thanks

Imran

QuestionObject reference problem in a windows application. Pin
Janu_M12-Aug-07 19:23
Janu_M12-Aug-07 19:23 
QuestionC# DataGridView - Deleting a new Row Pin
shubhabratam12-Aug-07 17:59
shubhabratam12-Aug-07 17:59 
AnswerRe: C# DataGridView - Deleting a new Row Pin
Michael Sync12-Aug-07 18:09
Michael Sync12-Aug-07 18:09 
AnswerRe: C# DataGridView - Deleting a new Row Pin
Imranlogi12-Aug-07 20:40
Imranlogi12-Aug-07 20:40 
GeneralRe: C# DataGridView - Deleting a new Row Pin
shubhabratam12-Aug-07 20:53
shubhabratam12-Aug-07 20:53 
GeneralRe: C# DataGridView - Deleting a new Row Pin
Imranlogi12-Aug-07 21:13
Imranlogi12-Aug-07 21:13 
QuestionAfter passing file name in PrintQueue.AddJob(_,_,) folder is getting locked Pin
gvisgr812-Aug-07 17:53
gvisgr812-Aug-07 17:53 
QuestionHow to synchronize between GridView and DataTable? Pin
Michael Sync12-Aug-07 17:42
Michael Sync12-Aug-07 17:42 
Questioncovert string to particular pattern Pin
Amjath Rahman12-Aug-07 17:40
Amjath Rahman12-Aug-07 17:40 
AnswerRe: covert string to particular pattern Pin
Michael Sync12-Aug-07 18:05
Michael Sync12-Aug-07 18:05 
QuestionCreating a executable for a custom action Pin
steve_rm12-Aug-07 12:56
steve_rm12-Aug-07 12:56 
AnswerRe: Creating a executable for a custom action Pin
Jimmanuel13-Aug-07 7:46
Jimmanuel13-Aug-07 7:46 
Questionporting c code and crc32 Pin
dfn12-Aug-07 9:42
dfn12-Aug-07 9:42 
AnswerRe: porting c code and crc32 Pin
Luc Pattyn12-Aug-07 10:03
sitebuilderLuc Pattyn12-Aug-07 10:03 
AnswerRe: porting c code and crc32 Pin
Ravi Bhavnani12-Aug-07 12:13
professionalRavi Bhavnani12-Aug-07 12:13 
QuestionHow to delete message from Sim card Pin
Babubhai0712-Aug-07 9:29
Babubhai0712-Aug-07 9:29 
Questionreconnecting a client to socket server [modified] Pin
gizmokaka12-Aug-07 7:58
gizmokaka12-Aug-07 7:58 

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.