TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ashutosh Singh
NA
1
0
calling javascript in c# using webbrowser control for automation?
Aug 20 2010 5:03 AM
Hi,
I'm working on a automation application which i've developed in c#. I'm using webbrowser control. the problem is there's a javascript onchange function in an html.
the function is like --> onfldchange(seid) <-- its with the parameter.
The code i'm using to call n execute this javascript is :
webbrowser.document.invokescript("onfldchange", new object[] {""});
In the above code , i've to check all the html id elements n execute..
i mean for checking single id i use
webbrowser.document.invokescript("onfldchange", new object[] {"se123"});
what can i use to check all the ids in the html form??
Thank you..
Reply
Answers (
0
)
ado.net
about web.config