blah blah blah is here! blah blah » Close

0
votes
2 answers

If i click on a link from a webControl.

q12
349

If i click on a link from a webControl, i am redirected to a new page. How do i read the content from that new page in c#? with the help of javascript(is my guess)...but how exactly? The idea is to click on that link like i am clicking on ...

0
votes
0 answers

[C#] {WebControl} Radiobutton click by information in sourcecode

Here is my problem: First i used this code: [code]this.wb2.Document.All["id"].InvokeMember("click");[/code] But that just click the first radiobutton with id as name Then i thought: (idea) why can't i pick after ...

Feedback