Tagged Questions
0
votes
0answers
6 views
What's the best way to create a replication/load balancing module?
We have a sharepoint doucment library, the site consist media files(like images, word document, .psd file) and then we have a local CME (Alterian) which can be integrated to the SharePoint library in ...
2
votes
1answer
27 views
Listing all the documents in SharePoint server using C#?
I'm new to SharePoint server. I need to get the list of all document stored in SharePoint server, not in particular user site. Is there any way to get all documents list , name or count using C#?
...
1
vote
1answer
17 views
Creating a link in page content?
I have a html custom master page with html links. I am currently using static url's to link to pages and wondered if there is a way I can use a dynamic path in asp or sharepoint language so that when ...
-2
votes
2answers
45 views
Moving SharePoint portal to ASP.NET web application [closed]
I have a client requirement to move a SharePoint portal with all typical SharePoint features such as CMS, collaboration into an asp.net web application. The decision is already confirmed, so I do not ...
1
vote
3answers
175 views
Sharepoint beginner
I'm a Sharepoint beginner, just getting into it. Please suggest me some best way to learn sharepoint and best books available in the market.
We are using SharePoint 2013.
1
vote
2answers
263 views
How can I send data to a modal popup without using a jquery string?
as a bit of background I am new to Sharepoint development, as well as web programming in general. I've done asp.net programming in the past, but not much javascrip/ajax/jquery. From the (tons...) of ...
1
vote
0answers
11 views
controls to make extendable zone
I'm making a setting page in my sharepoint site and there is a lot of setting zone in this page , so I'm thinking what's the asp or SharePoint control that make each zone appears just by clicking on ...
0
votes
0answers
108 views
EditForm - custom control and updating field values
I'm using a custom rendering template on a list's EditForm. I created a UserControl with a asp:GridView and I would like to use it to insert mulit lookup field values (the standard multi lookup field ...
1
vote
1answer
262 views
Error with Asp Dropdown List in SharePoint 2010
To start with, I have a template setup that came from Microsoft for Timecard Management. This template basically tracks the project someone is working on and the specific task. On one page, it is ...
5
votes
5answers
503 views
Pros and cons of code vs. no code in SharePoint development?
Here's my situation: I work in a user area and have been tasked with creating usable SharePoint sites for different areas. Some are doc management, some are collaborative work spaces, some are task ...
0
votes
1answer
663 views
sharepoint with .Net 4.0
We had an ASP.NET site that was built on .NET 2.0. It had sharepoint integration and everything was working fine until the site got migrated to .NET 4.0. I know that sharepoint is built on 3.5 ...
1
vote
1answer
2k views
How to put DateTimeControl ErrorMessage as '*' during required field validation
There is a DateTimeControl on my WebPage which i is a ReqiredField. I have set the properties of the control as follows
<SharePoint:DateTimeControl runat="server" ID="txtDOB" DateOnly="True" ...
0
votes
3answers
1k views
how to create sharepoint custom login page
Im creating custom login page for sharepoint that will use Forms Based Authenitcation. I've read couple articles how to do it, but something is not clear to me.
What class should my Login.aspx (and ...
9
votes
6answers
425 views
Is SharePoint right technology for our project?
We are currently building a new public (extranet) client document portal. This should be system very similar to box.com where we can exchange documents with our clients. We will also allow the client ...
2
votes
1answer
204 views
different homepage for annonymous users
I have a requirement in which home page of my site is personalisable by the end user (I have page where all the webparts are listed with Add/Remove functionality) so that each user can add Or remove a ...