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
The system cannot find the file specified
BSOD 0x0000007B during Windows 2003 installation on Dell PowerEdge 2970 server
ActiveX controls moving on a worksheet - Excel 2010
Connecting two subnets on a cisco switch
conditions between 3 tables
ASP.NET
Terminal Server best practices
getting and setting pixel data for a 3 channels RGB image library acces violation ?
A potentially dangerous Request.Form value was detected from the client ...
jQuery Ajax Dialog with PHP / MySQL