I currently have a site that is a paid member site. Once the user pays I redirect them to an asp.net page with a confirmation. What I'm trying to figure out is how to get this page to automatically approve the users. In other words, once the page loads it runs the stored procedure to change a user to approved or uses a sql update statement. Any ideas?