Programmatically removing users

  • Thread starter Thread starter King Coffee
  • Start date Start date
K

King Coffee

Hello,

Can someone show me a code snippet which programmatically delete an ASP.NET
member from the SQL database?

Sincerely,

King
 
King said:
Hello,

Can someone show me a code snippet which programmatically delete an
ASP.NET member from the SQL database?

Sincerely,

King

Membership.DeleteUser(username)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top