Deleting from a form in ASP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nikhil86
    New Member
    • Oct 2006
    • 8

    Deleting from a form in ASP

    hey guys
    i'm a newbie in ASP, and I have this form which reads data from a database and displays it in a table on my asp page. I now have to create a drop down option such that i should be able to delete the record if I choose delete from the drop down option. Advice anyone? much appreciated
  • karthi84
    Contributor
    • Dec 2006
    • 270

    #2
    hi,
    its an easy process, have a button to execute the querry. first select the dropdown list to delete and then click on the button to execute the delete querry else the other way is use the dropdown list on change property and use a conditiopn to check if the value is delete then execute the delete querry. if any doubt then post me a personal message so that i can reach u easily.

    regards.....

    Comment

    Working...