Click here to Skip to main content
15,881,852 members
Home / Discussions / C#
   

C#

 
QuestionHow to pass values to crystal report field ? Pin
hdv21220-Oct-09 8:09
hdv21220-Oct-09 8:09 
QuestionGet SelectedValue DataGridViewComboBox Column Pin
AmirReza Mashalian20-Oct-09 8:01
AmirReza Mashalian20-Oct-09 8:01 
AnswerRe: Get SelectedValue DataGridViewComboBox Column Pin
Henry Minute20-Oct-09 11:05
Henry Minute20-Oct-09 11:05 
QuestionConversion of C++ istream/ostream to C# Pin
Member 264997220-Oct-09 5:10
Member 264997220-Oct-09 5:10 
AnswerRe: Conversion of C++ istream/ostream to C# Pin
Dave Doknjas20-Oct-09 12:44
Dave Doknjas20-Oct-09 12:44 
AnswerRe: Conversion of C++ istream/ostream to C# Pin
Christian Graus20-Oct-09 13:02
protectorChristian Graus20-Oct-09 13:02 
GeneralRe: Conversion of C++ istream/ostream to C# Pin
Member 264997220-Oct-09 15:58
Member 264997220-Oct-09 15:58 
QuestionRdlc report Pin
T_Teef20-Oct-09 4:12
T_Teef20-Oct-09 4:12 
In C# i placed an rdlc report viewer on a windows form now when i make an object of the form it wont call the report viewer. please help if any .

<pre>
                        RdlcReportViewer rv = new RdlcReportViewer();
                        rv.<u>reportViewer1</u>.LocalReport.EnableHyperlinks = true;
                        rv.<u>reportViewer1</u>.LocalReport.ReportEmbeddedResource= "test.RdlcRptPayments.rdlc";
</pre>

thankx. Smile | :)
AnswerRe: Rdlc report Pin
Wes Aday20-Oct-09 4:56
professionalWes Aday20-Oct-09 4:56 
QuestionC# - Using Memory Streams with XML [modified] Pin
Ostrich2220-Oct-09 3:50
Ostrich2220-Oct-09 3:50 
AnswerRe: C# - Using Memory Streams with XML Pin
Keith Barrow20-Oct-09 4:00
professionalKeith Barrow20-Oct-09 4:00 
AnswerRe: C# - Using Memory Streams with XML Pin
Covean20-Oct-09 4:04
Covean20-Oct-09 4:04 
GeneralRe: C# - Using Memory Streams with XML Pin
Ostrich2220-Oct-09 4:06
Ostrich2220-Oct-09 4:06 
AnswerRe: C# - Using Memory Streams with XML Pin
OriginalGriff20-Oct-09 4:08
mveOriginalGriff20-Oct-09 4:08 
AnswerRe: C# - Using Memory Streams with XML Pin
Mirko198020-Oct-09 4:14
Mirko198020-Oct-09 4:14 
AnswerRe: C# - Using Memory Streams with XML Pin
Luc Pattyn20-Oct-09 4:24
sitebuilderLuc Pattyn20-Oct-09 4:24 
QuestionHow to catch an event fired within a late-binded, custom written DLL. [modified] Pin
MatthysDT20-Oct-09 2:55
MatthysDT20-Oct-09 2:55 
AnswerRe: How to catch an event fired within a late-binded, custom written DLL. Pin
Eddy Vluggen20-Oct-09 7:22
professionalEddy Vluggen20-Oct-09 7:22 
GeneralRe: How to catch an event fired within a late-binded, custom written DLL. Pin
MatthysDT21-Oct-09 20:15
MatthysDT21-Oct-09 20:15 
QuestionDateTimePicker with BackColor Pin
blind198520-Oct-09 2:54
blind198520-Oct-09 2:54 
Questiondatagridview question Pin
akram300220-Oct-09 2:27
akram300220-Oct-09 2:27 
AnswerRe: datagridview question Pin
Calla20-Oct-09 2:36
Calla20-Oct-09 2:36 
GeneralRe: datagridview question Pin
akram300220-Oct-09 2:40
akram300220-Oct-09 2:40 
AnswerRe: datagridview question Pin
stancrm20-Oct-09 2:39
stancrm20-Oct-09 2:39 
GeneralRe: datagridview question Pin
akram300220-Oct-09 2:44
akram300220-Oct-09 2:44 

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.