Hi,
Recently I've discovered asp page methods. Little web service type calls.
Though I'm left wondering, what are page methods really good for? I was thinking validation of form data on the server, eliminating the need to double up on validation on both client and server.
But in the real world, what can they be used for? Should they be used for validation and how would one go about protecting these page methods from being hammered or abused?