This issue occurs when you do backup restore of the site/site collection. Due to this you can not see the page in design mode due to some reference changes and will not be able to add any new data sources on the page.
To resolve this issue follow below steps.
1. Go to Insert - New Item Form
2. Click on Custom List Form
3. Choose your custom list.
4. Choose form type (new/edit/display).
5. Select the "DataSources" section of the newly created dataformwebpart.
6. Now replace the existing "Datasources" section with selected one.
7. Remove the old DataFormweb part.
Just after saving the form mentioned error should go and you should be able to see all the controls with existing binding.
Subscribe to:
Post Comments (Atom)
Query List/Document Library in Specific Folder
To query SharePoint List or Document Library in specific Folder “ FolderServerRelativeUrl ” as part of the CAML Query Code Snippet ...
-
#Add a sharepoint group using power shell #Create a sharepoint custom permission using Power shell $web = get-SPWeb "http://sitecollect...
-
I am very sure that most of the Sharepoint developers must have used _spBodyOnLoadFunctionNames to inject javascript methods on the sharepo...
-
This issue occurs when you do backup restore of the site/site collection. Due to this you can not see the page in design mode due to some re...
3 comments:
Hey Vimlesh, long time no see. I came across your name on a SharePoint article. Good to see you blogging.
Heh... A simpler fix would be to go to the code in SPD and find the Datasource entries where the WebURL is referenced and make sure it points to the right location and has the right GUID for the datasource. This is with in the webpartpage. No need for advanced edit.
Another problem with same generic error was with windows updates
Solution is on this link
http://ittechnotebook.blogspot.com/2013/07/all-data-view-web-parts-stopped-working.html
Post a Comment