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
Cisco 6509 SUP720 IPv4 CEF Entries
Insert Item to ContextMenuStrip ?
Creating and Deleting tables in phpmyadmin
Pass the Selection Formula to the subreport
oracle 11g - How to grant view privilege to user2 from user1 objects
Boot Repair Options in Vista Safe Mode
Cisco Unity Call Handlers
Script that checks the created computer objects and logs/. Need a way to run as scheduled task and email using outlook.
MySQL backup w/ MySQL Administrator
Are there any issues to be aware of with method overloading when using Web Services?