Click here to Skip to main content
15,904,416 members
Home / Discussions / C#
   

C#

 
QuestionHow to end a program Pin
cue_ball15-Sep-05 19:10
cue_ball15-Sep-05 19:10 
GeneralRe: How to end a program Pin
Vikram A Punathambekar15-Sep-05 19:29
Vikram A Punathambekar15-Sep-05 19:29 
GeneralRe: How to end a program Pin
cue_ball15-Sep-05 19:58
cue_ball15-Sep-05 19:58 
GeneralRe: How to end a program Pin
Vikram A Punathambekar15-Sep-05 20:15
Vikram A Punathambekar15-Sep-05 20:15 
AnswerRe: How to end a program Pin
g00fyman15-Sep-05 23:13
g00fyman15-Sep-05 23:13 
Questionhow Pass form values from one page to the next. Pin
mohd rafi15-Sep-05 18:17
mohd rafi15-Sep-05 18:17 
AnswerRe: how Pass form values from one page to the next. Pin
Guffa15-Sep-05 19:08
Guffa15-Sep-05 19:08 
QuestionHow to show data in DataGrid on PPC Pin
KT19823815-Sep-05 17:16
KT19823815-Sep-05 17:16 
The program is to use PocketPC to connect the web service and get the dataSet and display to dataGrid.

But I can't find method like "setDataBind", how to show the dataSet to DataGrid??

The code is as follow:

private void button1_Click(object sender, EventArgs e)
{
localhost.Service service = new DeviceApplication2.localhost.Service();
service.BeginEmployeeDataSet(new System.AsyncCallback(WriteDataSet), service);

}

private void WriteDataSet(System.IAsyncResult oRes)
{
localhost.Service service = (DeviceApplication2.localhost.Service)oRes.AsyncState;

System.Data.DataSet ds = service.EndEmployeeDataSet(oRes);
}
AnswerRe: How to show data in DataGrid on PPC Pin
Alomgir Miah15-Sep-05 17:45
Alomgir Miah15-Sep-05 17:45 
QuestionString Search on a Treeview Pin
jhrbek15-Sep-05 16:06
jhrbek15-Sep-05 16:06 
AnswerRe: String Search on a Treeview Pin
jhrbek15-Sep-05 17:00
jhrbek15-Sep-05 17:00 
GeneralRe: String Search on a Treeview Pin
Alomgir Miah15-Sep-05 17:56
Alomgir Miah15-Sep-05 17:56 
Questioncode complies blows sky high on button OK click Pin
Anonymous15-Sep-05 15:51
Anonymous15-Sep-05 15:51 
AnswerRe: code complies blows sky high on button OK click Pin
Christian Graus15-Sep-05 15:54
protectorChristian Graus15-Sep-05 15:54 
GeneralRe: code complies blows sky high on button OK click Pin
Anonymous15-Sep-05 16:34
Anonymous15-Sep-05 16:34 
GeneralRe: code complies blows sky high on button OK click Pin
Christian Graus15-Sep-05 16:55
protectorChristian Graus15-Sep-05 16:55 
GeneralRe: code complies blows sky high on button OK click Pin
Anonymous15-Sep-05 18:18
Anonymous15-Sep-05 18:18 
GeneralRe: code complies blows sky high on button OK click Pin
Christian Graus18-Sep-05 10:57
protectorChristian Graus18-Sep-05 10:57 
AnswerRe: code complies blows sky high on button OK click Pin
Guffa15-Sep-05 19:18
Guffa15-Sep-05 19:18 
Questioncan't get variable into Watch Window? Pin
Anonymous15-Sep-05 14:18
Anonymous15-Sep-05 14:18 
AnswerRe: can't get variable into Watch Window? Pin
Christian Graus15-Sep-05 14:20
protectorChristian Graus15-Sep-05 14:20 
QuestionProblem with database Pin
kavicky15-Sep-05 13:49
kavicky15-Sep-05 13:49 
AnswerRe: Problem with database Pin
Christian Graus15-Sep-05 14:23
protectorChristian Graus15-Sep-05 14:23 
QuestionEvent handlers in multi-threaded apps Pin
brucemo15-Sep-05 13:32
brucemo15-Sep-05 13:32 
AnswerRe: Event handlers in multi-threaded apps Pin
brucemo15-Sep-05 13:57
brucemo15-Sep-05 13:57 

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.