Wednesday, November 4, 2009

error on Membership.GetAllUser();

Error calling the method GetAllUser(); this was caused by the fact that i was not having a membership provider for the test application.


listbox.DataSource = Membership.GetAllUsers();









so here's the code snippet used to solve the fact



No comments: