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
41 views
SPgridView filtering Menu issues for Numeric column
I have built a SPgridview with Filtering, Sorting and Paging.
In the grid , i have one numeric type column and other are string columns.
There is a issue while filtering the numeric type column, the ...
1
vote
0answers
113 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
114 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 ...
1
vote
0answers
13 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 ...
1
vote
0answers
62 views
DropDownList change the values in the same times
I have got two DropDownLists, and I want to change if I change in first Drop down list Values then I want to change in secound DropdownList. My first DropDownList has got a code:
SPUserCollection ...
1
vote
0answers
31 views
Problem with finding out loged user
I try to write a procedure, which find out is the user logged or not not loged in the service. I write a code. But it sometimes giving me a true or false if not a person shown. Sometimes it gives me ...
1
vote
0answers
215 views
Custom aspx page with web part
What would be the best way to have a custom asp.net page which runs on sharepoint and displays a web part? TIA
1
vote
0answers
124 views
Visual Studio intellisense over WebDav (DAVWWW) does not work. Failed to Start Monitoring
The page lives in a library inside SharePoint 2007 and has inline c#.. no master page or sharepoint references. I can open, edit and save the page via the URL. But getting warnings and no ...
1
vote
0answers
216 views
Dynamic content based on Eval() returning null
I have an SPGridView with a list as its source. I currently have it sorting first by published date, or if that is null, by modified date. The problem is that on the list view I need to put Posted on ...
0
votes
0answers
19 views
Modified People Editor field not reflecting changes in Code Behind
As per my client's requirements I have created a completely custom list EditForm. Everything is working fine except for one thing. If I modify the manager field which is of type ...
0
votes
0answers
25 views
SharePoint 2010 Approval workflow Failed on Start with SYSTEM.IO.IOEXCEPTION File System limitation Error
We have an Approval workflow, set up a content type, that everytime it runs, it throws a failed on start (retrying) error. When we look into the ULS logs for this event we get the following Stack ...
0
votes
0answers
30 views
consuming WCF web service from client side in SharePoint 2010 Visual Web Part Sandbox Solution
I have a visual web part Sandbox solution. I need to attach an external WCF web service in order to submit data to database using the custom form I have created. Is there a way I can attach web ...
0
votes
0answers
30 views
Custom ASP.NET Site to SharePoint 2010
I recently developed an ASP.NET site and published it to the LAYOUTS folder on my SharePoint server. In the intranet site I am working on, I want to create a link within the main navigation menu to ...
0
votes
0answers
20 views
Sitemapprovider “sitemapprovider” Issue
I have a really big trouble in my sharepoint 2010 farm.
my farm is this one (all are with SP2 and sharepoint server 2010) :
2 WFE
2 APP
1 SQL
i have already create 1 web app and the mysite web app. ...
0
votes
0answers
38 views
Sharepoint Menu enable parent navigation - quicklaunch
On the v4.master I have an Sharepoint:Menu, and I would like to know how to enable the parent link. Wich property should I change on the SharePoint:AspMenu ?
At the moment the parent has an anchor ...