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
Access form open below/behind Switchboard
Double Quotes For Access Query Via VB.NET
Print 'Incomplete' for crystal report subtotal if any detail records are zero
SQL Express not accepting outside connections
SQL Server 2005 Enterprise update query takes too long.
Label is updated, textboxes are not?
cricket's towers
show and hide multiple divs using onclick
Accessing MySQL thru VB.NET
SELECT statement never completes over db_link