Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: Begginer's Crystal Report Problem Pin
SilimSayo3-Aug-11 5:59
SilimSayo3-Aug-11 5:59 
AnswerRe: Begginer's Crystal Report Problem Pin
AmbiguousName3-Aug-11 19:16
AmbiguousName3-Aug-11 19:16 
AnswerRe: Begginer's Crystal Report Problem Pin
jschell3-Aug-11 10:11
jschell3-Aug-11 10:11 
QuestionList view double click Pin
varunpandeyengg2-Aug-11 21:15
varunpandeyengg2-Aug-11 21:15 
QuestionHow to dock rows Pin
belyhits2-Aug-11 21:05
belyhits2-Aug-11 21:05 
AnswerRe: How to dock rows Pin
Pete O'Hanlon2-Aug-11 21:44
mvePete O'Hanlon2-Aug-11 21:44 
AnswerRe: How to dock rows Pin
kiblehana3-Aug-11 20:29
kiblehana3-Aug-11 20:29 
Question.NET WebBrowser Control and JavaScript Pin
Travis Lovellette2-Aug-11 9:00
Travis Lovellette2-Aug-11 9:00 
Hello everyone,

I am working on a project where I have to automate the process of entering data through a website. I decided to use the WebBrowser control in .NET for this task.

The problem I am having is that when I try to click on certain buttons, nothing happens. After lookign at the HTML code, I saw a pattern. I can click on buttons where the input type is submit, but I have trouble with the buttons where input type is button and they only have an onclick attribute with javascript code.

I have also tried to use the InvokeScript() method, but that also does not work.

The only think I can think of is that JavaScript is disabled for the WebBrowser control.

Can anyone give me any ideas on how I might be able to resolve this issue?
AnswerRe: .NET WebBrowser Control and JavaScript Pin
Luc Pattyn2-Aug-11 13:51
sitebuilderLuc Pattyn2-Aug-11 13:51 
AnswerRe: .NET WebBrowser Control and JavaScript Pin
Shameel2-Aug-11 21:45
professionalShameel2-Aug-11 21:45 
AnswerRe: .NET WebBrowser Control and JavaScript Pin
V.2-Aug-11 22:35
professionalV.2-Aug-11 22:35 
GeneralRe: .NET WebBrowser Control and JavaScript Pin
Shameel3-Aug-11 1:47
professionalShameel3-Aug-11 1:47 
QuestionOnTextChanged event [modified] Pin
vanikanc2-Aug-11 8:24
vanikanc2-Aug-11 8:24 
AnswerRe: OnTextChanged event Pin
Paladin20002-Aug-11 11:01
Paladin20002-Aug-11 11:01 
GeneralRe: OnTextChanged event Pin
vanikanc3-Aug-11 2:17
vanikanc3-Aug-11 2:17 
GeneralRe: OnTextChanged event Pin
Paladin20003-Aug-11 3:31
Paladin20003-Aug-11 3:31 
QuestionSetting different properties based on T in method that returns List<T> Pin
Paul E Davies2-Aug-11 3:54
Paul E Davies2-Aug-11 3:54 
AnswerRe: Setting different properties based on T in method that returns List Pin
Pete O'Hanlon2-Aug-11 4:02
mvePete O'Hanlon2-Aug-11 4:02 
GeneralRe: Setting different properties based on T in method that returns List Pin
Paul E Davies2-Aug-11 4:23
Paul E Davies2-Aug-11 4:23 
GeneralRe: Setting different properties based on T in method that returns List Pin
Pete O'Hanlon2-Aug-11 4:45
mvePete O'Hanlon2-Aug-11 4:45 
GeneralRe: Setting different properties based on T in method that returns List Pin
Paul E Davies2-Aug-11 4:54
Paul E Davies2-Aug-11 4:54 
GeneralRe: Setting different properties based on T in method that returns List Pin
Pete O'Hanlon2-Aug-11 4:57
mvePete O'Hanlon2-Aug-11 4:57 
GeneralRe: Setting different properties based on T in method that returns List Pin
dasblinkenlight2-Aug-11 5:02
dasblinkenlight2-Aug-11 5:02 
GeneralRe: Setting different properties based on T in method that returns List Pin
BobJanova2-Aug-11 5:14
BobJanova2-Aug-11 5:14 
GeneralRe: Setting different properties based on T in method that returns List Pin
Paul E Davies2-Aug-11 5:16
Paul E Davies2-Aug-11 5: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.