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
Replace file with a batch file
Cisco Unity Call Handlers
Boot Repair Options in Vista Safe Mode
Sumproduct formula
Pass the Selection Formula to the subreport
ASP - Form submit show data in bottom part of page
HELP!!! I trying to repartition my C: sys drive on a Windows Server 2003
OWA not working after applying SP3 to Exchange 2007
Why is this sql file not creating a mysql database as it should
Calling perl cgi from javascript