populating the checkboxes automatically when a new record is added

N

netra

hi all
i want to place checkboxes beside the records that i retreive from
the database so that when i select the checkbox i should be able to
edit or delete the records..(similar to the gmail inbox,where the
checkboxes are populated when a new mails are received).cud some one
help me plz.

thanks
regards
netra
 
M

Manish Pandit

the database so that when i select the checkbox i should be able to
edit or delete the records..(similar to the gmail inbox,where the
checkboxes are populated when a new mails are received).cud some one
help me plz.

The entire display would need to be embedded in a <form>, and the
records being displayed as a table will have the 1st column as <input
type="checkbox" name="someid"/>. However, make sure that every checkbox
has a unique name.

-cheers,
Manish
 
J

Jeff

records being displayed as a table will have the 1st column as <input
type="checkbox" name="someid"/>. However, make sure that every checkbox
has a unique name.

-cheers,
Manish

That assumes this is a web based app, as you are giving an html
solution.

To the original author - is this a java app, applet, or other? The
checkbox in the google list is in a table. So, what I think you are
asking is how to display a checkbox for a boolean in a table.
Correct???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top