Sign In
Microsoft Premier Field Engineer - SharePoint
All posts are provided "AS IS" with no warranties, and confers no rights.
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Business Intelligence
Code Samples
Coding Tips
Custom Solutions
Customization
Document library
How To
List
MOSS 2007
Object Model
Performance and capacity planning
Performance Monitor
Permissions
Search
SharePoint 2010
SharePoint 2010 Developer
SharePoint Foundation 2010
SharePoint Server 2010
Snippets
SPS 2003
Web Services
Webparts
Workflow
WSS v2
WSS v3
Blog - Link List
SharePoint Blogs
SharePoint Team Blog
SharePoint Thoughts
Stefan Goßner's Blog
Andrew Connell's Blog
Arpan Shah's Blog
SharePoint Resources
SharePoint 2010 Developer
Developers at MSDN
SharePoint Developer Center
SharePoint MSDN Forums
SharePoint Server 2010 Resource Centers
.Net Resources
ASP.NET 4 and Visual Studio 2010
C# Future
.NET Framework
CodePlex - SharePoint
.Net Articles
Microsoft Ajax
Silverlight
Archive
Archives
December 2011
(1)
October 2011
(1)
September 2011
(1)
August 2011
(1)
July 2011
(1)
April 2011
(1)
March 2011
(1)
December 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(3)
May 2010
(1)
March 2010
(5)
December 2009
(2)
September 2009
(6)
June 2009
(12)
December 2008
(7)
November 2008
(1)
June 2008
(5)
April 2008
(2)
November 2007
(1)
October 2007
(2)
July 2007
(1)
December, 2008
MSDN Blogs
>
Microsoft Premier Field Engineer - SharePoint
>
December, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Premier Field Engineer - SharePoint
How To: Host SharePoint features such as dynamic Web Parts and Web Part Zones in ASPX page
Posted
over 4 years ago
by
-Tejas
0
Comments
Error We get an error "ListViewWebPart could not be added, list may be hidden." while putting a ListViewWebpart inside a custom ASPX page in _layouts folder. Resolution / Workaround We found the information in MSDN “Application pages...
Microsoft Premier Field Engineer - SharePoint
How To: Get workflow description which is more than 255 characters
Posted
over 4 years ago
by
-Tejas
0
Comments
Question1: Is it possible to get the information from the description field of workflow history list only for the running instance of the workflow? also if the description value is more than 255 characters, it truncates the value so how to get the complete...
Microsoft Premier Field Engineer - SharePoint
How To: Get the search result for the new column name when the crawling is done on the old column name
Posted
over 4 years ago
by
-Tejas
0
Comments
Crawling works on column's internal name. so if you modify the column name then in the search result you might not get the result for your changed column name. Resolution Get the column's internal name by going list settings -> column -> right click...
Microsoft Premier Field Engineer - SharePoint
How To: Create user profile in SSP from FBA site
Posted
over 4 years ago
by
-Tejas
0
Comments
-------------------------------------------------------------------------------------- Web Service approach -------------------------------------------------------------------------------------- You can use UserProfileService.asmx webservice to achieve...
Microsoft Premier Field Engineer - SharePoint
How To: SPS 2003: Access the columns from the “manage sites” list of “sites” area
Posted
over 4 years ago
by
-Tejas
0
Comments
TopologyManager topologyManager = new TopologyManager(); Uri uri = new Uri("< http://terminator:2004 >"); PortalSiteCollection sites = topologyManager.PortalSites; PortalContext portalContext = PortalApplication.GetContext(sites[uri]);...
Microsoft Premier Field Engineer - SharePoint
How To: A custom workflow(Approval) to send the notification emails with custom message appended at the end
Posted
over 4 years ago
by
-Tejas
0
Comments
task.createWssTask_TaskProperties1.EmailBody = @"<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' ' http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' > <html xmlns=' http://www.w3.org/1999/xhtml' xmlns:m=' http://schemas...
Microsoft Premier Field Engineer - SharePoint
Code snippet : Rollup tasks list from sub-sites to the parent site
Posted
over 4 years ago
by
-Tejas
0
Comments
string strSite = " http://terminator:2004/sites/t2"; SPSite oSite = new SPSite(strSite); DataTable data = new...
Page 1 of 1 (7 items)