save and submit
-
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.
-
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.
-
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.
Bhasker Pinninti wrote:
will save the data but not update the database.
Save it where?
-
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
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.
-
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.