Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
AnswerRe: Searching database for every keyboard press Pin
PIEBALDconsult8-Aug-10 4:52
mvePIEBALDconsult8-Aug-10 4:52 
AnswerRe: Searching database for every keyboard press Pin
I Believe In GOD8-Aug-10 11:29
I Believe In GOD8-Aug-10 11:29 
GeneralRe: Searching database for every keyboard press Pin
Not Active8-Aug-10 12:39
mentorNot Active8-Aug-10 12:39 
GeneralRe: Searching database for every keyboard press Pin
J4amieC8-Aug-10 23:17
J4amieC8-Aug-10 23:17 
QuestionPosting an Unbound DataGridView to a MySQL Table Pin
Jeff Patterson7-Aug-10 10:03
Jeff Patterson7-Aug-10 10:03 
AnswerRe: Posting an Unbound DataGridView to a MySQL Table Pin
PIEBALDconsult7-Aug-10 17:28
mvePIEBALDconsult7-Aug-10 17:28 
GeneralRe: Posting an Unbound DataGridView to a MySQL Table Pin
Jeff Patterson8-Aug-10 11:49
Jeff Patterson8-Aug-10 11:49 
GeneralRe: Posting an Unbound DataGridView to a MySQL Table Pin
Luc Pattyn8-Aug-10 12:25
sitebuilderLuc Pattyn8-Aug-10 12:25 
As Piebald said:
foreach(DataGridViewRow row in myDGV) {
    .. stuff column values in an INSERT statement
    .. execute it
}


Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: Posting an Unbound DataGridView to a MySQL Table Pin
Jeff Patterson9-Aug-10 5:37
Jeff Patterson9-Aug-10 5:37 
GeneralRe: Posting an Unbound DataGridView to a MySQL Table Pin
Luc Pattyn9-Aug-10 5:52
sitebuilderLuc Pattyn9-Aug-10 5:52 
Questiondelete Pin
nhqlbaislwfiikqraqnm7-Aug-10 6:59
nhqlbaislwfiikqraqnm7-Aug-10 6:59 
AnswerRe: Firefox URL Pin
Ravi Bhavnani7-Aug-10 9:32
professionalRavi Bhavnani7-Aug-10 9:32 
GeneralMessage Closed Pin
7-Aug-10 21:48
nhqlbaislwfiikqraqnm7-Aug-10 21:48 
AnswerRe: Firefox URL Pin
Ravi Bhavnani8-Aug-10 7:44
professionalRavi Bhavnani8-Aug-10 7:44 
AnswerRe: Firefox URL Pin
I Believe In GOD7-Aug-10 12:49
I Believe In GOD7-Aug-10 12:49 
AnswerRe: Firefox URL Pin
Luc Pattyn8-Aug-10 1:00
sitebuilderLuc Pattyn8-Aug-10 1:00 
AnswerRe: Firefox URL Pin
Mycroft Holmes8-Aug-10 2:09
professionalMycroft Holmes8-Aug-10 2:09 
GeneralMessage Closed Pin
8-Aug-10 8:41
nhqlbaislwfiikqraqnm8-Aug-10 8:41 
AnswerRe: Firefox URL Pin
Saint_pl26-Aug-10 5:58
Saint_pl26-Aug-10 5:58 
QuestionCrystal report Pin
tek 20097-Aug-10 0:57
tek 20097-Aug-10 0:57 
AnswerRe: Crystal report Pin
PIEBALDconsult7-Aug-10 6:04
mvePIEBALDconsult7-Aug-10 6:04 
QuestionCannot implicitly convert type 'object' to 'bool' Pin
Tichaona J7-Aug-10 0:49
Tichaona J7-Aug-10 0:49 
AnswerRe: Cannot implicitly convert type 'object' to 'bool' Pin
Luc Pattyn7-Aug-10 1:20
sitebuilderLuc Pattyn7-Aug-10 1:20 
AnswerA suggestion Pin
Richard MacCutchan7-Aug-10 2:45
mveRichard MacCutchan7-Aug-10 2:45 
GeneralRe: A suggestion [modified] Pin
harold aptroot7-Aug-10 4:10
harold aptroot7-Aug-10 4:10 

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.