Ask a Question related to ASP.NET General, Design and Development.
-
Jason Shohet #1
how to use XSL to format dataset returned from a web service?
I have a client that does not have a product that is web service enabled.
He sees the XML that the web service returns, but wants it formated into a
table. And he doesn't want to make the user save the file as an xml file
first -- he wants it to be automatic.
I was thinking the only way to do this is with InfoPath. But it doesn't
format web services that return datasets because of the schema info at the
top. But if i take off that schema information, the dataset won't be usable
in my other .NET applications :)
Any ideas? Haven't had a .NET client that wants our web services before.
Jason Shohet
Jason Shohet Guest
-
The format of XML file returned from web service
Hi everyone, My web service (build in asp.net 2.0 with C#) returns the following xml file which is not what I want. <Root> <Root2> <Person>... -
Problem Hiding Columns when Populating a Datagrid with a DataView of A DataTable From Dataset returned via an Asynchronous Web-Service
Hi I have a webservice that retrieves data from a database, this is then returned to the calling client application built in windows forms within... -
Can't Bind Datagrid with Dataset returned by WebService
Hi all, I've wrote a Webservice which return a Dataset. I have made an object on a client pc to acces this webservice. The asynchhroned call... -
adding droplist as column from returned Dataset
Hi I have a webservice that returns a dataset of 2 tables. I want to allow one of the fields on the table to be a field that the user will be... -
Repost: Problem Retrieving DataSet Returned By A WebService
Hi, I'm working on a project which includes WebServices and Windows Form application. The Windows Form application will call the WebServices...



Reply With Quote

