Click here to Skip to main content
15,905,144 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error stop Http Listener Pin
GDavy2-Jun-08 22:38
GDavy2-Jun-08 22:38 
GeneralRe: Error stop Http Listener Pin
George_George2-Jun-08 22:44
George_George2-Jun-08 22:44 
GeneralRe: Error stop Http Listener Pin
GDavy2-Jun-08 23:01
GDavy2-Jun-08 23:01 
GeneralRe: Error stop Http Listener Pin
George_George2-Jun-08 23:32
George_George2-Jun-08 23:32 
GeneralRe: Error stop Http Listener Pin
suzuuu26-Apr-10 20:52
suzuuu26-Apr-10 20:52 
AnswerRe: Error stop Http Listener Pin
Zoltan Balazs3-Jun-08 1:14
Zoltan Balazs3-Jun-08 1:14 
GeneralRe: Error stop Http Listener Pin
George_George3-Jun-08 1:23
George_George3-Jun-08 1:23 
QuestionHow i create auto update application Pin
wasimsharp2-Jun-08 21:46
wasimsharp2-Jun-08 21:46 
AnswerRe: How i create auto update application Pin
Robert Rohde2-Jun-08 21:53
Robert Rohde2-Jun-08 21:53 
QuestionHow to find if media file is DRM protected or not ? Pin
Sharma Ritesh2-Jun-08 21:44
Sharma Ritesh2-Jun-08 21:44 
AnswerRe: How to find if media file is DRM protected or not ? Pin
PeaceTiger8-Feb-11 9:15
PeaceTiger8-Feb-11 9:15 
QuestionQuestion on array?? Pin
Hum Dum2-Jun-08 19:46
Hum Dum2-Jun-08 19:46 
AnswerRe: Question on array?? Pin
dan!sh 2-Jun-08 20:03
professional dan!sh 2-Jun-08 20:03 
GeneralRe: Question on array?? Pin
Hum Dum2-Jun-08 20:16
Hum Dum2-Jun-08 20:16 
GeneralRe: Question on array?? Pin
KarlWF2-Jun-08 22:24
KarlWF2-Jun-08 22:24 
QuestionSending image from one project to another ? Pin
nomi2-Jun-08 19:12
nomi2-Jun-08 19:12 
AnswerRe: Sending image from one project to another ? Pin
Shree2-Jun-08 19:32
Shree2-Jun-08 19:32 
QuestionRe: Sending image from one project to another ? Pin
nomi2-Jun-08 20:38
nomi2-Jun-08 20:38 
AnswerRe: Sending image from one project to another ? Pin
Shree2-Jun-08 21:10
Shree2-Jun-08 21:10 
QuestionConvert pdf to Tiff Pin
Sun Rays2-Jun-08 18:47
Sun Rays2-Jun-08 18:47 
AnswerRe: Convert pdf to Tiff Pin
Shree2-Jun-08 19:02
Shree2-Jun-08 19:02 
GeneralRe: Convert pdf to Tiff Pin
Sun Rays2-Jun-08 22:25
Sun Rays2-Jun-08 22:25 
Questionhelp me solve this error Pin
fofoth2-Jun-08 16:13
fofoth2-Jun-08 16:13 
i refer to this book-'visual c# 2005 how to program'(pearson international edition)

//the program to loads data for the rows with the specified last name into the addressbookDataSet.Address table

private void findButton_Click(object sender, EventArgs e)
{
//fill the DataSet's DataTable with only rows containing the user-specified last name

addressTableAdapter.FillByLastName(addressBookDataSet.Address, findTextBox.Text);
}

but when i implement this coding to my program error happens:

private void enterButton_Click(object sender, EventArgs e)
{
this.rEGISTERTableAdapter.FillByRFID(this.rFIDdbDataSet.REGISTER, this.rfidTextBox.Text);
}

it said:-Error-1 No overload for method 'FillByRFID' takes '2' arguments

I've already added query to the table adapter using the instruction in the book,i really don't understand why this error happens Frown | :(
AnswerRe: help me solve this error Pin
Christian Graus2-Jun-08 17:11
protectorChristian Graus2-Jun-08 17:11 
GeneralRe: help me solve this error Pin
fofoth2-Jun-08 17:51
fofoth2-Jun-08 17:51 

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.