|
Posted by Kent Tegels on 10/11/06 12:42
Hello herman404,
This is why I advocating using the existing ISAPI filter. It continues to
work for SQL Server 2005 and since you have your infrastructure in place...
no brainer.
That said, if your service is returning XML, you should be able to call the
CreateReader method of it and bind that the the ASP.NET XML control. If,
instead, you are returning the result of a query as a DataSet, load that
into an XmlDataDocument and use one of its XML returning methods to bind
up to the control.
The best tutotial is the one you write for yourself.
Thanks,
Kent Tegels
http://staff.develop.com/ktegels/
Navigation:
[Reply to this message]
|