Click to See Complete Forum and Search --> : Urgent plzzz (Download and Delete)


Lcodeguru
October 12th, 2005, 06:26 PM
Hi,

I have two problems,
(1) Is there any command to download a file in asp?
(2) Here I have records as :
Name Location ... ...
XXX US ... ... Deletebutton
YYY CA ... ... Deletebutton

If a user clicks on Deletebutton, it should delete only correspanded record. How could I do this. Plz help me.

thanks.

PeejAvery
October 12th, 2005, 10:19 PM
A couple of questions.
--
1. Do you want ALL of this code in ASP?
If you want something server-side on a webserver, PHP works as well.
2. How does this download differ from a link? Do you want it to copy to the viewers machine?
3. Are the "records" in #1 in MySQL or a SQL database?