Tagged Questions
0
votes
0answers
42 views
Documentation for SharePoint 2010 OOTB web controls
Often I have a needs to provide different customizations to list, libraries, webs via custom action, which opens custom application page (in modal dialog). I place on page controls to provide UI.
In ...
3
votes
2answers
388 views
SharePoint 2010 how to customize display form using application page or code behind
I am working on a project that requires code behind in the dispform.aspx as well as the edit and new form. The reson being, I am synching to a web service, on view of an item, I want to make a sall ...
0
votes
2answers
72 views
Does Pages in SharePoint 12 hive have code behind files
I am not sure if we call them application pages or something else but am talking about standard sharepoint forms like "NewForms.aspx" or "EditForm.aspx" for lists in 12 hive.
Does they have any code ...
2
votes
3answers
467 views
Code Behind in Web Part Page that can interact with controls?
Classic SharePoint quandry, but so far the resources I've looked at haven't helped.
On one hand, application pages work perfectly, but having them live in the 14 hive isn't ideal for a number of ...
0
votes
2answers
704 views
TaxonomyWebTaggingControl Not Showing Up on Page
I am attempting to use a Taxonomy Picker Control (TaxonomyWebTaggingControl) on an Application Page based on the term set configured for a User Profile property. In this scenario, I have set the Ask ...
2
votes
1answer
565 views
Custom sign out page, not removing cookies
In my custom login script I'm creating a cookie that can be read by other company web applications. The code for this is:
setCookie("Communities", "LoggedIn=true&NSContactId=" + NSContactId, ...
0
votes
2answers
130 views
SP2010 Update Site Title and Description - Security problem
I've created a custom application page to update the Title and Description of a site.
The page is generating an access denied and the following error message in the log file:
Unknown SPRequest ...
1
vote
1answer
519 views
How do application pages compare to ASP.NET web forms?
We are considering moving from an ASP.NET Web forms model to SharePoint 2010 Application Pages. The main reason for this is so we can utilise the SharePoint Foundation solutions framework rather than ...
1
vote
2answers
328 views
Remove Sharepoint RadioButtonChoiceField Focus on application page
I have an application page with a bunch of asp textbox controls and then a sharepoint RadioButtonChoiceField control. When the page loads it will always set focus to the RadioButtonChoiceField is ...
0
votes
2answers
866 views
SpGridView and Get Selected Row Data
I am using SPGridView. I want to fill textboxes with the SPGridview Selected Row Data on a button click event.
Does anyone know how to do that?
My code:
txtCode= ...
0
votes
3answers
760 views
Feature Activation Error(Cannot Add Dll to GAC)
We have created a feature, which has 2 application pages. One is to activate the user control and the other one is for database configuration. For the database configuration, the user has to provide ...
2
votes
2answers
999 views
TransferToSuccessPage() when SPLongOperation is running
I am using SPLongOperation() , the scenario is:
Splongoperation operation=new splongoperation();
operation.begin();
try {
/// all working...
}
catch(exception excep)
{
...
0
votes
1answer
551 views
SPUtility.TransferToSuccessPage() throwing Exception
in my application page when i m using Sputility.transffertosuccesspage ,its throw an exception, " Unable to evaluate expression because the code is optimized or a native frame is on top of the call ...
2
votes
1answer
84 views
Running code that creates a TimerJobDefinition outside of Central Admin
I have run into a problem several times now where I have developed a custom timer job, and I want my site collection administrators to manage the schedule of this job with a custom application page ...
1
vote
2answers
528 views
Can application pages be attached to a specific list
I have a scenario where I need to create an application page that is installed to the ECB menu of a specific list only. Is this possible? or is the only way to do it associating the elements file with ...

