1
0
-1

Hi,

I can't seem to delete any records from the datalist. I've linked the delete button to the form I used to store/edit the record, but the all button does now is just refreshes the page but no records are deleted.

Anyone know the reason why this is happening?

    CommentAdd your comment...

    2 answers

    1.  
      3
      2
      1

      Your datalist should contain the primary key of the table(attached to form) from which you want to delete the data and that primary key column should be named 'id'

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi, there isn't enough information to really tell what is going on. It could be likely that the delete button is not configured correctly. If you use the CRUD Menu you can just set the "Show Delete Button" to enable delete functionality.

          CommentAdd your comment...