Data Entry Software

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AroopNerd
    New Member
    • Sep 2009
    • 6

    Data Entry Software

    HI All,
    I am trying to develop a software in .NET. What i need is when i click on a button...a website should open...fill up a form by getting data from database.

    steps are as follows..
    Click a button>>website opens>>get data from database such as Name, Last Name etc...>>Paste on the website textboxes...>>c lick submit button on the website....that s it..

    is it possible?
    If possible..pleas e send me the code.

    Thanks & Regards,
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    I won't send you the code, though what you're trying to achieve is quite easy. You can circumnavigate the 'open website -> auto-fill form data -> submit form (to page x)' by instead sending a request to page x with the data in a query string or the POST data array.

    Comment

    • AroopNerd
      New Member
      • Sep 2009
      • 6

      #3
      I have tried it but it doesn't work...so want to develop a desktop application...

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by AroopNerd
        I have tried it but it doesn't work...so want to develop a desktop application...
        My suggestion was a desktop application. Check out libcurl for .NET.

        Comment

        • AroopNerd
          New Member
          • Sep 2009
          • 6

          #5
          Hi Markus,
          How will it help me? How do i go about this?

          Thanks & Regards

          Comment

          • AroopNerd
            New Member
            • Sep 2009
            • 6

            #6
            Hi Marcus,
            What i'm trying to do is cross domain scripting...whi ch seems to be impossible...th e website which im trying to open is not on my domain. I need to open a website...http:www.irdaonline.org...login to it...open a form ...auto fill the form with the data from my database...and then submit...Rememb er the website is not on my domain and it is out of my scope...ive tried form method post which doesn't work....Have you ever tried this???

            Comment

            Working...