Sign in
Guru Pratap's Blog
Search
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
FAST 2010
FAST Query Suggestions
GridView SPGridView WordWrap Wrap
Query Suggestions
SharePoint 2010
SharePoint 2010 SharePoint 2007
SharePoint 2010 SharePoint 2007 MOSS SharePoint List Items SPList SPListItem
SharePoint 2010 Audience
SharePoint 2010 Email
SharePoint 2010 Timer Job
SharePoint 2010 WCF
SharePoint Timer Job
Visual Web Part
WCF
WCF Error 500.19
Workflow
Archive
Archives
April 2013
(1)
November 2012
(2)
January 2012
(3)
November 2011
(1)
May 2011
(1)
February 2011
(2)
December 2010
(1)
MSDN Blogs
>
Guru Pratap's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Guru Pratap's Blog
SharePoint Check the user is member of audience Programmatically
Posted
1 month ago
by
Guru Pratap Ketepalli
0
Comments
Audiences in SharePoint Server 2010 are groupings of users that can be used to target content on a SharePoint Server Web site. SharePoint Server 2010 allows targeting to the list-item level or to the list level. Groupings are determined by membership...
Guru Pratap's Blog
Add/Remove SharePoint Workflows thru PowerShell
Posted
6 months ago
by
Guru Pratap Ketepalli
0
Comments
You can add/remove workflows to the list or library by navigating to List Settings -> Workflow Settings -> Add a workflow List Settings -> Workflow Settings -> Remove a workflow If you want to perform the same operation using PowerShell...
Guru Pratap's Blog
Enable Powershell ISE from Windows Server 2008 R2
Posted
6 months ago
by
Guru Pratap Ketepalli
0
Comments
PowerShell ISE (Integrated Scripting Environment) gets installed by default with Windows 7 or Windows Server 2008 R2 but doesn't show in the start menu. There are two ways to enable PowerShell ISE. Using PowerShell Open Powershell Window Execute...
Guru Pratap's Blog
SharePoint 2010 Custom Timer Job - Send an Email
Posted
over 1 year ago
by
Guru Pratap Ketepalli
13
Comments
1. Open Visual Studio 2010 and goto FILE -> New Project -> Empty SharePoint Project. 2. Select SharePoint 2010 under Installed Templates under left Navigation. 3. Select Deploy as Farm Solution Option and replace http://<<ServerName>>...
Guru Pratap's Blog
WCF Error HTTP Error 500.19 - Internal Server Error
Posted
over 1 year ago
by
Guru Pratap Ketepalli
0
Comments
If you get a following error after publishing the WCF Service in IIS 7. HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid You need to make sure the application...
Guru Pratap's Blog
WCF Error HTTP Error 404.3 - Not Found
Posted
over 1 year ago
by
Guru Pratap Ketepalli
0
Comments
If you get the below error HTTP Error 500.21 - Internal Server Error Handler "svc-ISAPI-4.0_64bit" has a bad module "ManagedPipelineHandler" in its module list 1) Select " run " from the Start menu 2) Enter " cmd " and click OK 1. Make...
Guru Pratap's Blog
Visual Web Part Life Cycle
Posted
over 2 years ago
by
Guru Pratap Ketepalli
3
Comments
Visual Web Part Life Cycle I did create one visual web part with name “ SimpleVisualWebPart ”. It has the following code to display the sequence of life cycle events. SimpleVisualWebPart.cs using System; using System...
Guru Pratap's Blog
FAST 2010 Query Completion/Suggestions lifecycle- An Insight
Posted
over 2 years ago
by
Guru Pratap Ketepalli
0
Comments
Introduction Query suggestions, also known as search suggestions, appear as a list of suggested words below the search box. The list suggests search terms while the user is typing a search query. The query suggestions are automatically created over...
Guru Pratap's Blog
Commonly used SharePoint reusable functions
Posted
over 2 years ago
by
Guru Pratap Ketepalli
0
Comments
1. Programmatically get/search SharePoint List items public static SPListItemCollection GetListItems( SPList list, string fieldName, string fieldValue) { SPListItemCollection items = null ; if (list != null && ! string .IsNullOrEmpty...
Guru Pratap's Blog
ASP.NET GridView Word Wrap
Posted
over 2 years ago
by
Guru Pratap Ketepalli
7
Comments
GridView or SPGridView by default, will not wrap the text automatically. It requires a special CSS style to be applied to a div tag. Add SPGridView to this div tag. Here is a sample. 1. Declare below styles to wrap the text. < style type ...
Guru Pratap's Blog
Update/Edit SharePoint user personal settings with SharePoint Object Model
Posted
over 3 years ago
by
Guru Pratap Ketepalli
0
Comments
Every user will have his/her personal settings for a site collection. Each user can view their details by clicking on Logged-in User link and select My Settings menu item. Once "My Settings" selected, it redirects user to display his/her personal...
Page 1 of 1 (11 items)