Forums

ASP

This topic is locked

delete and update multiple records using checkbox

Posted 12 Jan 2006 18:06:51
1
has voted
12 Jan 2006 18:06:51 likez praise posted:


Hi guys! I'm just new in ASP and I'm creating a simple message board. I just want to know the codes on how to delete and upadte multiple records using a checkbox.

I have an access database and a table named tblMessage, it has fields namely: MsgID,Title,Body,and Date and another table named tblUser with fields UserID,Uname. When I display the asp page it looks like this....

***********************************************************
Date Subject Posted by
(the date) (title of the message) (user who posted it)
***********************************************************

What I want to do now here are checkboxes beside the date, so when these checkboxes are checked, then the delete or update button is clicked, it would delete or update the multiple records checked. I don't know where to start....

Can anybody enlighten me with this problem??

Thanks!!!!

Replies

Replied 12 Jan 2006 18:31:24
12 Jan 2006 18:31:24 Javier Castro replied:
Go to this address they have several tutorials on the subject:
www.webthang.co.uk/tuts/tuts_dmx/rob6/rob6.asp

Hope it helps <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Javier
Replied 12 Jan 2006 18:32:41
12 Jan 2006 18:32:41 allan khalil replied:
Greetings Codes,

There are heaps of tutorials on multiple updates in asp... Are you using dreamweaver? If so, I download a awsome app called ASPMaker, install it on the server and follow the prompts, very easy to use... Otherwise you might want to hit a tutorial on forum/post boards and a really good one could be found here... www.webthang.co.uk/tuts/tuts_ud4/ueforum/p1.asp
You could also find some really good tutorials on this site for multiple updates.

Cheers.

Reply to this topic