i'm using VS.NET 2003 n SQL 2000
my proj needs to be on a 3 tier (1st time unfortunely)

does any1 have any sample of any delete function?
i'm trying to get mine to work tis way
-user select the id of the item to be deleted via a drop down list
-user click on the delete button
and then the sql delete statement will kick in and delete the row from the database, something like this

i tried lookin on the net n tis forum for some samples for codes for the 3 layers(data, business n presentation)
i either do not understand or have looked at the wrong places
pls help

thanks in advance