Click here to Skip to main content
16,004,901 members
Home / Discussions / C#
   

C#

 
GeneralRe: Playing a song in a seperate thread Pin
Jordanwb11-Jan-08 3:06
Jordanwb11-Jan-08 3:06 
GeneralRe: Playing a song in a seperate thread Pin
Patrick Etc.10-Jan-08 12:34
Patrick Etc.10-Jan-08 12:34 
GeneralRe: Playing a song in a seperate thread Pin
Expert Coming10-Jan-08 19:50
Expert Coming10-Jan-08 19:50 
GeneralRe: Playing a song in a seperate thread Pin
electriac13-Jan-08 12:55
electriac13-Jan-08 12:55 
GeneralState Transition Diagram Pin
james_dixon_200810-Jan-08 11:33
james_dixon_200810-Jan-08 11:33 
GeneralRe: State Transition Diagram Pin
Pete O'Hanlon15-Jan-08 4:38
mvePete O'Hanlon15-Jan-08 4:38 
GeneralDataTable.Select("Column is null") very slow Pin
bemahesh10-Jan-08 11:25
bemahesh10-Jan-08 11:25 
GeneralRe: DataTable.Select("Column is null") very slow Pin
Mark Greenwood10-Jan-08 17:13
Mark Greenwood10-Jan-08 17:13 
did you try

<br />
col1 = dr["col1"].ToString().Trim();<br />
col2 = dr["col2"].ToString().Trim();<br />
col3 = dr["col3"].ToString().Trim();<br />
<br />
if( dr["col4"] == DBNull.Value )<br />
{<br />
    // Do Stuff<br />
    recordsSelected = dt.Select("col2 = " + "'" + col2 + "'" + " And col1 = " + "'" + col1 + "'" + " And col3 = " + "'" + col3+ "'" + " And col4 = ''"); <br />
}<br />
else<br />
{<br />
    col4 = dr ["col4"].ToString().Trim(); <br />
    recordsSelected = dt.Select("col2 = " + "'" + col2 + "'" + " And col1 = " + "'" + col1 + "'" + " col3 = " + "'" + col3 + "'" + " And col4 = " + "'" + col4 + "'");<br />
}<br />

GeneralRe: DataTable.Select("Column is null") very slow Pin
bemahesh11-Jan-08 3:14
bemahesh11-Jan-08 3:14 
GeneralRe: DataTable.Select("Column is null") very slow Pin
Justin Perez11-Jan-08 3:35
Justin Perez11-Jan-08 3:35 
GeneralRe: DataTable.Select("Column is null") very slow Pin
bemahesh11-Jan-08 4:16
bemahesh11-Jan-08 4:16 
QuestionJSP Converted C# Pin
lisad_tgc10-Jan-08 10:49
lisad_tgc10-Jan-08 10:49 
GeneralRe: JSP Converted C# Pin
Dave Kreskowiak10-Jan-08 13:40
mveDave Kreskowiak10-Jan-08 13:40 
Question[Message Deleted] Pin
Member 446434910-Jan-08 8:43
Member 446434910-Jan-08 8:43 
GeneralRe: Combobox duplicate names problem Pin
Skippums10-Jan-08 8:53
Skippums10-Jan-08 8:53 
QuestionWhere can I find a book on C# Graphics and Drawing? Pin
east8510-Jan-08 8:32
east8510-Jan-08 8:32 
GeneralA computer name Pin
Strategic_Thinker10-Jan-08 7:18
Strategic_Thinker10-Jan-08 7:18 
GeneralRe: A computer name Pin
Skippums10-Jan-08 7:33
Skippums10-Jan-08 7:33 
GeneralRe: A computer name Pin
Strategic_Thinker10-Jan-08 9:44
Strategic_Thinker10-Jan-08 9:44 
AnswerRe: A computer name Pin
Skippums10-Jan-08 9:50
Skippums10-Jan-08 9:50 
GeneralRe: A computer name Pin
Dave Kreskowiak10-Jan-08 7:35
mveDave Kreskowiak10-Jan-08 7:35 
GeneralInverse regex matching Pin
WillemM10-Jan-08 7:17
WillemM10-Jan-08 7:17 
GeneralRe: Inverse regex matching Pin
Skippums10-Jan-08 7:23
Skippums10-Jan-08 7:23 
GeneralRe: Inverse regex matching Pin
WillemM11-Jan-08 2:53
WillemM11-Jan-08 2:53 
GeneralRe: Inverse regex matching Pin
Skippums11-Jan-08 4:36
Skippums11-Jan-08 4:36 

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.