Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Create dataset in ASP .net from Results of a WebService

Reply
Thread Tools

Create dataset in ASP .net from Results of a WebService

 
 
KatieC
Guest
Posts: n/a
 
      10-06-2003
I am consuming a web service from an ASP.net web page. The webservice
returns an array of customer objects. I want to display the customer
details in a Datagrid. How do I convert the array of customer objects
into a Dataset (which I can then use as the datasource of the
DataGrid). Is this possible?
 
Reply With Quote
 
 
 
 
WFB
Guest
Posts: n/a
 
      10-06-2003
Cant you just bind the array of customer objects to the datagrid?

Cordially,
WFB


"KatieC" <> wrote in message
news: om...
> I am consuming a web service from an ASP.net web page. The webservice
> returns an array of customer objects. I want to display the customer
> details in a Datagrid. How do I convert the array of customer objects
> into a Dataset (which I can then use as the datasource of the
> DataGrid). Is this possible?



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I make this more efficient? (combining DataSet results with the results of a DB lookup.) Ken Fine ASP .Net 3 07-23-2008 08:11 AM
Asp net 2.0 Consumption of Webservice typed dataset Bob ASP .Net 2 11-23-2006 02:24 AM
DataSet and dataSet JimO ASP .Net 2 03-08-2006 02:39 PM
Classic ASP to .NET WebService interfacing (Dataset to RecordSet) Adam Short ASP General 18 03-23-2005 01:31 PM
Ccopying a datatable content from an untyped dataset into a table which is inside a typed dataset Nedu N ASP .Net 1 10-31-2003 02:39 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57