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
Best Smart UPS
Can't Create Slide Library in Sharepoint - Slide Library not available
Can I set a user logon picture for a user that follows him from the server?
Need help knowing what parts of script to edit
Need an SQL Expres trigger to commmunicate w/ my ASP.NET website
Script compiles, but never seems to tun
what javascript will loop through an array or evaluate a list for the following error checking javascript enbedded within a ColdFusion 9 form?
Excel search macro to use a bar code look for result in worksheet, start over
Am I required to have an Edge Transport Server in my Exchange 2010 environment?
asp.net Need to pass a querystring value?