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
"Transfer SQL Server Objects Task" & Truncate
Tools/automated testing tools for testing ASP.NET web applications
Posting form data and jquery
aspnet, gridview.. Trimming the data in the bound controls
select * in view
Show Hide tables using drop downs in asp
Word dialog box hides behing my Access app window.
Read XML through oracle view and ordered output
Remote Desktop
Javascript: how to validate a form when there are multiple instances on the page?