views:

24

answers:

1

After a user submits a form, how do you detect that the form has been posted/submitted and the browser has navigated to the logged in page?

+2  A: 

Handle the DocumentCompleted event and check e.Url.

SLaks