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
Storing and retrieving text files to blobs
How do I show comments without showing tracked changes via code (C#)?
IAT patching, problem when calling back to original target function?
Uninstall string for Backup Exec 2010 Remote Agent
How to change the encoding of the postgre in the client side using pg_set_client_encoding?
mysql query - version
SQL 2005 Update Query??
What is the best way to create an external distribution group in Exchange 2010
Printing Tab Forms
Using DLookup in VBA code on Access Form