Hiya guys!
I'm new to this forum, and new to C#, and have hit upon a snag in a project i'm working on.
I am trying to load an existing webpage into .net, and populate the fields on this page.
So far, I have created a new web form, and I can grab data from the DOM.
I have found the fieldnames that I want to populate, but I have no idea how to populate them!
It looks like the webpage is read only, as I cannot set any properties.
Can someone please point me in the right direction?
Sorry if its a simple question, but I have only started learning c# this week.
Thanks in advance!
DB
I'm new to this forum, and new to C#, and have hit upon a snag in a project i'm working on.
I am trying to load an existing webpage into .net, and populate the fields on this page.
So far, I have created a new web form, and I can grab data from the DOM.
I have found the fieldnames that I want to populate, but I have no idea how to populate them!
It looks like the webpage is read only, as I cannot set any properties.
Can someone please point me in the right direction?
Sorry if its a simple question, but I have only started learning c# this week.
Thanks in advance!
DB
Brett howellsPosted Jun 16, 2008, 4:12 AM
Hiya
I'm not quite sure where to find the text box property!
Is it as simple as discovering the text box that I need to populate, and assigning a value to it?
Thanks
DB
Bechir BejaouiPosted Jun 14, 2008, 11:07 AM