i've got a custom membership provider that is defined in my web.config. It works fine when logging in.
So on my changepassword page i use the changepassword control, when the ok button is fired I'm expecting it to hit the changepassword method in my membershipprovider but it doesn't. It does execute the GetUser method but never the changepassword.
What am I missing