Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
Answerstupid subject line Pin
Luc Pattyn25-May-10 18:09
sitebuilderLuc Pattyn25-May-10 18:09 
AnswerRe: HELP!!!!!!!!!!!!!!HELP>>> Pin
Abhinav S25-May-10 19:57
Abhinav S25-May-10 19:57 
GeneralRe: HELP!!!!!!!!!!!!!!HELP>>> Pin
JHizzle25-May-10 22:25
JHizzle25-May-10 22:25 
AnswerRe: HELP!!!!!!!!!!!!!!HELP>>> Pin
Alaric_26-May-10 2:28
professionalAlaric_26-May-10 2:28 
GeneralRe: HELP!!!!!!!!!!!!!!HELP>>> Pin
JHizzle26-May-10 3:17
JHizzle26-May-10 3:17 
QuestionOpening an application through Services.msc Pin
le0nard25-May-10 15:56
le0nard25-May-10 15:56 
AnswerRe: Opening an application through Services.msc Pin
#realJSOP26-May-10 0:08
professional#realJSOP26-May-10 0:08 
QuestionWebBrowser object and the result of an Ajax request [modified] Pin
LeonardoDaga25-May-10 13:17
LeonardoDaga25-May-10 13:17 
Hi all,

I'm trying to parse the content of a page downloaded into a WebBrowser control.
I know that I can access the content of a web page accessing the Document.Body.InnerHtml element, but I cannot access the result of an Ajax request that the page makes after (I think) the completion of the page download. I.e., I can access the static content of the ajax request result (the ones contained in the static html page), but I cannot access the dynamic content for example shown into tooltips that appear when I pass the mouse over a control of the page.
I know from the code that is contained into the DocumentStream that the dynamic content (a table) has been already downloaded in a variable (I know its name) and reused each time I pass a mouse over a control of the page using the onmouseover event, but how to get the content of the table?

May I invoke (from C# code) one of the java functions already present in the Document code, that are used to generate the content of the page starting from the table variable? These functions are normally used from the dynamic page to get the html result that normally is used to fill (referring to the example before) the tooltip that appear when I pass over the controls? I could use this functions, if possible, to extract the content of the table that I need.

Any suggestion?

Thanks, any help is very appreciated

Leo

modified on Tuesday, May 25, 2010 7:36 PM

AnswerRe: WebBrowser object and the result of an Ajax request Pin
AspDotNetDev25-May-10 15:10
protectorAspDotNetDev25-May-10 15:10 
GeneralRe: WebBrowser object and the result of an Ajax request Pin
LeonardoDaga30-May-10 7:36
LeonardoDaga30-May-10 7:36 
GeneralRe: WebBrowser object and the result of an Ajax request Pin
AspDotNetDev30-May-10 10:26
protectorAspDotNetDev30-May-10 10:26 
QuestionFTPClient Security? Pin
Chase Davis25-May-10 12:27
Chase Davis25-May-10 12:27 
AnswerRe: FTPClient Security? Pin
Richard MacCutchan25-May-10 22:43
mveRichard MacCutchan25-May-10 22:43 
GeneralRe: FTPClient Security? Pin
Chase Davis26-May-10 2:11
Chase Davis26-May-10 2:11 
AnswerRe: FTPClient Security? Pin
Alaric_26-May-10 2:19
professionalAlaric_26-May-10 2:19 
GeneralRe: FTPClient Security? Pin
Chase Davis26-May-10 2:57
Chase Davis26-May-10 2:57 
GeneralRe: FTPClient Security? Pin
Alaric_26-May-10 3:51
professionalAlaric_26-May-10 3:51 
Questioncombining 2 project into one Pin
igalep13225-May-10 12:00
igalep13225-May-10 12:00 
AnswerRe: combining 2 project into one Pin
#realJSOP25-May-10 12:17
professional#realJSOP25-May-10 12:17 
GeneralRe: combining 2 project into one Pin
AspDotNetDev25-May-10 15:07
protectorAspDotNetDev25-May-10 15:07 
AnswerRe: combining 2 project into one Pin
Johnny J.25-May-10 21:00
professionalJohnny J.25-May-10 21:00 
AnswerRe: combining 2 project into one Pin
Abhinav S25-May-10 23:03
Abhinav S25-May-10 23:03 
AnswerRe: combining 2 project into one Pin
annathor25-May-10 23:08
annathor25-May-10 23:08 
QuestionSplitter control, resize immediately? Pin
Druuler25-May-10 11:14
Druuler25-May-10 11:14 
AnswerRe: Splitter control, resize immediately? Pin
Luc Pattyn25-May-10 14:16
sitebuilderLuc Pattyn25-May-10 14:16 

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.