Ask a Question related to ASP.NET Web Services, Design and Development.
-
James E #1
Typed Dataset schema not showing in WSDL
I have a simple typed dataset that is being returned by a WebMethod. When I
use WSDL to query the webservice, the schema of the dataset is not being
shown. Any idea's why this might be?
Cheers
JamesE
James E Guest
-
Typed DataSet Question
I've created a Typed DataSet to manage a Shopping Cart for a Website. I'm trying to rewrite one of the events to check if the the ProductID already... -
How to add schema information into xmldocument from typed dataset
Hi, I'm trying to return an XmlDocument or XmlNode converted from a typed dataset. public XmlNode whatever() { MyTypedDataSet ds = new... -
xsd.exe Typed DataSet generation
Hello, I am loading a DataSet from an xml file and binding it to a hierarchical datagrid. I am trying to write some keys between the elements... -
Ccopying a datatable content from an untyped dataset into a table which is inside a typed dataset
Hi All, I am facing problem in copying content of table from a untyped dataset into to a table inside the typed dataset. I wanted to copy the data... -
typed dataset mysql
is there any way to "auto-generate" a typed dataset from a MySQL database from Visual Studio .NET? thanks



Reply With Quote

