Submit a specific form in HTML page
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am programatically trying to submit a form in an html page that consists of multiple forms. This page is not an asp.net page and i do not have control to change the content. How do i submit a specific form using HttpWebRequest object? Here is a sample html: (note: second form has not id attribute)
Thanks in advance!