You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
I had to add this:
UserDetails.UserId = UserId;
at line 147 of EditUsers.ascx.cs or Membership would throw an exception because ViewState["UserId"] was never getting set.
Also in Chrome (at least) the logo (.navbar-brand > img) is getting set to display: block and it's causing the text to the right (BugNET) to fall below instead of immediately to the right.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had to add this:
UserDetails.UserId = UserId;
at line 147 of EditUsers.ascx.cs or Membership would throw an exception because ViewState["UserId"] was never getting set.
Also in Chrome (at least) the logo (.navbar-brand > img) is getting set to display: block and it's causing the text to the right (BugNET) to fall below instead of immediately to the right.
The text was updated successfully, but these errors were encountered: