Disable List page

For a particular table, i only want the ability to add a record.
Obviously, I can disable View, Edit and Delete pages but how do I disable the List page/view??
Thanks

Use the Page_Redirecting server event to redirect the list page to the add page.

Excellent idea - thank you.