Please help,
Well... I don't know where I start ... anyway, I consume web service for my device (PPC) and I declare below:
Dim myDS as new Dim dsRemote As DataSet
dsRemote = myDS.getItems()
...
The code above is working perfectly fine...But my question is, can I assign URL in the textbox, " in run time? So I can change my URL anytime I need. What I do mean that
Dim myDS as new(txtURL)
I know the txtURL just variable (string), not an Object. So is there anyway to do it? I use web service for my PPC and write by VB.NET. Please provide with some code would apreciate it.
Thanks.
Well... I don't know where I start ... anyway, I consume web service for my device (PPC) and I declare below:
Dim myDS as new Dim dsRemote As DataSet
dsRemote = myDS.getItems()
...
The code above is working perfectly fine...But my question is, can I assign URL in the textbox, " in run time? So I can change my URL anytime I need. What I do mean that
Dim myDS as new(txtURL)
I know the txtURL just variable (string), not an Object. So is there anyway to do it? I use web service for my PPC and write by VB.NET. Please provide with some code would apreciate it.
Thanks.