ASP.NET is an application framework developed by Microsoft. It is built on top of the .NET Common Language Runtime (CLR). SharePoint is built from the ASP.NET framework.
1
vote
0answers
27 views
CreateChildControls() in Visual Web Part in SharePoint 2010 called twice
(x-post from http://stackoverflow.com/q/17065543/1943)
I have a Custom SharePoint 2010 Visual Web Part which I've realized is calling the CreateChildControls() method twice. I've tried setting the ...
1
vote
0answers
15 views
SharePoint 2013 and WebApi
I would like to use ASP.NET WebApi inside a SharePoint 2013 farm solution.
I know it is not supported out-of-the-box, but I found SignalR can be run by means of a simple HttpModule, so I was ...
0
votes
0answers
6 views
SiteMapPath + UserControl
I'm doing a project in my job and I've got a problem.
I have a SiteMapPath inside my MasterPage, but, instead of using Response.Redired("myurl"), the project uses UserControls to change page's ...
0
votes
1answer
32 views
Can I use Microsoft SharePoint 2013 to be my ASP.NET application portal?
I'm not an expert in SharePoint but what I know that SharePoint 2013 Foundation Edition is free, and I'm developing ASP.NET applcation which will have a portal. I'm wondering Can I user SharePoint ...
0
votes
1answer
35 views
SharePoint 2010, ASP.NET MVC integration
As I previously posted here
I have to host an ASP.NET MVC 2 application on a SharePoint 2010 server. The application has to be hosted on the server, not referenced from a SP site.
So I've been ...
0
votes
0answers
24 views
Sharepoint 2007 onClick not finding javascript method
I'm having some real problems trying to fire a really simple piece of a Javascript code that I intend to run on the click of a button.
I think the problem is the location of the script or another ...
0
votes
3answers
26 views
Items return null value from query in sharepoint?
I'm using this code to get items from the folder but it return null value in the SPListItemCollection. What's the wrong in my code?
siteurl = SPContext.Current.Site.Url;
SPWeb web = ...
0
votes
0answers
41 views
ASP.NET MVC - Get current user logged in from sharepoint
I have an MVC web app that is sitting on a server running SharePoint Foundation and users access it via a link in the SharePoint portal. I require the website to log in automatically for the current ...
0
votes
1answer
19 views
When registering an HttpModule for Sharepoint, where should the assembly reside?
Meaning where in the path of the Sharepoint web site/app should the assembly reside? My module is currently not being loaded. Does it have to be in the GAC?
0
votes
0answers
20 views
XsltListViewWebPart SampleData
I use dynamically added to aspx page XLV webpart. Now, when its not needed, I dont wont to create any database request and just provide XLV with sample data (or prevent it from showing anything). How ...
2
votes
1answer
30 views
Updating contents in a custom webpart in a Discussion Board topic page
I have made a custom Visual Webpart. I'm wanting to periodically update a label in the webpart without refreshing the whole page. I've got the label to update, however it is also updating the replies ...
0
votes
0answers
27 views
Handle AJAX call in SharePoint sandbox
I'm developing a solution for Sharepoint 2010 using ASTreeView. This control handles also AJAX calls for node loading. To load children of a parent, a
<ul><li>...</ul>
needs to ...
0
votes
0answers
8 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
52 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#?
...
2
votes
1answer
89 views
jQuery not loading in sharepoint 2010 asp.net page
I am making an visual webpart in Sharepoint 2010, and I am trying to load my jquery files in the ascx page.
Near the top of the page I have this:
<SharePoint:CssRegistration ID="jquery_css" ...
1
vote
1answer
87 views
Using the razor engine in SharePoint 2013 Visual Web Part
I'm trying to make use of the razor engine in a SharePoint 2013 Web Part. This, I read, shouldn't be too difficult since SharePoint 2013 Visual Web Parts can be built using .NET Framework 4.0
I'm ...
0
votes
1answer
54 views
cannot open microsoft.office.interop.word document
i am trying to open a word document but i dont work i can only save the document not open what could be the problem?
I get this following Error when trying to Open:
I am running SharePoint do i ...
0
votes
2answers
35 views
Help embedding asp.net page in a Sharepoint Web Part
First off, I do not have access to designer, so I'm attempting this through my SharePoint site's on-page edit tools. I realize that this may not be possible, but I'll ask the question anyway. :)
I ...
1
vote
1answer
19 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 ...
0
votes
2answers
25 views
How to embed image in SharePoint Workflow Association Form?
I am developing a custom SharePoint workflow in Visual Studio. I have a custom association form (ASPX) and I'd like to display an image, which is embedded into the project (and subsequently wsp).
...
-2
votes
2answers
49 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 ...
2
votes
2answers
37 views
Navigation on webpart
I don't really got a problem just a question. After googling around I couldn't find any answer on what I'm looking for.
Is it possible to put a <asp:TreeView/> or multiple ...
0
votes
1answer
41 views
SharePoint 2010 - ASP.net List folders from network location
New to SharePoint & ASP is there any way to simply list folders from a given network path and display them in a SharePoint webpage?
Thanks
Niall
0
votes
1answer
25 views
created external site - but I'd like sharepoint to search it?
I've created an external site outside of sharepoint completly. It's just a basic site that allows our users to get to specific sites. I wanted to simply embed this site via a url inside of ...
0
votes
1answer
39 views
Listbox in webpart has no selection
I'm having a problem that's really blowing my mind right now, because it seems like some basic .net functionality isn't working properly. No doubt I'm missing something really obvious. I could really ...
0
votes
0answers
24 views
Workflow For Updating To A List(Sharepoint)
I have created a workflow to add the values from excel sheet in SP list...I want to create a condition such like whenever the excel is modified its values should get reflected in the list.. I Am Using ...
0
votes
0answers
49 views
selecting row that passes data to javascript
I want to validate some data in a SharePoint List. So I've created a button to a pop-up verify.aspx page.
On the verify page I list all the items that match the orginal form (should only return 1 ...
0
votes
1answer
64 views
Custom Event Reciever For Document Library(sharepoint 2010)
I have a month column which is a choice column in my document library in the format specified below.. For eg. Jan 2013 I have the following requirements 1. The month dropdown should always have only ...
0
votes
0answers
124 views
Get unique values from a list column to display in the view
Sharepoint 2010 - I have a country lookup column wherein multiple values can be selected and is linked to another column (Region column) linked to another list. As it is the Region duplicates when ...
0
votes
2answers
24 views
How to round a datatime LocalTime to the onkly datatime. Not to the time with hours
I have got a code:
DateTime dzienStart1;
DateTime dzienStop1;
dzienStart1 = dzienStart.ToLocalTime();
dzienStop1 = DateTime.Now.ToLocalTime().AddMonths(-2).AddDays(-1.0);
Whem I look at a date in ...
1
vote
3answers
197 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.
0
votes
1answer
94 views
Unique ID get selected list
How do i do so i can work on multiple lists? This works if i'm working with one list. (SPSiteDataQuery)
SPWeb web = SPContext.Current.Web;
SPList myList = web.Lists["Staff ...
0
votes
1answer
47 views
Time in Sharepoint
We have got two method in Sharepoint to get the time. One is ToUniversalTime() an secound is ToLocalTime() But when we are in server and have got a aplication instaled on server which kind data method ...
0
votes
1answer
55 views
Optional Parameters in C# at Sharepoint
How Could I set optional parameters when programing in sharepoint. Now I'm while debuging getting error:
Feature 'optional parameter' cannot be used because it is not part of the 3.0 C# language ...
0
votes
0answers
83 views
Authenticate Site Minder using httpwebrequest and httpwebresponse
We are trying to authenticate the site Minder by using httpWebRequest and httpWebResponse and read the cookies. But we are unable to get the cookies
string url = "https://xxxx/login.jsp";
...
0
votes
1answer
64 views
Gridview not showing date
I'm working with a gridview, so i can show data from my three lists. I get it to show the title, but the date doesn't appear! Check the if statement.
using (SPSite site = new ...
0
votes
1answer
73 views
Search multiple lists
I want to search through my lists. And show it on a repeater control. On my dropdown i got 3 options, (All, List1 and List2). But my If statement wont work. The else is working fine, but it hangs when ...
0
votes
1answer
42 views
Listinstance url
I'm working to show my attachments in a repeater control. It works ALMOST perfectly. I just want to get the full url to my attachment. Right now i'm getting: ...
0
votes
2answers
856 views
Could not load file or assembly 'Microsoft.Sharepoint.Sandbox' or one of its dependencies
I created an ASP.net webapplication and i have used assemblies Microsoft.SharePoint;
and Microsoft.Office.Server.UserProfiles in it.. i get a run time error
"Could not load file or assembly ...
0
votes
1answer
112 views
Repeater control reverse order
I'm working with a repeater control that displays my list items. Everytime i add an listitem it displays it on my repeater. But i want the repeater to display the latest added item at the top.
Any ...
1
vote
1answer
217 views
Change context using RenderContext for SharePoint control doesn't work after postback
I am trying to create an ASP workflow task form.
It should contain two types of fields:
fields from related item (on which WF was started);
fields from task (such as Due Date).
For that I try ...
0
votes
0answers
80 views
ASP Calendar double click event get the date of clicked day
I haw got the ASP Calendar. I want to choose range from date to date. If i choose "SelectionChanged" i could only set one date. I think meybe I could set a second date which is end of Date Rannge when ...
1
vote
2answers
336 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 ...
2
votes
1answer
40 views
How to Retrieve the Data from an Individual Blog Post
I am trying to brand a blog post according to our standards, and to do that I have simply created a custom visual web part to take the place of the SharePoint default. What I am wondering is how am I ...
0
votes
1answer
230 views
visual basic in sharepoint 2010
I am new to SharePoint.
My head in the office told me that if you want to learn SharePoint, you have to learn ASP.Net first because we need to add webparts to the portal.
I installed visual ...
1
vote
1answer
769 views
The remote server returned an error: (401) Unauthorized sharepoint
Here is my scenario:-
I have my Sharepoint server hosted on Domain A and I have my machine on Domain B.
There is not any trust between Domain A and Domain B.
I am trying to access the Sharepoint ...
-1
votes
3answers
36 views
Two DropDownLists in this same site
I have got two DropDownLists. I want when I set in one value it should change in secound DropDownList the vales. Please Help.
Always the values should look like updated.
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 ...
4
votes
1answer
206 views
How to alter SP2013 workflow task from an ASP task form?
I have created SPD workflow with a custom ASP form. My form opens when clicking on a task link and I can show information about the task. Now I want to alter the task after pressing a button, but ...
0
votes
0answers
65 views
sharepoint 2010 session fixation/session hijaking issue
One of our security consultant has highlighted a possible session fixation issue in our sharepoint 2010 based portal. and advised us to use "a combination of Session.Abandon and a self-implemented ...
