Dipesh Trivedi
New member
- Joined
- Apr 29, 2011
- Messages
- 1
- Programming Experience
- 1-3
Hi,
I want to open a web page in web browser, which i am able to open.
Then i want to insert and grab some data in textbox of that page, which can be done like
WebBrowser1.Document.GetElementById("ElementId").InnerText = "Dipesh"
Now my concern is how to get the ElementID,
Is there any way to get all the Element ID's from a webPage..wid the help of CanHaveChildern....
i tried the ElementID which was in source code of the web page, but its not working,
i am a beginner, please somebody help on this...
Thanks in advance
Dipesh
I want to open a web page in web browser, which i am able to open.
Then i want to insert and grab some data in textbox of that page, which can be done like
WebBrowser1.Document.GetElementById("ElementId").InnerText = "Dipesh"
Now my concern is how to get the ElementID,
Is there any way to get all the Element ID's from a webPage..wid the help of CanHaveChildern....
i tried the ElementID which was in source code of the web page, but its not working,
i am a beginner, please somebody help on this...
Thanks in advance
Dipesh