we got Sharepoint server on Windows Server 2003 DC, domain user have an access to sharepoint server folders and directory and easily browse the pages.
but when the (local)workgroup computer want to browse some page when they authenticated the the /images/ folder didn't show the picture because the users dont have an access to /images/ fo...
Dear members ! Require Your Assistance whith following issue :
I am developing Sharepoint feature which should launch Visio 2010 application.
Sharepoint is 2010 , OS is Windows 2008 R2
this line of code
app = new Application(); raise error
System.UnauthorizedAccessException
{"Retrieving the COM class factory for component with CLSID {0...
Does feature stappling is allowed in custom web templates for SharePoint 2010?If not , I guess I need to use the feature receiver to activate features?
...
Hello
I'm working on a bunch of solutions which uses a third party DLL from vendors like Telerik. We use the dll in most of your solutions. But when i uninstall any of the solutions the dll is getting removed from the assembly. This is a very unfortunate behavior.
I guess even putting the dll in the bin folder wont help it. Because i c...
I'm trying to create ASP.NET buttons programmatically inside an update panel in my SharePoint instance, but because of the page life cycle, I can not attach server side events on buttons.
Here is the code;
TableCell tcellbutton = new TableCell();
b.Click += new EventHandler(b_Click);
b.CausesValidation = true;
tcellbutton.Controls.Add(...
Could anyone confirm the the CDN src link for jQuery?
I am using the following:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
</script>
...
I have some problems with sahrepoint 2010 account management...
In my windows 7 i have 2 accounts: an administrator account (let's call it "admin") and a standard user (called "reader"). In the SP2010 central administration i have correctly added both accounts as "managed accounts". In my site i have modified the "site permissions": "ad...
I saw 2 different way to create web parts for sharepoint. Which one is preferred by most?
http://msdn.microsoft.com/en-us/library/aa973249%28office.12%29.aspx
...
I have two servers with virtually identical setups (the second that is working has been around longer than the other). For my newer server when I just put an address to a PDF in the browser it launches a download dialog. If I put the same address (just changing the server name) in the browser to my older server it displays in the brows...
I've been searching high and low for a satisfactory answer to this and failed. I hope StackOverflow can deliver for me!
I am using SharePoint Foundation 2010 (my first real attempt to deep dive into SharePoint), with (among other things) a custom web part; the master page for the site uses a CSS file supplied by the client and to which ...
I edited the form for a list item in InfoPath, and when I print, I just want to print the form itself.
It seems when I use the browser's print function, it still pulls up some elements from the page and it cuts off the content if it's longer than the popup window. Also, some of the elements of the form are hidden when I print, so that i...
I'm attempting to iterate through all User Profiles in SharePoint 2010 from a Silverlight application that will be added to a SharePoint page. Based on what I've learned, the User Profile Service is different than the SharePoint Website's store of a list of users who are "members" of the site or have ever visited it. To get that list of ...
Dear Experts,
I created a simple custom list in sharepoint with 1 extra column called "a1". I edited this form in infopath 2010 and published back. However, whenever I try to fill out the form by "Add new Item" >> "Save" I get a Critical Error and it just says Correlation ID : xxxxxxx.
Please help me thanks :)
PS. If i don't edit the ...
Hello
I'm working on a SharePoint web application. Since i can add web parts to the SharePoint pages i added two web parts A & B where A uses Ajax extensions 1.0 and B uses 3.5 version of it.
If i enable Ajax in the web app i get the web.config entries for the both the versions of the dll System.Web.Extensions (1.0.61025.0 & 3.5.0.0) ...
I have a site running on WSS 3.0. We also have a site running on a secure intranet (UNIX based). I have been asked to investigate the possibility of exporting all the data from the Sharepoint site and importing it into a website on the secure intranet. Knowing that WSS keeps its structure and data in an MS-SQL site, but not having muc...
In SharePoint 2010, I would like to create a list in one SiteCollection that queries data from several other SiteCollections that have common fields:
Is this possible, and if so - can it be done efficiently?
The current proposed solutions involves setting up EventReceivers on each of the SiteCollections that we want to query, and upd...
Hi,
I am using an SPGridView control with an ObjectDataSource control in a SharePoint 2010 solution. The SPGridview allows me to sort and page through a list items OK, but I have noticed a problem when two SPGridView controls are placed on the same page. When I sort the lower SPGridView control by clicking on a column's header link, th...
How can I create a function that copies some item from one Sharepoint discussion board to another? Everything is quite simple except field name Posted By, MyEditor, and Editor.
...
When I create a content type for SharePoint in XML in Visual Studio. Is it possible to create a field with the Type "Number" and give it a custom format? I don't want the thousands separator, but for some reasons I can't use the type "Integer" ...
EDIT: I tried this without success ...
<?xml version="1.0" encoding="utf-8"?>
<Elements x...
I had discussion with a colleague a while back on what would it take to create a better SharePoint from scratch.
Some of the requirements:
Document management Workflow management
Good integration on the desktop (version control as part of OS)
Rich web UI based on open standards
Very easy to integrate, and extend
I said it would ta...