Hi All,
I am creating an address book through wml and asp and I was able to add,update,view and search for records in my database but I have run into difficulty trying to delete a record. When I was using htm and asp it was quite easy as I could use a form tag to be able to delete the record. Is there any equivalent in WML. Any help on this would be great be it code itself or a link to a site where I can get information on this topic.
Yours thankfully
Caroline
Posted by caroline coughlan, car_coughlan@yahoo.com
on July 28, 2000 at 17:11
RE: deleting records with asp and wml
2002-05-15, 20:48#2
Posted by Harald Hochwald, harald.hochwald@smartid.de
on July 28, 2000 at 17:55
hi,
in wml you only could use different links that posts variables. in asp you can check the value of the variable and then delete the adresse or not, to post variables use postfields
hope it helps
Harald