Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. save and submit

save and submit

Scheduled Pinned Locked Moved ASP.NET
databaseannouncement
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bhasker Pinninti
    wrote on last edited by
    #1

    my web page is having two buttons. one is save and second one is submit. i need the following functionality for save button: suppose if you fill the fields with partially info(assume you don't have some info in that specific time) and click the save button. The save button will save the data but not update the database. In next time login, the data which you filled previously, should display the corresponding fields. if you clik the submit button, the database should be update need AAAAAAAAAASAP...... one of our guy suggested me that create another column in database for flag. But that is not working. Thanks.

    R P M 3 Replies Last reply
    0
    • B Bhasker Pinninti

      my web page is having two buttons. one is save and second one is submit. i need the following functionality for save button: suppose if you fill the fields with partially info(assume you don't have some info in that specific time) and click the save button. The save button will save the data but not update the database. In next time login, the data which you filled previously, should display the corresponding fields. if you clik the submit button, the database should be update need AAAAAAAAAASAP...... one of our guy suggested me that create another column in database for flag. But that is not working. Thanks.

      R Offline
      R Offline
      RSindia
      wrote on last edited by
      #2

      the suggested method of having a bit column will work.Just tell me how did you use that column value? If the user logs in check the bit field of the record and based on that fill the textbox. rsankarindia

      B 1 Reply Last reply
      0
      • B Bhasker Pinninti

        my web page is having two buttons. one is save and second one is submit. i need the following functionality for save button: suppose if you fill the fields with partially info(assume you don't have some info in that specific time) and click the save button. The save button will save the data but not update the database. In next time login, the data which you filled previously, should display the corresponding fields. if you clik the submit button, the database should be update need AAAAAAAAAASAP...... one of our guy suggested me that create another column in database for flag. But that is not working. Thanks.

        P Offline
        P Offline
        Paddy Boyd
        wrote on last edited by
        #3

        Bhasker Pinninti wrote:

        will save the data but not update the database.

        Save it where?

        1 Reply Last reply
        0
        • R RSindia

          the suggested method of having a bit column will work.Just tell me how did you use that column value? If the user logs in check the bit field of the record and based on that fill the textbox. rsankarindia

          B Offline
          B Offline
          Bhasker Pinninti
          wrote on last edited by
          #4

          i add a field(char) in database. for save button: i will send flag="F" along with other values. one doubt is where should I save this data? if you clik the submit button, the flag should be change to "T" the values submitted to data base. can you explains the things from urside?? very frusted........ need asap........ waiting for your reply Thanks.

          1 Reply Last reply
          0
          • B Bhasker Pinninti

            my web page is having two buttons. one is save and second one is submit. i need the following functionality for save button: suppose if you fill the fields with partially info(assume you don't have some info in that specific time) and click the save button. The save button will save the data but not update the database. In next time login, the data which you filled previously, should display the corresponding fields. if you clik the submit button, the database should be update need AAAAAAAAAASAP...... one of our guy suggested me that create another column in database for flag. But that is not working. Thanks.

            M Offline
            M Offline
            mnaveed
            wrote on last edited by
            #5

            save the data in your original table where you want to save it after submit but just use CHAR F or T to check that you need to update the info or not. or create another temp table which contails data until you get full info. Nav.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups