Click here to Skip to main content
15,881,600 members
Home / Discussions / C#
   

C#

 
QuestionParsing a web page to get just the <p> inner text. Pin
David C# Hobbyist.16-Feb-13 6:49
professionalDavid C# Hobbyist.16-Feb-13 6:49 
AnswerRe: Parsing a web page to get just the <p> inner text. Pin
N a v a n e e t h16-Feb-13 18:32
N a v a n e e t h16-Feb-13 18:32 
GeneralRe: Parsing a web page to get just the <p> inner text. Pin
David C# Hobbyist.17-Feb-13 1:40
professionalDavid C# Hobbyist.17-Feb-13 1:40 
GeneralRe: Parsing a web page to get just the <p> inner text. Pin
Richard MacCutchan17-Feb-13 2:43
mveRichard MacCutchan17-Feb-13 2:43 
Questionexample for using webrequest and webresopnse Pin
arashmousapour16-Feb-13 2:10
arashmousapour16-Feb-13 2:10 
QuestionRe: example for using webrequest and webresopnse Pin
Richard MacCutchan16-Feb-13 2:33
mveRichard MacCutchan16-Feb-13 2:33 
GeneralRe: example for using webrequest and webresopnse Pin
PIEBALDconsult16-Feb-13 5:57
mvePIEBALDconsult16-Feb-13 5:57 
QuestionError: No value given for one or more required parameters ? Pin
taibc16-Feb-13 1:18
taibc16-Feb-13 1:18 
Hi,

I am using below codes to bind data to a list box. But I got this error.

DataTable tbl= new DataTable();
OleDbDataAdapter da = new OleDbDataAdapter("select * from myTable", mycon);
if (da == null)
  return;
da.Fill(tbl);
myListBox.DataSource = tbl.DefaultView ; // Throw error
myListBox.DisplayMember = "CustomerName"; // Throw error
myListBox.ValueMember = "CustomerCode"; // Throw error


Are there anyone can help ?

Thanks and regards,
AnswerRe: Error: No value given for one or more required parameters ? Pin
Eddy Vluggen16-Feb-13 1:37
professionalEddy Vluggen16-Feb-13 1:37 
GeneralRe: Error: No value given for one or more required parameters ? Pin
taibc16-Feb-13 1:55
taibc16-Feb-13 1:55 
GeneralRe: Error: No value given for one or more required parameters ? Pin
Eddy Vluggen16-Feb-13 2:05
professionalEddy Vluggen16-Feb-13 2:05 
GeneralRe: Error: No value given for one or more required parameters ? Pin
taibc16-Feb-13 3:59
taibc16-Feb-13 3:59 
AnswerRe: Error: No value given for one or more required parameters ? Pin
Abhinav S16-Feb-13 6:27
Abhinav S16-Feb-13 6:27 
GeneralRe: Error: No value given for one or more required parameters ? Pin
taibc16-Feb-13 14:47
taibc16-Feb-13 14:47 
GeneralRe: Error: No value given for one or more required parameters ? Pin
Abhinav S16-Feb-13 22:50
Abhinav S16-Feb-13 22:50 
QuestionC# not release processes Pin
classy_dog15-Feb-13 9:28
classy_dog15-Feb-13 9:28 
AnswerRe: C# not release processes Pin
Eddy Vluggen15-Feb-13 9:47
professionalEddy Vluggen15-Feb-13 9:47 
GeneralRe: C# not release processes Pin
classy_dog15-Feb-13 10:13
classy_dog15-Feb-13 10:13 
GeneralRe: C# not release processes Pin
Eddy Vluggen15-Feb-13 10:16
professionalEddy Vluggen15-Feb-13 10:16 
AnswerRe: C# not release processes Pin
Pete O'Hanlon15-Feb-13 9:54
mvePete O'Hanlon15-Feb-13 9:54 
GeneralRe: C# not release processes Pin
classy_dog15-Feb-13 10:12
classy_dog15-Feb-13 10:12 
GeneralRe: C# not release processes Pin
Pete O'Hanlon15-Feb-13 10:21
mvePete O'Hanlon15-Feb-13 10:21 
Questionworking with autcad 2007 using c# in windows 7 64bit Pin
AhmedOsamaMoh15-Feb-13 6:13
AhmedOsamaMoh15-Feb-13 6:13 
AnswerRe: working with autcad 2007 using c# in windows 7 64bit Pin
Dave Kreskowiak15-Feb-13 6:44
mveDave Kreskowiak15-Feb-13 6:44 
GeneralRe: working with autcad 2007 using c# in windows 7 64bit Pin
AhmedOsamaMoh15-Feb-13 8:42
AhmedOsamaMoh15-Feb-13 8:42 

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.