从网站获取数据并使用C#存储在sql serer中 [英] fetch the data from website and store in sql serer using c#

查看:70
本文介绍了从网站获取数据并使用C#存储在sql serer中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的项目有问题,
现在,我想从动态网站fetc hdata并使用c#将其存储在数据库中. 在此网站中,首先在输入框中输入内容,然后动态生成数据.

< bi> URL地址:-印度商标网站
(请访问网站,您会明白我在说什么)
我想从这个网站获取数据.
在此网站上,没有数据显示,人们希望我们在网页上的输入框中输入3个输入,然后我们就可以获取数据. 请帮助我,如何获取数据,以及如何使用基于C#程序/Windows的应用程序将输入提供给网页.

i have problem related to my projects,
now , i want to fetc hdata from dynamic website and store in database using c#.
in this website first type input into input box then dynamically data will be generated.

<bi>URL address:-ipindia trademark website
( pls see website , you will be understand what i am saying )
from this website i want to take data.
in this website before data are show , people(we) want to put 3 -input into given input box on webpage , then we get data.
pls help me , how i fetch the data, and how i give the input to the webpage using c# program/ windows based application.

推荐答案

调用一个向您提供数据的Web服务(就像先前提出的所有答案一样),您可以在指定的地址模拟Web调用(检查codeproject的Web浏览器实现,以了解如何获取网站,以及最终对http请求的响应) .
And if you are not able to call a web service that feeds you the data (like all the previous answers sugested) you could simulate web call at the specified address (check on codeproject for web browser implementations to see hou to fetch web sites, and eventualy responses to http requests).


这篇关于从网站获取数据并使用C#存储在sql serer中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆