need help to submit a web form automatically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shripal
    New Member
    • Jul 2008
    • 6

    need help to submit a web form automatically

    hello,every one

    i have made the application to fill up the web form automatically in c#.net but i am not able to submit the form automatically that is submit button should be pressed automatically by c#.net program to submit form

    please give me idea or some code that can do the task...
  • shripal
    New Member
    • Jul 2008
    • 6

    #2
    need help to submit a web form automatically

    hello,every one

    i have made the application to fill up the web form automatically in c#.net but i am not able to submit the form automatically
    so i want that the submit button should be pressed automatically by c#.net program to submit form

    please give me idea or some code that can do the task...

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      Welcome to Bytes!

      Please do not double post your questions. Please read through our Posting Guidelines.

      I understand that you may have double posted by mistake or because you couldn't find your first post. Just check up near the top of the page in "My Subscriptions." If you wanted to change something, you can simply edit your old post.

      I have merged your threads.

      MODERATOR

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        While you don't have to have a submit button you need an event to use. Will this be the focus event of the last compulsory field? You need to consider this in your design and if you will be doing any validation. HTH.

        Comment

        Working...