问题描述
我遇到了问题,我需要在网站上填写一份表格,上面有我在数据库中的数据。
页面是www.aduanet.gob.pe/aduanas/informao/ HR10Poliza.htm
我还需要保存验证码的图像才能解密(这是自动查询产品数据)
我的初始解决方案是在ASP中的winform中使用Web浏览器,如
http://www.codeproject.com/Articles/50544/Using-the-WebBrowser-Control-in-ASP-NET
但IIS不显示winform。我不知道是否有些设置或者可能没有显示
抱歉我的英文不好(谢谢谷歌)
请帮忙,紧急
I have a problem, I need to fill out a form on a website with data that I have in my database.
The page is www.aduanet.gob.pe/aduanas/informao/HR10Poliza.htm
I also need to save the image of the captcha to decrypt (this is to consult product data automatically)
My initial solution was using a Webbrowser within a winform in ASP as developed in
http://www.codeproject.com/Articles/50544/Using-the-WebBrowser-Control-in-ASP-NET
But IIS does not display the winform. I do not know if for some settings or may not show
sorry for my bad English (thanks google)
please help, it is urgent
推荐答案
这篇关于如何从asp.net插入数据到网站?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!