Microsoft
Software
Hardware
Network
Question : permissions changed after moving folder from one server to another
Hi, just recently we moved all our user folders from one server to another and now the excel and word docs are coming up read only. I tried to give full rights to users to folders but not working. Any advice?
Answer : permissions changed after moving folder from one server to another
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
Exchange 2007 retrieve messages from disconnected mailbox
How do you monitor back pressure in Exchange 2007
Migrating WSUS repository directory into different drive
MS Excel
eStore database manipulation
Hotsyncing failure
Upgrade Mysql and PHP on Plesk 8.6
sp_help_revlogin and new logins
Citrix Xenapps Fundamentals / Access Essentials
How to write a SQL query to output one record from multiple records in same table