Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
GeneralC# send arraylist between forms Pin
Member 119488412-Sep-04 3:15
Member 119488412-Sep-04 3:15 
GeneralRe: C# send arraylist between forms Pin
Nick Parker12-Sep-04 4:35
protectorNick Parker12-Sep-04 4:35 
GeneralRe: C# send arraylist between forms Pin
Member 119488412-Sep-04 5:14
Member 119488412-Sep-04 5:14 
GeneralRe: C# send arraylist between forms Pin
Nick Parker12-Sep-04 6:18
protectorNick Parker12-Sep-04 6:18 
GeneralRe: C# send arraylist between forms Pin
Member 119488412-Sep-04 7:45
Member 119488412-Sep-04 7:45 
GeneralRe: C# send arraylist between forms Pin
Member 119488412-Sep-04 7:50
Member 119488412-Sep-04 7:50 
GeneralHC_SKIP Pin
Hadi Fakhreddine12-Sep-04 1:35
Hadi Fakhreddine12-Sep-04 1:35 
QuestionHow do you handle inserting " ' " character in program? Pin
ting66812-Sep-04 1:16
ting66812-Sep-04 1:16 
Hi How do you handle inserting " ' " character in program?

e.g

sqlcommand.CommandText = "INSERT INTO Table1 VALUES ('" + value1 + "', '" + value2 + "')";

if value1 is "'" (single quotation), it will cause error. To solve this, it is need to test value1 have got single quotation or not. If yes, insert one more single quotation before the original one. However, I think it is too trouble. Is there any other way to solve it? Thanks!
AnswerRe: How do you handle inserting " ' " character in program? Pin
Hadi Fakhreddine12-Sep-04 1:42
Hadi Fakhreddine12-Sep-04 1:42 
AnswerRe: How do you handle inserting " ' " character in program? Pin
mav.northwind12-Sep-04 1:47
mav.northwind12-Sep-04 1:47 
GeneralIllegal Cross Thread Opperation Pin
eggie511-Sep-04 15:37
eggie511-Sep-04 15:37 
GeneralRe: Illegal Cross Thread Opperation Pin
eggie511-Sep-04 17:41
eggie511-Sep-04 17:41 
GeneralTrackBar in a ToolStrip Pin
eggie511-Sep-04 10:31
eggie511-Sep-04 10:31 
GeneralCapturing Window, I got C++ code - please help! Pin
nantcom11-Sep-04 8:21
nantcom11-Sep-04 8:21 
GeneralRe: Capturing Window, I got C++ code - please help! Pin
Nick Parker11-Sep-04 10:05
protectorNick Parker11-Sep-04 10:05 
GeneralRe: Capturing Window, I got C++ code - please help! Pin
nantcom11-Sep-04 19:20
nantcom11-Sep-04 19:20 
GeneralFound the way! Pin
nantcom11-Sep-04 22:10
nantcom11-Sep-04 22:10 
GeneralBattery status in c# Pin
nocture11-Sep-04 6:43
nocture11-Sep-04 6:43 
GeneralRe: Battery status in c# Pin
Nick Parker11-Sep-04 7:26
protectorNick Parker11-Sep-04 7:26 
GeneralRe: Battery status in c# Pin
nocture11-Sep-04 7:53
nocture11-Sep-04 7:53 
GeneralRe: Battery status in c# Pin
Nick Parker11-Sep-04 8:15
protectorNick Parker11-Sep-04 8:15 
GeneralRe: Battery status in c# Pin
nocture11-Sep-04 8:29
nocture11-Sep-04 8:29 
GeneralListView DisplayMember Pin
eggie511-Sep-04 4:46
eggie511-Sep-04 4:46 
GeneralRe: ListView DisplayMember Pin
Baris Kurtlutepe11-Sep-04 8:04
Baris Kurtlutepe11-Sep-04 8:04 
GeneralRe: ListView DisplayMember Pin
eggie511-Sep-04 10:29
eggie511-Sep-04 10:29 

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.