Microsoft
Software
Hardware
Network
Question : How can i display who has access and flag secuirty concerns?
I have a SharePoint user community that continues to give to much access to people, and need a way or report that will be in there face that shows who has access.
Any suggestions?
Answer : How can i display who has access and flag secuirty concerns?
Issue resolved by adding the following:
Protected Sub GridView1_PageIndexChanged
(ByVal sender As Object, ByVal e As EventArgs) Handles GridView1.PageIndexChanged
, GridView1.Load
If GridView1.EditIndex = -1 Then
BindGrid()
End If
End Sub
Random Solutions
cannot access admin$
Folders on Win 2008 storage server not visible from win XP 64bit
Convert data from Excel to import into SQL.
Outlook 2007 - Exchange 2007 Free-Busy issues
Formview - System.NullReference Exception when using FindControlRecursive
expression questions
trial version vmware "there are not enough licenses installed to perform the operation"
css inheritance
Transaction over multiple database servers
Setting the Caption Property of Buttons on a Form based on the Contents of a Field in an SQL Server Express Edition Database Table