Click here to Skip to main content
15,886,840 members
Home / Discussions / C#
   

C#

 
Questionc# windows application...... Pin
singhdurgesh24-Jun-09 2:47
singhdurgesh24-Jun-09 2:47 
AnswerRe: c# windows application...... Pin
Gary Stafford24-Jun-09 3:01
Gary Stafford24-Jun-09 3:01 
AnswerUse a console application or a Service Pin
Ennis Ray Lynch, Jr.24-Jun-09 3:10
Ennis Ray Lynch, Jr.24-Jun-09 3:10 
AnswerRe: c# windows application...... Pin
PIEBALDconsult24-Jun-09 4:51
mvePIEBALDconsult24-Jun-09 4:51 
QuestionUpdate Table Pin
kibromg24-Jun-09 2:13
kibromg24-Jun-09 2:13 
AnswerRe: Update Table Pin
ScottM124-Jun-09 2:21
ScottM124-Jun-09 2:21 
GeneralRe: Update Table Pin
kibromg24-Jun-09 2:35
kibromg24-Jun-09 2:35 
AnswerYou can use an insert statement Pin
Ennis Ray Lynch, Jr.24-Jun-09 3:08
Ennis Ray Lynch, Jr.24-Jun-09 3:08 
That is usually how I insert into SQL. The CSV data can be split using the string.split method and if you parametrize the queries you will avoid SQL injection but still be susceptible to spammers so you will need to HTML encode any input.


Need custom software developed? I do C# development and consulting all over the United States.

A man said to the universe:
"Sir I exist!"
"However," replied the universe,
"The fact has not created in me
A sense of obligation."
--Stephen Crane


GeneralRe: You can use an insert statement Pin
kibromg24-Jun-09 4:00
kibromg24-Jun-09 4:00 
GeneralRe: You can use an insert statement Pin
Ennis Ray Lynch, Jr.24-Jun-09 4:03
Ennis Ray Lynch, Jr.24-Jun-09 4:03 
GeneralRe: You can use an insert statement Pin
kibromg24-Jun-09 6:35
kibromg24-Jun-09 6:35 
AnswerRe: Update Table Pin
PIEBALDconsult24-Jun-09 7:09
mvePIEBALDconsult24-Jun-09 7:09 
GeneralRe: Update Table Pin
kibromg24-Jun-09 11:21
kibromg24-Jun-09 11:21 
GeneralRe: Update Table Pin
PIEBALDconsult24-Jun-09 13:45
mvePIEBALDconsult24-Jun-09 13:45 
GeneralRe: Update Table Pin
kibromg24-Jun-09 23:19
kibromg24-Jun-09 23:19 
QuestionI Want Get Thread Object Pin
Dong Cher, Ryu24-Jun-09 1:42
Dong Cher, Ryu24-Jun-09 1:42 
AnswerRe: I Want Get Thread Object Pin
stancrm24-Jun-09 1:56
stancrm24-Jun-09 1:56 
QuestionAdding dates Pin
kanchoette24-Jun-09 1:05
kanchoette24-Jun-09 1:05 
AnswerRe: Adding dates Pin
SeMartens24-Jun-09 1:07
SeMartens24-Jun-09 1:07 
GeneralRe: Adding dates Pin
kanchoette24-Jun-09 1:10
kanchoette24-Jun-09 1:10 
AnswerRe: Adding dates Pin
Pete O'Hanlon24-Jun-09 1:09
mvePete O'Hanlon24-Jun-09 1:09 
AnswerRe: Adding dates Pin
DaveyM6924-Jun-09 1:09
professionalDaveyM6924-Jun-09 1:09 
QuestionHow to get or set the innerText of an HTMLElement at runtime using c# Pin
svt gdwl24-Jun-09 0:57
svt gdwl24-Jun-09 0:57 
QuestionFind the not-existing element in int arrays. Pin
CodingLover24-Jun-09 0:52
CodingLover24-Jun-09 0:52 
AnswerRe: Find the not-existing element in int arrays. Pin
Calla24-Jun-09 1:00
Calla24-Jun-09 1:00 

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.