blah blah blah is here! blah blah » Close

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