erichar11 wrote:
This is a general question, one of the problems I have when using new controls is understanding what order and when events are fired. I'm currently having a problem with the new login control in vs 2005. The documentation doesn't seem to be adaquate (or I can't seem to find the right docs) and I'm trying to understand the order of events being fired. My question, is how do you guys determine this. Thanks.
If the docs don't show the order, add a handler and set a breakpoint within each event in the login control. F5 that sucker and take notes..
For the record, I had the same problem with the login control.