Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a vfp web service
Message
From
08/07/2003 15:19:46
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00808073
Message ID:
00808178
Views:
13
This message has been marked as the solution to the initial question of the thread.
You must instantiate proxy class before using it:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim lcDATA As DataSet = New DataSet
Dim service As com.shelbycountyjail.www.showdls
service = New com.shelbycountyjail.www.showdls()
Dim lcstr As String
lcstr = service.getdlsbyname(Me.txtname.Text)
lcDATA.ReadXml(lcstr)
Me.DataGrid1.DataSource = lcDATA
End Sub

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform