Tagged Questions

0
votes
1answer
9 views

How to show the current site lists names inside the application page?

How to show the current site lists names inside the application page?
0
votes
2answers
219 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= SPGridView.Se …
0
votes
2answers
332 views

Feature Activation Error(Cannot Add Dll to GAC)

Hi.. we have created a feature ,which have got 2 application pages. one is to activate the user control and the other one is for database configuration,for the database configurat …
0
votes
0answers
62 views

Exception loading SharePoint dependent assembly using reflection

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. Natur …
2
votes
2answers
235 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) { sputi …
2
votes
2answers
156 views

Custom Error Page for Sharepoint

We've created an Application Page which configure database for custom modules. We've designed this Application Page with SharePoint custom control. There are some errors which can …
4
votes
1answer
239 views

How can I show an Application page on Feature Activation?

We are developing a custom module for SharePoint. The custom module is based upon SmartPart which means we have created UserControls. There was a problem with SmartPart deployment …
0
votes
1answer
97 views

SPUtility.TransferToSuccessPage() throwing Exception.

hi. 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 fram …
0
votes
1answer
146 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 su …
1
vote
2answers
47 views

Updating web.config revert previous updates

Hi, I've a SPJob Scheduled with a package (wsp) installation which update web.config and a Application Page which also build to update web.config. The problem is when I install t …
1
vote
2answers
186 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 th …
2
votes
1answer
36 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 …