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

C#

 
GeneralRe: Do I need to check this.Disposed inside my get/set for properties, too? Pin
Simon P Stevens31-Jul-08 22:03
Simon P Stevens31-Jul-08 22:03 
AnswerRe: Do I need to check this.Disposed inside my get/set for properties, too? Pin
PIEBALDconsult1-Aug-08 6:09
mvePIEBALDconsult1-Aug-08 6:09 
AnswerRe: Do I need to check this.Disposed inside my get/set for properties, too? Pin
Scott Dorman2-Aug-08 15:16
professionalScott Dorman2-Aug-08 15:16 
QuestionCadLib for creating DXF(Drawing Interchange Format) files in C# Pin
Muralikumar7631-Jul-08 4:46
Muralikumar7631-Jul-08 4:46 
AnswerRe: CadLib for creating DXF(Drawing Interchange Format) files in C# Pin
Simon P Stevens31-Jul-08 4:55
Simon P Stevens31-Jul-08 4:55 
GeneralRe: CadLib for creating DXF(Drawing Interchange Format) files in C# Pin
Muralikumar7631-Jul-08 21:04
Muralikumar7631-Jul-08 21:04 
GeneralRe: CadLib for creating DXF(Drawing Interchange Format) files in C# Pin
Simon P Stevens1-Aug-08 2:21
Simon P Stevens1-Aug-08 2:21 
QuestionAlternating Row colors in a VS 2008 .rdlc table Pin
AeonBlue31-Jul-08 3:57
AeonBlue31-Jul-08 3:57 
So I'm building several reports within my application and I wanted to have the functionality that the visual studio report builder gives me. I'm currently using Report Builder v8.0 because I have to construct for the 2.0 framework.

Anyway, here is my problem: I want to do alternating row colors within my table. In the backcolor property I have the function

=iif(RowNumber("DataSet_GetPersonData") Mod 2, "BurlyWood", "White")


If I put this in the backcolor property of the table, the rows inherit only the second color, "white." If I put this in the backcolor property of the row instead, I get the desired look (first row brown, second row white, etc) except the first column doesn't inherit either of the colors. Instead it remains transparent. I've modified the scope several times, using "nothing" and "table 1" instead of "DataSet_GetPersonData" getting the same results each time. What the heck am I doing wrong?? Confused | :confused: D'Oh! | :doh:

"The shortest distance between two points is under construction"
-Noelie ALtito

AnswerRe: Alternating Row colors in a VS 2008 .rdlc table Pin
AeonBlue4-Aug-08 9:10
AeonBlue4-Aug-08 9:10 
Questioncoding for a login class in C# Pin
halalalal31-Jul-08 3:15
halalalal31-Jul-08 3:15 
AnswerRe: coding for a login class in C# Pin
Eduard Keilholz31-Jul-08 3:19
Eduard Keilholz31-Jul-08 3:19 
AnswerRe: coding for a login class in C# Pin
Vimalsoft(Pty) Ltd31-Jul-08 4:21
professionalVimalsoft(Pty) Ltd31-Jul-08 4:21 
QuestionGet mimetype of a file Pin
katze031-Jul-08 3:09
katze031-Jul-08 3:09 
AnswerRe: Get mimetype of a file Pin
#realJSOP31-Jul-08 3:56
mve#realJSOP31-Jul-08 3:56 
AnswerRe: Get mimetype of a file Pin
User 665831-Jul-08 4:04
User 665831-Jul-08 4:04 
GeneralRe: Get mimetype of a file Pin
katze031-Jul-08 9:20
katze031-Jul-08 9:20 
GeneralRe: Get mimetype of a file Pin
User 665831-Jul-08 11:09
User 665831-Jul-08 11:09 
GeneralRe: Get mimetype of a file Pin
katze04-Aug-08 9:22
katze04-Aug-08 9:22 
Questionadd vb.net mocule in c# Pin
D. PAUL31-Jul-08 2:27
D. PAUL31-Jul-08 2:27 
AnswerRe: add vb.net mocule in c# Pin
Simon P Stevens31-Jul-08 2:38
Simon P Stevens31-Jul-08 2:38 
AnswerRe: add vb.net mocule in c# Pin
Vimalsoft(Pty) Ltd31-Jul-08 4:37
professionalVimalsoft(Pty) Ltd31-Jul-08 4:37 
Questionint is always 32-bit? Pin
George_George31-Jul-08 2:16
George_George31-Jul-08 2:16 
AnswerRe: int is always 32-bit? Pin
#realJSOP31-Jul-08 2:21
mve#realJSOP31-Jul-08 2:21 
GeneralRe: int is always 32-bit? Pin
George_George31-Jul-08 2:36
George_George31-Jul-08 2:36 
GeneralRe: int is always 32-bit? Pin
#realJSOP31-Jul-08 2:38
mve#realJSOP31-Jul-08 2:38 

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.