Click here to Skip to main content
16,005,389 members
Home / Discussions / C#
   

C#

 
GeneralRe: Remote X509Certificates Pin
led mike18-May-07 6:03
led mike18-May-07 6:03 
GeneralRe: Remote X509Certificates Pin
Nicholas Cardi18-May-07 6:11
Nicholas Cardi18-May-07 6:11 
Questionclass of C# about http protocol 1.0 Pin
vunhat18-May-07 4:16
vunhat18-May-07 4:16 
AnswerRe: class of C# about http protocol 1.0 Pin
led mike18-May-07 4:34
led mike18-May-07 4:34 
QuestionHelp! Using updatequery in click event. Pin
Jon Henry18-May-07 4:02
Jon Henry18-May-07 4:02 
AnswerRe: Help! Using updatequery in click event. Pin
Jimmanuel18-May-07 4:23
Jimmanuel18-May-07 4:23 
GeneralRe: Help! Using updatequery in click event. Pin
Jon Henry18-May-07 4:56
Jon Henry18-May-07 4:56 
GeneralRe: Help! Using updatequery in click event. Pin
Jimmanuel18-May-07 5:15
Jimmanuel18-May-07 5:15 
The number of parameters is dictated by the functions' definition. You need to find where the function is defined and check there to see what else you need to pass into it besides whatever this.paintballDataSet.Inventory is.
Ex.
private void btn500pballs_Click(object sender, EventArgs e)
{
    // code 
}

requires you pass in an object and EventArgs as parameters when calling it (although it looks like an event handler, so you shouldn't be calling it directly).

As others have said this is pretty basic. If you're really that new to C#/programming in general then you might want to check out some primer articles here[^] before you dive into databases and other more advanced stuff.
AnswerRe: Help! Using updatequery in click event. Pin
led mike18-May-07 4:32
led mike18-May-07 4:32 
GeneralRe: Help! Using updatequery in click event. Pin
Jon Henry18-May-07 4:48
Jon Henry18-May-07 4:48 
GeneralRe: Help! Using updatequery in click event. Pin
Giorgi Dalakishvili18-May-07 4:57
mentorGiorgi Dalakishvili18-May-07 4:57 
GeneralRe: Help! Using updatequery in click event. Pin
led mike18-May-07 5:21
led mike18-May-07 5:21 
QuestionChat Application Pin
kantipudi18-May-07 3:36
kantipudi18-May-07 3:36 
AnswerRe: Chat Application Pin
Dave Herren21-May-07 12:13
Dave Herren21-May-07 12:13 
QuestionCreating a word pair object and calling a method Pin
Ntoki18-May-07 3:35
Ntoki18-May-07 3:35 
AnswerRe: Creating a word pair object and calling a method Pin
Not Active18-May-07 3:56
mentorNot Active18-May-07 3:56 
GeneralRe: Creating a word pair object and calling a method Pin
Giorgi Dalakishvili18-May-07 4:07
mentorGiorgi Dalakishvili18-May-07 4:07 
QuestionProblem in populating a dataset through backGroundWorker Pin
Rocky#18-May-07 1:01
Rocky#18-May-07 1:01 
AnswerRe: Problem in populating a dataset through backGroundWorker Pin
kubben18-May-07 2:11
kubben18-May-07 2:11 
GeneralRe: Problem in populating a dataset through backGroundWorker Pin
Rocky#18-May-07 2:30
Rocky#18-May-07 2:30 
Question.NET Serialization and Remoting problem Pin
bilo8117-May-07 23:55
bilo8117-May-07 23:55 
QuestionPrinting a DataGridView without overlapping data Pin
Gareth H17-May-07 23:50
Gareth H17-May-07 23:50 
AnswerRe: Printing a DataGridView without overlapping data Pin
kubben18-May-07 2:14
kubben18-May-07 2:14 
GeneralRe: Printing a DataGridView without overlapping data Pin
Gareth H18-May-07 3:18
Gareth H18-May-07 3:18 
GeneralRe: Printing a DataGridView without overlapping data Pin
Gareth H20-May-07 23:10
Gareth H20-May-07 23: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.