I have mostly worked with ASP.NET WebForms and more recently MVC.I am now starting the long journey of moving over to SharePoint 2010 development and would love to learn from your experiences.
I got the folloiwng exception while activating a web application feature using Stsadm: Access denied!Only SRP admin can remove property or section.
I am only aware of two approaches we can develop webparts using Visual studio. The First one: Add a webpart project and write code in the appropriate methods.
Trying to implement server side click to anchor tag Below code is i开发者_如何学编程n .CS file(sharepoint 2007/c#)
I can copy a file up to the Sharepoint archive using: _vti_b开发者_StackOverflow中文版in/Copy.asmx.CopyIntoItems
I would like to change document icon in document library at runtime. Icon should be changed based on some condition I have in code. There is no difference what extension of file is (txt, doc, pdf, etc
I have a webpart. I have a list of items (schools) th开发者_C百科at I must pick from. This list comes from another Sharepoint list. I made a tool part. This tool part creates a drop down list and popu
HiI am wanting to create a little tutorial on how to create a webpart that I have added to开发者_如何学Go one of the website\'s I have created.
Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Respons
I am trying to host a custom web service in SharePoint 2007 (WSS 3.0) and so far I have followed the instructions here to create a simple \'Hello World\' web service: Create WSS Web Service