Sign In
Anjali's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
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
After Properties
AllowUnsafeUpdates
ASP.NET Server Control
BreakRoleInheritance
CommonViewFields
content editor webpart
Content Query Webpart
crawling links
custom fields
DataColumnRenames
DateTime Field
discussion board
EventHandler
FormDigest
GetCustomListTemplates
HTTP 200
HTTP 301
security validation
SPListTemplateCollection
table styles
table templates
team discussions
templates
URL rewriting
Web Control Library
Archive
Archives
August 2009
(4)
June 2009
(8)
MSDN Blogs
>
Anjali's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Anjali's Blog
Custom column of type "People/Group" named say: "last replied by" for team discussions which reflects the person/group who last replied to the thread in the topic (specific to that topic) in the discussion board in MOSS
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
Requirement End User requires an OOB column of type "People/Group" named say: "last replied to" in Discussion Board. This column should show the Person/Group who last replied to the thread specific to the topic in the Discussion Board. Currently...
Anjali's Blog
How to rename column names in Content Query Webpart using property : DataColumnRenames
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
Requirement How to rename column names in Content Query Webpart using property : DataColumnRenames NOTE: In any other Site except of Publishing Type, activate the following 2 features in your site, to have Content Query Webpart: In...
Anjali's Blog
Query regarding the Web Control Library templates
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
Question In Visual Studio 2005, on the File menu, point to New, and then click Project. In Project types, under C#, select Windows. Under Templates, select Web Control Library. In the Name field, type CustomSearchWebPart, and then click OK. But...
Anjali's Blog
When we use the wild card with CONTAINS predicate on the managed property “PreferredName” (OOB); it does not returns any result
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
Issue Description When we use the wild cards with contains predicate on the managed property “PreferredName” (OOB); it DOES NOT RETURNS any RESULT EXAMPLE: SELECT Title, FirstName, LastName, PreferredName, JobTitle FROM portal..scope() WHERE ...
Anjali's Blog
How Page Parsing functionality in SharePoint (SPPageParseFilter) works with the constructor of a webpart
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
About a month ago, I was working on case which from code point of view was damn simple; just a HelloWorld Webpart. But things are not so easy if they appears to be. The issue was running one single line of code in a webpart constructor;...
Anjali's Blog
How to create list using custom list template using SharePoint object model
Posted
over 3 years ago
by
anjali_chelawat
1
Comments
Requirement: I have a custom list template uploaded to the List template gallery of the site How can I create a new list whose template is custom list template using SharePoint object model Sample Code: Decription: GetCustomListTemplates(...
Anjali's Blog
How to return 301/200 for selective 404 HTTP status or in other words say URL-rewriting
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
About a month ago, I came across an interesting request from my customer, who wanted to have render 301/200 for specific 404 pages. May be few of us are aware about URL re-writing & designing of HTTP modules; but interesting point to share here difference...
Anjali's Blog
How to customize the table styles in content editor webpart
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
Requirement: How to customize the table styles in content editor webpart Attachment: The attachment contains Sample_Files zip which in turn contains 2 files for reference: sample.master file CustomHtmlEditorTableFormats.css Steps...
Anjali's Blog
How to show file/folder icons depending on the type in Content Query Webpart
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
Requirement: How to show file/folder icons depending on the type in Content Query Webpart POINTS to Remember: NOTE: In any other Site except of Publishing Type, activate the following two features in your site, to have Content Query Webpart...
Anjali's Blog
How to modify a DateTime value of AfterProperties in ItemUpdating/ ItemAdding Events in SharePoint
Posted
over 3 years ago
by
anjali_chelawat
1
Comments
Issue Description: When you change the value of the DateTime column of Custom List in SharePoint's SPItemReceiver AfterProperties/BeforeProperties you need to set it to a specific DateTimeFormat string or else it throws the Error Error "Invalid...
Anjali's Blog
The security validation for this page is incorrect. Click Back in your Web browser, refresh the page and retry the operation
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
Issue Description: A custom webpart which on filling the info path form; creates a folder and a file inside the folder, in the SharePoint Document Library. When we fill the Info Path form and submit the request ; the folder and the file is created...
Anjali's Blog
The maximum limit for the length of the QueryText property of FullTextSqlQuery is 4096 characters.
Posted
over 3 years ago
by
anjali_chelawat
0
Comments
Requirement: I was working on case, where Customer's business requirement was to have the length of the QueryText property of FullTextSqlQuery to be UNLIMITED . Troubleshooting: Moment the code touches the limit of about 4093 it throws the error Error...
Page 1 of 1 (12 items)