M
mgm
I have a page that displays a form after a search, which contains rows from
an SQL database table. I want to make it to where a user can delete or
update these rows. At this time, I'm working on the deleting. I've made it
to where a user can select a check box beside the rows the user wishes to
delete (like hotmail does if you're familiar). However, I am not sure how to
collect the ids. I can get 1, using simple javascript to send the value of
one to a hidden textbox, but I'm stumped on how to create a string of ids
without ending up with a comma at the beginning of the string and/or the end.
If you have info or websites I could read about how to do it I would
appreciate it. Please ask me questions if what i'm saying doesn't make sense.
Thanks! MGM
an SQL database table. I want to make it to where a user can delete or
update these rows. At this time, I'm working on the deleting. I've made it
to where a user can select a check box beside the rows the user wishes to
delete (like hotmail does if you're familiar). However, I am not sure how to
collect the ids. I can get 1, using simple javascript to send the value of
one to a hidden textbox, but I'm stumped on how to create a string of ids
without ending up with a comma at the beginning of the string and/or the end.
If you have info or websites I could read about how to do it I would
appreciate it. Please ask me questions if what i'm saying doesn't make sense.
Thanks! MGM