Posted on: 6/15/2014 1:02:11 AM | Views : 357

Here is a tough one using asp.net identity 2.0.  I am trying to provide admin functionality to administer other users.  I would like to view all users or roles in a gridview.  It appears to be pretty easy to use the ItemType in a gridview to bind the gridview to defined tables that are created via code first and I get that.  I am trying, however, to bind the gridview somehow to the userstore or rolestore in the identity entity framework.  I would like to use the automatic edit and delete features in the gridview to modify and delete users or roles from the gridview.
First, I need to understand the code I would use for the itemtype in the Gridview.  I think it would somehow reference the ApplicationDbContext.  Then I would need to know the code behind for the select function.
Go to the complete details ...