Tagged Questions
1
vote
1answer
746 views
Working with args option of SP.UI.ModalDialog.commonModalDialog
I have the following situation: In my Sharepoint 2010 ASP.Net Application page app I want to allow my users to select a Supervisor for an employee who's information they (the user) is modifying. For ...
3
votes
2answers
490 views
SharePoint webpart and application page
I need to make an application page or a webpart that have a javascript code and i tried to add the jquery i a new project to upload it to the SharePoint but the code didn't work
this is the code that ...
1
vote
2answers
2k views
How to create custom EditForm and DisplayForm for custom content type?
I have developed a custom ASPX SharePoint application page using Visual Studio. I would like to use that page as the EditForm and DisplayForm for the custom content type.
At the moment, my page is ...
1
vote
1answer
496 views
How to integrate custom .ASPX solution in SharePoint list EditForm
I have developed a custom SharePoint solution which is consisted of one ASPX application page. Now, I would like to integrate that functionality in list item edit form. I have decided to create a ...
0
votes
2answers
1k views
Building ASP.NET forms in SharePoint 2010
We need to create a couple of dozen forms on SharePoint 2010 and would like to use ASP.NET and Visual Studio 2010 for this task. The forms need to have the same look-and-feel. The current forms are in ...
2
votes
2answers
478 views
Page, Dialog and update panel issue
I have page, where user can choose where he wants to copy library element. Since copying can take longer time, I'd like to give some information that actually something is going on. It is also ...
1
vote
2answers
327 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 ...
1
vote
0answers
309 views
Exception loading SharePoint dependent assembly using reflection [closed]
I've created a custom Central Admin .aspx page that inherits from the OperationsPage base class, which is defined in Microsoft.SharePoint.ApplicationPages.Administration.dll. Naturally, I added a ...
0
votes
2answers
475 views
Custom Application Page does not recognize tagPrefix defined in custom web.config
I have a custom application page integrated in Centeral Administration.
My application pages are placed in a subfolder in Template\Admin folder.
I placed my own web.config in my subfolder and added ...