Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm a newby in VB.Net.
I need to connect to the site of the european union to validate a VAT number.
the webpage is "http://ec.europa.eu/taxation_customs/vies/vatRequest.html"
On the webpage you need to select the country and enter the VAT number.

Can anyone give me some clues on how to navigate to the site, post the needed data.
And of course get the result from the webpage.

kind regards,
Peter
Posted
Updated 30-Aug-13 1:27am
v2

1 solution

You can use<asp:hyperlink xmlns:asp="#unknown"> tag..

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.hyperlink.navigateurl.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-3[^]

Check the link..hope it will help..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900