You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i wanted to know how can I create a report button for my classified ads website so that people can flag a post as spam and me as a moderator delete it??
Last edited by mark_gilb; August 3rd, 2013 at 08:49 PM..
It depends on what you implemented and how. You could do something like the Contact page and have a user send details by e-mail. Besides sending out an e-mail you could also store the ID (or other data) of the ad in the database so a moderator would have access to it.