Search Results

0
votes

How do I call Initialize on a custom MembershipProvider?

Since the Initialize method isn't called, I guess the next question is whether your provider being instantiated? If you don't already have one, try adding a public parameterless constructor and put …
0
votes

Winforms MVP Grid Events Problem

The key is getting all that business logic into the presenter where it's testable. The view should call the presenter to perform the business logic, passing the information needed (e.g. the …
1
vote

ASP.NET MVC MembershipService Email

The Membership services provided by the framework don't support this directly. Your backup plan sounds OK though. This link may …