Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to rename a file in a isolated storage Pin
KaptinKrunch24-Oct-05 2:33
KaptinKrunch24-Oct-05 2:33 
GeneralRe: How to rename a file in a isolated storage Pin
mondolyo7814024-Oct-05 2:39
mondolyo7814024-Oct-05 2:39 
GeneralRe: How to rename a file in a isolated storage Pin
KaptinKrunch24-Oct-05 7:58
KaptinKrunch24-Oct-05 7:58 
QuestionIf there is an event in a C++ dll ,how to define it? Pin
rushing24-Oct-05 1:25
rushing24-Oct-05 1:25 
AnswerRe: If there is an event in a C++ dll ,how to define it? Pin
Tom Larsen24-Oct-05 4:48
Tom Larsen24-Oct-05 4:48 
GeneralRe: If there is an event in a C++ dll ,how to define it? Pin
rushing26-Oct-05 15:02
rushing26-Oct-05 15:02 
QuestionRichTextBox of A4 Size Pin
AB777124-Oct-05 0:34
AB777124-Oct-05 0:34 
QuestionDataGrid: SetDataBinding() method OR DataSource property Pin
amit_mi24-Oct-05 0:18
amit_mi24-Oct-05 0:18 
Hello,

I call a method GetCustomers() in a webservice, by clicking on a button in the related Windows application. It fetches the data from the Northwind database (Customers table), and shows it in a DataGrid in the Form (via a DataSet)


dataGrid1.DataSource = myDS; //myDS id the DataSet
//dataGrid1.SetDataBinding(myDS, "Customers");

I would just like to know why the SetBinding method doesn´t work with the client application. However if I click on "Invoke" from the Testing webservice in the browser (am using VisualStudio 2003),
the SetDataBinding method does work.

Why ?

Thanks a lot.
Questioncombobox Pin
x-trate24-Oct-05 0:15
x-trate24-Oct-05 0:15 
AnswerRe: combobox Pin
Greeky24-Oct-05 0:36
Greeky24-Oct-05 0:36 
QuestionMouse clicking crashes program Pin
Wolfgang Mergenthaler24-Oct-05 0:01
Wolfgang Mergenthaler24-Oct-05 0:01 
AnswerRe: Mouse clicking crashes program Pin
André Ziegler24-Oct-05 1:48
André Ziegler24-Oct-05 1:48 
AnswerRe: Mouse clicking crashes program Pin
S. Senthil Kumar24-Oct-05 4:47
S. Senthil Kumar24-Oct-05 4:47 
QuestioncomboBox problem Pin
ppp00123-Oct-05 22:44
ppp00123-Oct-05 22:44 
AnswerRe: comboBox problem Pin
Greeky24-Oct-05 0:36
Greeky24-Oct-05 0:36 
AnswerRe: comboBox problem Pin
the last free name24-Oct-05 1:53
the last free name24-Oct-05 1:53 
QuestionHow to execute managed code without .net framework Pin
dreamwinter23-Oct-05 22:02
dreamwinter23-Oct-05 22:02 
AnswerRe: How to execute managed code without .net framework Pin
leppie23-Oct-05 23:09
leppie23-Oct-05 23:09 
AnswerRe: How to execute managed code without .net framework Pin
Dave Kreskowiak24-Oct-05 4:45
mveDave Kreskowiak24-Oct-05 4:45 
AnswerRe: How to execute managed code without .net framework Pin
Tom Larsen24-Oct-05 4:55
Tom Larsen24-Oct-05 4:55 
QuestionNervous breakdown Pin
akyriako7823-Oct-05 21:41
akyriako7823-Oct-05 21:41 
AnswerResolved Pin
akyriako7823-Oct-05 22:22
akyriako7823-Oct-05 22:22 
QuestionReceiving data from other programs Pin
budidharma23-Oct-05 21:00
budidharma23-Oct-05 21:00 
AnswerRe: Receiving data from other programs Pin
budidharma24-Oct-05 5:37
budidharma24-Oct-05 5:37 
GeneralRe: Receiving data from other programs Pin
André Ziegler24-Oct-05 12:14
André Ziegler24-Oct-05 12:14 

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.