Exemplo n.º 1
0
 private void RetrievePendingEmailVerifications()
 {
     if (!IsViewDataLoaded)
     {
         //IsPostback won't help - the ObjectContainerDataSource_Selecting is called twice and the second time, it says 'IsPostBack = false'
         ViewData         = RegisterUserBLL.GetPendingEmailChangeVerifications(this.AccountInfo);
         IsViewDataLoaded = true;
     }
 }