<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Sha(ilaja)rePoint</title>
	<atom:link href="http://www.mstechblogs.com/shailaja/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mstechblogs.com/shailaja</link>
	<description></description>
	<lastBuildDate>Mon, 12 Apr 2010 11:56:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Some part of your SQL statement is nested too deeply &#8211; Versioning limitation in SharePoint 2007 by Ramakrishna</title>
		<link>http://www.mstechblogs.com/shailaja/some-part-of-your-sql-statement-is-nested-too-deeply-versioning-limitation-in-sharepoint-2007/comment-page-1/#comment-296</link>
		<dc:creator>Ramakrishna</dc:creator>
		<pubDate>Mon, 12 Apr 2010 11:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mstechblogs.com/shailaja/?p=180#comment-296</guid>
		<description>Hi,

Can you send me SHARE POINT sample applications.

Thanks,
Ramakrishna</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you send me SHARE POINT sample applications.</p>
<p>Thanks,<br />
Ramakrishna</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some part of your SQL statement is nested too deeply &#8211; Versioning limitation in SharePoint 2007 by Ramakrishna</title>
		<link>http://www.mstechblogs.com/shailaja/some-part-of-your-sql-statement-is-nested-too-deeply-versioning-limitation-in-sharepoint-2007/comment-page-1/#comment-295</link>
		<dc:creator>Ramakrishna</dc:creator>
		<pubDate>Mon, 12 Apr 2010 11:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mstechblogs.com/shailaja/?p=180#comment-295</guid>
		<description>Hi,

Can you send me .NET F/W 3.0 and 3.5 samples in Windows and web applications. Not in Console applications.

Thanks,
Ramakrishna</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you send me .NET F/W 3.0 and 3.5 samples in Windows and web applications. Not in Console applications.</p>
<p>Thanks,<br />
Ramakrishna</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPIisWebsiteUnprovisioningJobDefinition Error while deleting a Web Application in SharePoint by lumberjak</title>
		<link>http://www.mstechblogs.com/shailaja/spiiswebsiteunprovisioningjobdefinition-error-while-deleting-a-web-application-in-sharepoint/comment-page-1/#comment-30</link>
		<dc:creator>lumberjak</dc:creator>
		<pubDate>Thu, 30 Apr 2009 09:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mstechblogs.com/shailaja/?p=8#comment-30</guid>
		<description>thanks for the post.
I don&#039;t see le job in the list. It&#039;s so pity :-(</description>
		<content:encoded><![CDATA[<p>thanks for the post.<br />
I don&#8217;t see le job in the list. It&#8217;s so pity <img src='http://www.mstechblogs.com/shailaja/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a custom context menu in SharePoint list or Document library by Rajdeep</title>
		<link>http://www.mstechblogs.com/shailaja/create-a-custom-context-menu-in-sharepoint-list-or-document-library/comment-page-1/#comment-19</link>
		<dc:creator>Rajdeep</dc:creator>
		<pubDate>Thu, 16 Apr 2009 20:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mstechblogs.com/shailaja/?p=37#comment-19</guid>
		<description>Hi,

Can anyone give me a javascript which I can use in a content editor webpart to Hide &quot;Edit in Microsoft Office InfoPath&quot; and &quot;Edit Properties&quot; menu items?

Please dont refer me to some other blog.

Thanks :) 

I already have one function like below:

function CAMOpt(p,wzText,wzAct,wzISrc,wzIAlt,wzISeq,wzDesc)
{
var mo=CMOpt(wzText,wzAct,wzISrc,wzIAlt,wzISeq,wzDesc);
if(!mo)
return null;

if(wzText != &quot;Edit in Microsoft Office InfoPath&quot; &amp;&amp; wzText != &quot;View Properties&quot;)
if(wzText != &quot;Edit Properties&quot;)
AChld(p,mo);
return true;

}

BUT this is working only when I am in &quot;.....?PageView=Shared&quot; view of the page.

NOT in AllItems.aspx page.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can anyone give me a javascript which I can use in a content editor webpart to Hide &#8220;Edit in Microsoft Office InfoPath&#8221; and &#8220;Edit Properties&#8221; menu items?</p>
<p>Please dont refer me to some other blog.</p>
<p>Thanks <img src='http://www.mstechblogs.com/shailaja/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>I already have one function like below:</p>
<p>function CAMOpt(p,wzText,wzAct,wzISrc,wzIAlt,wzISeq,wzDesc)<br />
{<br />
var mo=CMOpt(wzText,wzAct,wzISrc,wzIAlt,wzISeq,wzDesc);<br />
if(!mo)<br />
return null;</p>
<p>if(wzText != &#8220;Edit in Microsoft Office InfoPath&#8221; &amp;&amp; wzText != &#8220;View Properties&#8221;)<br />
if(wzText != &#8220;Edit Properties&#8221;)<br />
AChld(p,mo);<br />
return true;</p>
<p>}</p>
<p>BUT this is working only when I am in &#8220;&#8230;..?PageView=Shared&#8221; view of the page.</p>
<p>NOT in AllItems.aspx page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a custom context menu in SharePoint list or Document library by Uday</title>
		<link>http://www.mstechblogs.com/shailaja/create-a-custom-context-menu-in-sharepoint-list-or-document-library/comment-page-1/#comment-4</link>
		<dc:creator>Uday</dc:creator>
		<pubDate>Mon, 03 Nov 2008 05:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mstechblogs.com/shailaja/?p=37#comment-4</guid>
		<description>awesome post.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;~Uday</description>
		<content:encoded><![CDATA[<p>awesome post.</p>
<p>Thanks,<br />~Uday</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &quot;One or more field types are not installed properly. Go to the list settings page to delete these field&quot; error from SPQuery by Bindu</title>
		<link>http://www.mstechblogs.com/shailaja/one-or-more-field-types-are-not-installed-properly-go-to-the-list-settings-page-to-delete-these-field-error-from-spquery/comment-page-1/#comment-3</link>
		<dc:creator>Bindu</dc:creator>
		<pubDate>Mon, 11 Feb 2008 07:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mstechblogs.com/shailaja/?p=36#comment-3</guid>
		<description>Hi..you can use Internal name insted of deleting and recreating it again..!!&lt;br/&gt;&lt;br/&gt;http://reachtobindu.blogspot.com/2008/02/spquery-returning-error-one-or-more.html</description>
		<content:encoded><![CDATA[<p>Hi..you can use Internal name insted of deleting and recreating it again..!!</p>
<p><a href="http://reachtobindu.blogspot.com/2008/02/spquery-returning-error-one-or-more.html" rel="nofollow">http://reachtobindu.blogspot.com/2008/02/spquery-returning-error-one-or-more.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a custom context menu in SharePoint list or Document library by Chad</title>
		<link>http://www.mstechblogs.com/shailaja/create-a-custom-context-menu-in-sharepoint-list-or-document-library/comment-page-1/#comment-2</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 04 Feb 2008 22:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mstechblogs.com/shailaja/?p=37#comment-2</guid>
		<description>I am creating a custom web part which displays a list of data. How do I tell the list to use the standard WSS context menu on one of the fields?</description>
		<content:encoded><![CDATA[<p>I am creating a custom web part which displays a list of data. How do I tell the list to use the standard WSS context menu on one of the fields?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

