help me i want to learn ASP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jaggu
    New Member
    • Jun 2007
    • 4

    help me i want to learn ASP

    accept two no from user add two no and save the sum into DB
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Originally posted by jaggu
    accept two no from user add two no and save the sum into DB
    Hi, jaggu, welcome to the scripts developer network.

    Please write your question in plain English. It is very difficult for us English speakers to understand when you don't phrase your comment in a question and you use non-standard abbreviations and jargon. please read the posting guidelines.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by jhardman
      Hi, jaggu, welcome to the scripts developer network.

      Please write your question in plain English. It is very difficult for us English speakers to understand when you don't phrase your comment in a question and you use non-standard abbreviations and jargon. please read the posting guidelines.
      And don't post questions in the articles section.
      Moved to forum section.

      Comment

      • NaziaAkter
        New Member
        • May 2007
        • 6

        #4
        Originally posted by jaggu
        accept two no from user add two no and save the sum into DB
        Hi,
        for adding two numbers you can use two text boxes.and a submit button.
        Put all them in a form.
        Whenever the submit button will be clicked after inserting two numbers in the textboxes the page should be directed to another page, where should be the database connection code, for the database where you want to save your result.

        Comment

        • jaggu
          New Member
          • Jun 2007
          • 4

          #5
          I dont no how to create a connection to the database that's the problem,
          will u give me the codeings

          Comment

          • timber910
            New Member
            • Oct 2006
            • 39

            #6
            Originally posted by jaggu
            I dont no how to create a connection to the database that's the problem,
            will u give me the codeings

            Check this site out it might give you a good start.

            http://www.w3schools.c om/ado/ado_connect.asp

            Comment

            Working...