hi,
i just finished programming my first asp survey but there are couple of things i want to improve but not sure what to do. any help is greatly appreciated! i have searched through the whole thread but couldn't find anything that i can understand.
first, a little info about the survey...
i have a page where user can log in to update/delete/add info whenever they want. each user has an unique id, every record is marked with this id.
how do it...
1) when the user add/update a record, how can i insert the current date/time into a column called TIME in my database along with the data?
2) i have a CHECK ALL THAT APPLY question. right now, i have a column for every option (V1, V2, V3...). the data is saved to the db successfully and there's no problem displaying the correct checkboxs checked. Is there anyway to do it with just 1 column? my problem is that if i have
(for example: happy,sad,mad) in the column, when the data is returned to the table, the happy, sad, or mad boxes are not checked. so i guess my question is is there a way to split
the data in a column and return it to the table so the right checkboxes are checked?
thanks in advance.
i just finished programming my first asp survey but there are couple of things i want to improve but not sure what to do. any help is greatly appreciated! i have searched through the whole thread but couldn't find anything that i can understand.
first, a little info about the survey...
i have a page where user can log in to update/delete/add info whenever they want. each user has an unique id, every record is marked with this id.
how do it...
1) when the user add/update a record, how can i insert the current date/time into a column called TIME in my database along with the data?
2) i have a CHECK ALL THAT APPLY question. right now, i have a column for every option (V1, V2, V3...). the data is saved to the db successfully and there's no problem displaying the correct checkboxs checked. Is there anyway to do it with just 1 column? my problem is that if i have
(for example: happy,sad,mad) in the column, when the data is returned to the table, the happy, sad, or mad boxes are not checked. so i guess my question is is there a way to split
the data in a column and return it to the table so the right checkboxes are checked?
thanks in advance.