Click here to Skip to main content
15,894,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there an issue with this script? Pin
Vasudevan Deepak Kumar13-Dec-12 6:17
Vasudevan Deepak Kumar13-Dec-12 6:17 
AnswerRe: Is there an issue with this script? Pin
Eddy Vluggen13-Dec-12 6:43
professionalEddy Vluggen13-Dec-12 6:43 
Questionстрана говна Pin
WebMaster12-Dec-12 22:00
WebMaster12-Dec-12 22:00 
AnswerRe: страна говна Pin
Pete O'Hanlon12-Dec-12 22:41
mvePete O'Hanlon12-Dec-12 22:41 
GeneralRe: страна говна Pin
Killzone DeathMan12-Dec-12 23:30
Killzone DeathMan12-Dec-12 23:30 
GeneralRe: страна говна Pin
Richard MacCutchan13-Dec-12 2:50
mveRichard MacCutchan13-Dec-12 2:50 
AnswerRe: страна говна Pin
Keith Barrow13-Dec-12 0:40
professionalKeith Barrow13-Dec-12 0:40 
GeneralRe: страна говна Pin
Richard Deeming13-Dec-12 1:24
mveRichard Deeming13-Dec-12 1:24 
QuestionHOW TO WRITE IN CONNECTION captcha XML?? Pin
WebMaster12-Dec-12 21:23
WebMaster12-Dec-12 21:23 
AnswerRe: HOW TO WRITE IN CONNECTION captcha XML?? Pin
Mycroft Holmes12-Dec-12 22:20
professionalMycroft Holmes12-Dec-12 22:20 
QuestionProblem when loading dll file in my project: Unable to load DLL “…” The specified module could not be found. (Exception from HRESULT: 0x8007007E) Pin
taibc12-Dec-12 19:21
taibc12-Dec-12 19:21 
AnswerRe: Problem when loading dll file in my project: Unable to load DLL “…” The specified module could not be found. (Exception from HRESULT: 0x8007007E) Pin
Sivaraman Dhamodharan12-Dec-12 19:26
Sivaraman Dhamodharan12-Dec-12 19:26 
GeneralRe: Problem when loading dll file in my project: Unable to load DLL “…” The specified module could not be found. (Exception from HRESULT: 0x8007007E) Pin
taibc12-Dec-12 23:48
taibc12-Dec-12 23:48 
AnswerRe: Problem when loading dll file in my project: Unable to load DLL “…” The specified module could not be found. (Exception from HRESULT: 0x8007007E) Pin
Mycroft Holmes12-Dec-12 22:24
professionalMycroft Holmes12-Dec-12 22:24 
GeneralRe: Problem when loading dll file in my project: Unable to load DLL “…” The specified module could not be found. (Exception from HRESULT: 0x8007007E) Pin
taibc12-Dec-12 23:49
taibc12-Dec-12 23:49 
QuestionDescrypt a file - PGP Pin
jbradshaw12-Dec-12 9:10
jbradshaw12-Dec-12 9:10 
AnswerRe: Descrypt a file - PGP Pin
Matt U.12-Dec-12 9:13
Matt U.12-Dec-12 9:13 
GeneralRe: Descrypt a file - PGP Pin
jbradshaw12-Dec-12 9:48
jbradshaw12-Dec-12 9:48 
GeneralRe: Descrypt a file - PGP Pin
Garth J Lancaster12-Dec-12 22:48
professionalGarth J Lancaster12-Dec-12 22:48 
QuestionMVVM. Buttons and thair content Pin
boryborawski12-Dec-12 9:00
boryborawski12-Dec-12 9:00 
AnswerRe: MVVM. Buttons and thair content Pin
SledgeHammer0112-Dec-12 9:17
SledgeHammer0112-Dec-12 9:17 
GeneralRe: MVVM. Buttons and thair content Pin
boryborawski12-Dec-12 9:40
boryborawski12-Dec-12 9:40 
GeneralRe: MVVM. Buttons and thair content Pin
SledgeHammer0112-Dec-12 11:30
SledgeHammer0112-Dec-12 11:30 
GeneralRe: MVVM. Buttons and thair content Pin
boryborawski12-Dec-12 13:22
boryborawski12-Dec-12 13:22 
QuestionWeb scraping Pin
Kalenzo12-Dec-12 7:12
Kalenzo12-Dec-12 7:12 
I'm trying to scrap this website:

http://datasuite.cmegroup.com/dataSuite.html?template=opt&productCode=6E&exchange=XCME&selected_tab=fx[^]

And to be specific the quote table inside. The table is generated by javascript somehow. I don't know how to scrap this table. I tried to use WebRequest,HttpWebRequest, WebBrowser control, html agility pack and nothing works.
It gives me blank page all the time.
When I run it in mozilla (the web) and check the source code it also shows the javascript reference only without any html table code.
Anyone have a clue how to scrap this data from the table?

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.