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

C#

 
GeneralRe: books Pin
valikac7-Jun-04 12:05
valikac7-Jun-04 12:05 
GeneralRe: books Pin
surgeproof9-Jun-04 10:08
surgeproof9-Jun-04 10:08 
GeneralRe: books Pin
Werdna8-Jun-04 3:36
Werdna8-Jun-04 3:36 
GeneralRe: books Pin
surgeproof9-Jun-04 10:06
surgeproof9-Jun-04 10:06 
QuestionUsing WMPLib in C# for CD controls? Pin
Admiral Ackbar7-Jun-04 11:09
Admiral Ackbar7-Jun-04 11:09 
AnswerRe: Using WMPLib in C# for CD controls? Pin
Heath Stewart7-Jun-04 11:33
protectorHeath Stewart7-Jun-04 11:33 
GeneralCheck if a TreeViewItem is visible NOT using EnsureVisible Pin
Guinness4Strength7-Jun-04 10:55
Guinness4Strength7-Jun-04 10:55 
GeneralRe: Check if a TreeViewItem is visible NOT using EnsureVisible Pin
Heath Stewart7-Jun-04 11:28
protectorHeath Stewart7-Jun-04 11:28 
GeneralRe: Check if a TreeViewItem is visible NOT using EnsureVisible Pin
Guinness4Strength7-Jun-04 11:31
Guinness4Strength7-Jun-04 11:31 
GeneralRe: Check if a TreeViewItem is visible NOT using EnsureVisible Pin
Heath Stewart7-Jun-04 11:42
protectorHeath Stewart7-Jun-04 11:42 
GeneralRe: Check if a TreeViewItem is visible NOT using EnsureVisible Pin
Guinness4Strength7-Jun-04 11:45
Guinness4Strength7-Jun-04 11:45 
Generalrunning automatically asp.net website Pin
amitmerla7-Jun-04 10:20
amitmerla7-Jun-04 10:20 
GeneralRe: running automatically asp.net website Pin
Heath Stewart7-Jun-04 11:27
protectorHeath Stewart7-Jun-04 11:27 
GeneralException variable never used Pin
Dominik Reichl7-Jun-04 10:03
Dominik Reichl7-Jun-04 10:03 
GeneralRe: Exception variable never used Pin
Dave Kreskowiak7-Jun-04 10:15
mveDave Kreskowiak7-Jun-04 10:15 
GeneralRe: Exception variable never used Pin
leppie7-Jun-04 10:42
leppie7-Jun-04 10:42 
GeneralRe: Exception variable never used Pin
Heath Stewart7-Jun-04 11:25
protectorHeath Stewart7-Jun-04 11:25 
GeneralRe: Exception variable never used Pin
Dave Kreskowiak7-Jun-04 11:57
mveDave Kreskowiak7-Jun-04 11:57 
GeneralRe: Exception variable never used Pin
leppie7-Jun-04 12:54
leppie7-Jun-04 12:54 
GeneralUsing variable in Values for SQL insert Pin
kv_ajay7-Jun-04 8:40
kv_ajay7-Jun-04 8:40 
GeneralRe: Using variable in Values for SQL insert Pin
Alvaro Mendez7-Jun-04 8:55
Alvaro Mendez7-Jun-04 8:55 
GeneralRe: Using variable in Values for SQL insert Pin
Anonymous7-Jun-04 9:47
Anonymous7-Jun-04 9:47 
GeneralRe: Using variable in Values for SQL insert Pin
Dave Kreskowiak7-Jun-04 9:55
mveDave Kreskowiak7-Jun-04 9:55 
The SelectedText property of a ComboBox is the selected text in the editable portion of the box. In some cases, SelectedText can return null, especially if your ComboBox is setup with its DropDownStyle set to ComboBoxStyle.DropDownList. Use SelectedItem.ToString() instead.

This could have been easier to diagnose had you been using parameterized queries instead of string concantenations...


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Using variable in Values for SQL insert Pin
Anonymous7-Jun-04 10:06
Anonymous7-Jun-04 10:06 
GeneralRe: Using variable in Values for SQL insert Pin
Dave Kreskowiak7-Jun-04 10:13
mveDave Kreskowiak7-Jun-04 10:13 

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.