I am getting this error: List does not exist The page you selected contains a list that does not exist.It may have been deleted by another user.at Microsoft.SharePoint.Library.SPRequestInternalClass.
I had made a list and created a custom list form (Insert -> Sharepoint Controls -> Custom List Form).Then, I completely deleted the list (but copied the custom list form) and then recreated it, having
Is it possible to increase the length of the Title column for a site above the 255 characters. My requirement is that I use a field that is longer than the maximum 255 chars but because the Title col
I am following this (http://msdn.microsoft.com/en-us/library/ms450826.aspx) method to add a webpartpage (samplewpp.aspx) and it works. However, I need to add one line description as we开发者_开发技巧l
I\'ve tried looking this up and haven\'t come up with the answer I\'m looking for; I\'ve found what cannot be included in filenames, folder names, and site names... but nothing on actual fields in a l
Is it possible to check whether a SharePoint (actually WSS 3.0) timer job has run when it was scheduled to ?
I want to render all WebParts on the Page in context of some other user which password is unknown. I\'m SiteCollection Administrator.
I have a web part which uses validation (InputFormRequiredFieldValidator) on a textbox field to prevent submission of an empty field.When clicking on Check In to Share Draft or Publish while in Edit m
We have a client who is not willing to give us access to their SharePoint environment. The work involves creating a bunch of custom site columns, custom site content types, page layouts and pages fro
I am trying to deploy my solution package (wsp) to SharePoint 2007 environment. The WSP contains a feature which loads the feature receiver class to deploy a timer job at run time.