Quantcast
Browsing all 103 articles
Browse latest View live

What’s the difference between Abstract classes and Interfaces?

Features                                      Interfaces                                abstract class Multiple inheritance A class may inherit several interfaces. A class may inherit only one abstract...

View Article


How far I should go with customization ……..

Almost every SharePoint project starts with elaborating  what the current version of SharePoint supports as Out of Box  feature . But at the end of the day , level of customization we require in these...

View Article


SyncFusion with SharePoint

Below mentioned doc gives a good example to use syncfusion asp.net controls : http://files.syncfusion.com/samples/Tools.Web/Tools_Web_SimpleWebPart.zip...

View Article

Image may be NSFW.
Clik here to view.

detect if new spfile is uploaded

Hi Is there a way to detect if a new spfile is uploaded in document library/ old spfile is replaced for the same item or only the meta data have been edited. (may be in itemupdated eventhandler.)...

View Article

SpSiteDataQuery with more than 256 conditions.

Hi I am getting error :- Incorrect syntax near ‘UserData’. System.Data.SqlClient.SqlException: Too many table names in the query. The maximum allowable is 256. if I use spsitedataquery with more than...

View Article


query on datagrid

Hi I want to query a datagrid on the page. possibly using Linq. My purpose is to extract data of a column into an IList:- currently doing like:- for each(raddatagriditem item in radgrid.items) {...

View Article

State Managements in .NET

State Management Techniques in ASP.NET Developer is forced to implement various state management techniques when developing applications which provide customized content and which “remembers” the...

View Article

thumbnail word, pdf, excel etc in wss 3.0

does anyone know of a way to create thumbnails for documents in sharepoint services?  what i would like to happen is provide a new column that would allow the end user to hover a icon that would...

View Article


How can i find the currently login user of extended web application through...

i have created a web application http://spserver:19578 and then i extend a web application http://spserver:19579 from it. Now i am currently login as ali to http://spserver:19579. i write the following...

View Article


Microsoft.SharePoint.WebPartPages.ToolPart , page needs a refresh to apply...

Hi   I have a problem with custom tool part. The page needs a refresh before the changes are actually visible in the web part. Either user have to hit apply then OK in Tool Part, or after directly...

View Article

SharePoint publishing behaviour related to expiration – approved documents...

Hi   query 1:- Ours is a publishing portal. Max time it works, but there are instances when it does not work. There are few documens in our doc library for which expiration date is less than current...

View Article

‘Microsoft.SharePoint.IdentityModel.SPClaimsUtility’ does not contain a...

Hi I am trying to use SPClaimsUtility for au8thenticating my user as per http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.identitymodel.spclaimsutility.authenticateformsuser.aspx . But I...

View Article

a primary AD group should not be added to a SharePoint Site Group…..

Hi as per http://msdn.microsoft.com/en-us/library/bb975136%28office.12%29.aspx and the problem we are facing: Primary group membership In Active Directory, each user has a primary group. When the LDAP...

View Article


custom actions on work flow suspended sharepoint 2010

Hi   I need few custom actions like sending emails and few logs update  using  enterprise library. What will be the best approach for this . will SPWorkflowEventReceiver   > WorkflowPostponed  solve...

View Article

Not able to login to Claims based auth. sweb apps in sharepoint 2010

Hi till yesterday I was able to login to claim based web apps in my sharepoint 2010 server. but today they are giving below mentioned error! even though classic mode auth web apps are running fine. Nor...

View Article


List Level backups for multiple sub sites -Poweshell

In SharePoint projects, there are scenarios, where a number of sub sites are created using a same template (now WSP). We come across requirements where these templates require updation in due course of...

View Article

User’s Role Specific Theme – SharePoint 2010

e are digging out the possibility to give user’s role specific themes in SharePoint 2010. We are OK with going for custom coding for this. Do you have any clues how to achieve this? so based on:...

View Article


SharePoint 2010 with IE 9

Hi   In IE 8 we used to have a  load bar in the browser . But in IE 9 when the page is loading a circle keeps on moving in the address bar-tab area.   I have a question now for my SharePoint site....

View Article

Search History in SharePoint 2010

Did anyone got a chance to work on Search History?   We are able to get top Search Queries  , but we need to maintain log of all search keywords entered by all the users.  Is there something out of box...

View Article

get last app pool recycle timings

c:\Windows\System32\inetsrv\appcmd list wp  gives you all the process IDs and on powershell  go for : (Get-Process -Id [processID]).StartTime

View Article
Browsing all 103 articles
Browse latest View live