It can't be THIS easy!
But it is. Hooking up a DataGrid to an XML Web Service.
Dim ws As New ws_WebService.SomethingOrOther()
DataGrid1.DataSource = ws.WebMethod(Key)
DataGrid1.DataBind()
I never would have thought it could be so easy.
I'm actually studying to take the 70-310 XML Web Services certification test in the next couple of weeks. Any suggestions that might help me out would be greatly appreciated.