Call Vb.Net Wes Service from ASP Can Be done!

  • Thread starter Thread starter BrianDH
  • Start date Start date
B

BrianDH

Group

Early this week I ask for examples on how to call a VB.NET Web Service and
access its DataSet for a traditional ASP page.

I was told, "you can't", "won't work", "not possible".

Well I have done it. I think what makes this group great is the passing of
information.

If you would like to see how you can follow this link.

http://www.wizkil-webs.net/NET/ASPX_ASP.htm
 
If you were told it cant be done, in all probability it was not one of the
regulars, because we've all been caught out that way before. Normally I say
that I dont know of a way of doing something, that way when some bright
spark tells me there is a way, I dont feel so stupid.



--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Look I may not have any fancy programming certificates, but I been making my
living at this now going on 10 years. I am self-taught and self-motivated.
One thing I have learned. There is always a way. Maybe not like how you
first thought, but always a way

B
 
Early this week I ask for examples on how to call a VB.NET Web Service and
access its DataSet for a traditional ASP page.

I was told, "you can't", "won't work", "not possible".

Well I have done it. I think what makes this group great is the passing of
information.

If you would like to see how you can follow this link.

http://www.wizkil-webs.net/NET/ASPX_ASP.htm

Are you referring to the thread "ASP 2.0 page running VB Script to .Net Web
Service Dataset"? If so, I don't see anyone telling you that it couldn't be
done. I'd be surprised if someone actually said it couldn't be done. Web
services, after all, return nothing but XML, and .NET doesn't have the
monopoly on XML.

Thanks for sharing, though.
 
Being self taught and self motivated are good things, it means a person will
generally find their way through the most difficult of situations. But that
doesent allways mean they do it in the most efficient way.

Discussion is allways a good thing even if it is in diagreement, because
provided you are willing to see though the discussion or argument to the
end, the truth will usually drop out at some point and both sides have to
eventually come to some agreement.

Keep up the good work, im sure in a year from now you will still be one of
the regulars here giving sound advice on a range of topics.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top