<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2705788899337075965</id><updated>2011-11-27T15:58:26.006-08:00</updated><category term='Core.js'/><category term='Publishing'/><category term='Performance'/><category term='Email'/><category term='Cache'/><category term='Limitation'/><category term='BDC'/><category term='Webpart'/><category term='Survey'/><category term='Navigation'/><category term='Workflow'/><category term='Security'/><category term='Search'/><category term='List Event Handler'/><category term='User'/><category term='OCS'/><category term='STSDev'/><category term='Webservice'/><category term='Permission'/><category term='View'/><category term='Site Defination'/><category term='Discussion List'/><category term='Document Library'/><category term='GAC'/><category term='Task library'/><category term='List'/><category term='Profile'/><category term='Authentication'/><category term='Debug'/><category term='Quota'/><category term='Folder'/><category term='Error'/><category term='components'/><category term='Link'/><category term='Upload'/><category term='Chart'/><category term='Sharepoint services'/><category term='Query'/><category term='Page'/><category term='Column'/><category term='Site'/><category term='Audit'/><category term='Excel'/><title type='text'>Best Of Sharepoint (MOSS 2007)</title><subtitle type='html'>Everything about Sharepoint</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default?start-index=101&amp;max-results=100'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>155</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1727883944327482431</id><published>2008-08-30T01:39:00.000-07:00</published><updated>2008-10-09T12:15:33.620-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>What is Code Access Security in SharePoint 2007</title><content type='html'>I've started to write a piece on What is Code Access Security in SharePoint 2007 and thought I'd put the draft up here to get some feedback -- especially since configuring security has taken prominent place. I'd really appreciate all of your feedback. Thanks! Hament&lt;br /&gt;&lt;br /&gt;These days, you can't pick up a blog without reading about the need for the customizing SharePoint as per need of organization. Most of these are done via setting configuration and some time by custom programming too. We as programmer need to think carefully before tweaking the setting for WSS_Minimal and WSS_Medium trust levels. In exceptional cases a third configuration ‘Full’ can also be set. Let me warn you here that this may have serious implications and you may not be able to convince the security group to deploy it in production boxes.&lt;br /&gt;&lt;br /&gt;Earlier the security were declared in the web.config file, but that doesn't seem to be the case any more. You will find two pointers to config file of folder localdrive:\program files\common files\microsoft shared\web server extensions\12. The classes are configured for code access level. For example you will find out that &lt;strong&gt;SqlClientPermission are not allowed in WSS_Minimal but is allowed in WSS_Medium trust.&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1727883944327482431?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1727883944327482431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1727883944327482431' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1727883944327482431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1727883944327482431'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/01/what-is-code-access-security-in.html' title='What is Code Access Security in SharePoint 2007'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-37691463749714167</id><published>2008-08-27T00:06:00.000-07:00</published><updated>2008-10-09T12:16:18.987-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OCS'/><title type='text'>Extending OCS</title><content type='html'>In OCS integration with sharepoint you can extend ocs via SDK&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ED1CCE45-CC22-46E1-BD50-660FE6D2C98C&amp;amp;displaylang=en"&gt;here&lt;/a&gt;&lt;br /&gt;Two ways of extending the OCS are discussed here&lt;br /&gt;&lt;a href="http://www.robichaux.net/blog/2007/11/extending_ocs_programmatically.php"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-37691463749714167?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/37691463749714167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=37691463749714167' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/37691463749714167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/37691463749714167'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2007/11/extending-ocs.html' title='Extending OCS'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5071542847287522459</id><published>2008-08-26T21:48:00.000-07:00</published><updated>2008-10-09T12:17:11.228-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='STSDev'/><title type='text'>STSDEV: Sharepoint Code generator</title><content type='html'>STSDEV is a proof-of-concept application that demonstrates a simple code generator for create SharePoint 2007 development projects targeting Visual Studio.&lt;br /&gt;&lt;a href="http://www.codeplex.com/stsdev"&gt;http://www.codeplex.com/stsdev&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5071542847287522459?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5071542847287522459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5071542847287522459' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5071542847287522459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5071542847287522459'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/01/stsdev-sharepoint-code-generator.html' title='STSDEV: Sharepoint Code generator'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5485418265337306078</id><published>2008-08-25T06:46:00.000-07:00</published><updated>2008-10-09T12:17:46.052-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Permission'/><title type='text'>Find Permission and perform action based on Admin access</title><content type='html'>&lt;strong&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Find Permission&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;SPWeb thisweb = SPControl.GetContextWeb(Context);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;isAdmin = thisweb.DoesUserHavePermissions(SPBasePermissions.ManageLists);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;if (isAdmin == true)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;// todo&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;}&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5485418265337306078?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5485418265337306078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5485418265337306078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5485418265337306078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5485418265337306078'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/07/find-permission-and-perform-action.html' title='Find Permission and perform action based on Admin access'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-242808041633107391</id><published>2008-08-24T23:10:00.000-07:00</published><updated>2008-10-09T12:18:14.951-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Link'/><title type='text'>Setting URL of link Programatically</title><content type='html'>SPList list = web.Lists["Links"];&lt;br /&gt;&lt;br /&gt;SPListItem newLink = list.Items.Add();&lt;br /&gt;&lt;br /&gt;SPFieldUrlValue value = new SPFieldUrlValue();&lt;br /&gt;&lt;br /&gt;value.Description = "test";&lt;br /&gt;&lt;br /&gt;value.Url = "http://www.microsoft.com/sharepoint";&lt;br /&gt;&lt;br /&gt;newLink["URL"] = value;&lt;br /&gt;&lt;br /&gt;newLink.Update();&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-242808041633107391?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/242808041633107391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=242808041633107391' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/242808041633107391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/242808041633107391'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/seeting-url-of-link-programatically.html' title='Setting URL of link Programatically'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5021131499563805718</id><published>2008-08-24T22:25:00.000-07:00</published><updated>2008-10-09T12:18:41.828-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Link'/><title type='text'>Diaplaying Link field in ItemStyle</title><content type='html'>&lt; name="LinkList" match="Row[@Style='LinkList']" mode="itemstyle"&gt;&lt;br /&gt;&lt; name="DisplayTitle"&gt;&lt;br /&gt;&lt; name="OuterTemplate.GetTitle"&gt;&lt;br /&gt;&lt; name="Title" select="@URL"&gt;&lt;br /&gt;&lt; name="UrlColumnName" select="'URL'"&gt;&lt;br /&gt;&lt; /xsl:call-template&gt;&lt;br /&gt;&lt; /xsl:variable&gt;&lt;br /&gt;&lt; name="LinkTarget"&gt;&lt;br /&gt;&lt; test="@OpenInNewWindow = 'True'"&gt; _blank&lt; /xsl:if&gt;&lt;br /&gt;&lt; /xsl:variable&gt;&lt;br /&gt;&lt; id="linkitem" class="item"&gt;&lt;br /&gt;&lt; class="bullet link-item"&gt;&lt;br /&gt;&lt; name="OuterTemplate.CallPresenceStatusIconTemplate"&gt;&lt;br /&gt;&lt;&gt;&lt;br /&gt;&lt; name="href"&gt;&lt;br /&gt;&lt; select="substring-before($DisplayTitle,', ')"&gt;&lt;br /&gt;&lt; /xsl:value-of&gt;&lt;br /&gt;&lt; /xsl:attribute&gt;&lt;br /&gt;&lt; name="title"&gt;&lt;br /&gt;&lt; select="@Description"&gt;&lt;br /&gt;&lt; /xsl:value-of&gt;&lt;br /&gt;&lt; /xsl:attribute&gt;&lt;br /&gt;&lt; select="substring-after($DisplayTitle,', ')"&gt;&lt;br /&gt;&lt; /xsl:value-of&gt;&lt;br /&gt;&lt; /a&gt;&lt;br /&gt;&lt; /div&gt;&lt;br /&gt;&lt; /div&gt;&lt;br /&gt;&lt; /xsl:template&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5021131499563805718?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5021131499563805718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5021131499563805718' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5021131499563805718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5021131499563805718'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/diaplaying-link-field-in-itemstyle.html' title='Diaplaying Link field in ItemStyle'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8797519651202018403</id><published>2008-08-23T09:17:00.000-07:00</published><updated>2008-10-09T12:19:08.065-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Survey'/><title type='text'>Surveys Add questions.</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Surveys Add questions programatically&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;SurveysSPListTemplate objTemplate = currentWeb.ListTemplates["mySurvey"];&lt;br /&gt;Guid objGuid = currentWeb.Lists.Add("mycode", "survey", objTemplate);&lt;br /&gt;SPList objSurvey = currentWeb.Lists["mycode"];&lt;br /&gt;//Let’s add questions&lt;br /&gt;StringCollection strQuestions = new StringCollection();&lt;br /&gt;string strQuestion = "What is your favrate colour?";&lt;br /&gt;strQuestions.Add("Red");strQuestions.Add("Blue");&lt;br /&gt;strQuestions.Add("Green");&lt;br /&gt;objSurvey.Fields.Add(strQuestion, SPFieldType.Choice, true, false, strQuestions);&lt;br /&gt;objSurvey.AllowMultiResponses = false;objSurvey.Update();&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8797519651202018403?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8797519651202018403/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8797519651202018403' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8797519651202018403'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8797519651202018403'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/07/surveys-add-questions.html' title='Surveys Add questions.'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-7282123458570343652</id><published>2008-08-22T05:42:00.000-07:00</published><updated>2008-10-09T12:19:37.057-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Performance'/><title type='text'>Preformance Optimization in SharePoint Server 2007</title><content type='html'>Several areas we have to look here.&lt;br /&gt;&lt;br /&gt;1) Delayloading of core .js&lt;br /&gt;You can load it conditionally. &lt;a href="http://msdn2.microsoft.com/en-us/library/bb727371.aspx"&gt;Optimizing core.js&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2) Browser Cache Settings&lt;br /&gt;You can look &lt;a href="http://www.codeplex.com/SPWCMUtils/Release/ProjectReleases.aspx?ReleaseId=5039"&gt;here &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-7282123458570343652?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/7282123458570343652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=7282123458570343652' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7282123458570343652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7282123458570343652'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2007/12/preformance-optimization-in-sharepoint.html' title='Preformance Optimization in SharePoint Server 2007'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-4558324759379963842</id><published>2008-08-22T04:17:00.000-07:00</published><updated>2008-10-09T12:20:11.326-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List Event Handler'/><title type='text'>Sample event handler to set field as primary field</title><content type='html'>Use SPItemEventReceiver to achive same. Query the list, find out item with same title, if present set the cancel property to be true.&lt;br /&gt;&lt;br /&gt;see&lt;a href="http://www.sharepoint-tips.com/2008/02/sample-event-handler-to-set-field-as-pr.html"&gt; here &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-4558324759379963842?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/4558324759379963842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=4558324759379963842' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4558324759379963842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4558324759379963842'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/sample-event-handler-to-set-field-as.html' title='Sample event handler to set field as primary field'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8760465816626416849</id><published>2008-08-21T23:34:00.000-07:00</published><updated>2008-10-09T12:20:46.638-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>Programmatically retrieve the items in a list based on the current user</title><content type='html'>Based on the permissions of individual user by using SPQuery. more details &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/10/02/programmatically-retrieve-the-items-in-a-list-based-on-the-current-user.aspx"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8760465816626416849?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8760465816626416849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8760465816626416849' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8760465816626416849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8760465816626416849'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/programmatically-retrieve-items-in-list.html' title='Programmatically retrieve the items in a list based on the current user'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1170978477723436949</id><published>2008-08-21T23:26:00.000-07:00</published><updated>2008-10-09T12:21:17.562-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Document Library'/><title type='text'>Programmatically rename a file inside a SharePoint document library</title><content type='html'>Even if sharepoint file name property is read only you can rename a file by checking it out. &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/10/02/programmatically-rename-a-file-inside-a-sharepoint-document-library.aspx"&gt;more details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1170978477723436949?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1170978477723436949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1170978477723436949' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1170978477723436949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1170978477723436949'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/01/programmatically-rename-file-inside.html' title='Programmatically rename a file inside a SharePoint document library'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6162662404075713088</id><published>2008-08-20T06:43:00.000-07:00</published><updated>2008-10-09T12:21:36.598-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='User'/><title type='text'>Find User Name</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;strong&gt;Find User Name&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;string loginName = SPControl.GetContextWebContext).CurrentUser.LoginName.ToString();&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6162662404075713088?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6162662404075713088/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6162662404075713088' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6162662404075713088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6162662404075713088'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/07/find-user-name.html' title='Find User Name'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-494313845988033184</id><published>2008-08-19T23:47:00.000-07:00</published><updated>2008-10-09T12:22:16.624-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Discussion List'/><title type='text'>How we can retrieve Discussion Topics (items) from a Discussion List ?</title><content type='html'>Individual items of the discussion can be found out by finding out the folder. more &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/08/14/how-we-can-retrieve-discussion-topics-items-from-discussion-list.aspx"&gt;details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-494313845988033184?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/494313845988033184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=494313845988033184' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/494313845988033184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/494313845988033184'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-we-can-retrieve-discussion-topics.html' title='How we can retrieve Discussion Topics (items) from a Discussion List ?'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3418436635832450845</id><published>2008-08-19T01:00:00.001-07:00</published><updated>2008-10-09T12:22:38.621-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List Event Handler'/><title type='text'>Move file in event handler causes "No item exists" Error</title><content type='html'>Ishai Sagi discusses a important aspect in moving files .....  He has not  SPFile.MoveTo() function since it doesn't support moving to other sites&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.sharepoint-tips.com/2007/03/move-file-in-event-handler-causes-no.html"&gt;Ckick here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3418436635832450845?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3418436635832450845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3418436635832450845' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3418436635832450845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3418436635832450845'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/move-file-in-event-handler-causes-no.html' title='Move file in event handler causes &quot;No item exists&quot; Error'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3472890209671005850</id><published>2008-08-19T01:00:00.000-07:00</published><updated>2008-10-09T12:22:58.750-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Email'/><title type='text'>How To: Customizing alert emails using IAlertNotifyHandler</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;There are issues with particular field names like ItemName which will be truncated in an alert email at 70 characters. There can also be situations where you want to embed additional content in the email or change the layout and email appearance altogether&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sharepointdeveloperdocs/archive/2007/12/14/how-to-customizing-alert-emails-using-ialertnotificationhandler.aspx"&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Click here&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3472890209671005850?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3472890209671005850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3472890209671005850' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3472890209671005850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3472890209671005850'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/07/how-to-customizing-alert-emails-using.html' title='How To: Customizing alert emails using IAlertNotifyHandler'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8447127128550768476</id><published>2008-08-18T01:21:00.000-07:00</published><updated>2008-10-09T12:23:38.965-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>AllowUnsafeUpdates</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;  if code is processing a POST request then you hve to take care of few things.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Make a call to SPUtility.ValidateFormDigest() before doing anything esle. This will ensure that the post request is validated (that it is not a cross-site scripting attack) and after that you will not have to worry about AllowUnsafeUpdates as this will be marked as true.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;more info &lt;/span&gt;&lt;blockquote&gt;&lt;a href="http://hristopavlov.wordpress.com/2008/05/16/what-you-need-to-know-about-allowunsafeupdates/"&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8447127128550768476?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8447127128550768476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8447127128550768476' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8447127128550768476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8447127128550768476'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/allowunsafeupdates.html' title='AllowUnsafeUpdates'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-443612716623647819</id><published>2008-08-17T01:10:00.000-07:00</published><updated>2008-10-09T12:24:01.805-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>How to add a new item to a list</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;using(SPSite mySite = new SPSite(&lt;/span&gt;&lt;a href="http://mysite/"&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;http://mysite&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;))&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;using(SPWeb myWeb = mySite.OpenWeb()) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;SPList contactsList = myWeb.Lists["Contacts"]; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;SPListItem mynewItem = contactsList.Items.Add(); &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;mynewItem ["First Name"] = "Hament"; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;mynewItem ["Last Name"] = "Verma"; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;mynewItem .Update(); &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;}&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-443612716623647819?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/443612716623647819/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=443612716623647819' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/443612716623647819'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/443612716623647819'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-add-new-item-to-list.html' title='How to add a new item to a list'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-7032924020627662803</id><published>2008-08-16T08:30:00.000-07:00</published><updated>2008-10-09T12:24:29.792-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Search'/><title type='text'>Faceted Search</title><content type='html'>New project at codeplex which searches as per category ...&lt;br /&gt;&lt;a href="http://www.codeplex.com/FacetedSearch"&gt;http://www.codeplex.com/FacetedSearch&lt;/a&gt;&lt;br /&gt;Some of the advantages listed are&lt;br /&gt;&lt;br /&gt;1) Grouping search results by facet&lt;br /&gt;2) Displaying a total number of hits per facet value&lt;br /&gt;3) Refining search results by facet value&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-7032924020627662803?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/7032924020627662803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=7032924020627662803' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7032924020627662803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7032924020627662803'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/faceted-search.html' title='Faceted Search'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-650257069105219600</id><published>2008-08-16T08:04:00.000-07:00</published><updated>2008-10-09T12:24:47.943-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='User'/><title type='text'>Hidden User Information List</title><content type='html'>MOss has every thing in list. Do you know you can see users list too. Log in with appropriate privelages to following link&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sitea/_catalogs/users/simple.aspx"&gt;http://SiteA/_catalogs/users/simple.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;you will find the list of all user :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-650257069105219600?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/650257069105219600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=650257069105219600' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/650257069105219600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/650257069105219600'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2007/12/hidden-user-information-list.html' title='Hidden User Information List'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3922552016740773607</id><published>2008-08-16T07:06:00.000-07:00</published><updated>2008-10-09T12:25:11.323-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Site Defination'/><title type='text'>Custom Site Definition</title><content type='html'>do you want to include your own site defination with feature enabled or removed?.. here is intrsting areticle from baba&lt;br /&gt;http://mossbaba.blogspot.com/2008/03/custom-site-definition.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3922552016740773607?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3922552016740773607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3922552016740773607' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3922552016740773607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3922552016740773607'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/custom-site-definition.html' title='Custom Site Definition'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6111627611879160086</id><published>2008-08-16T00:56:00.000-07:00</published><updated>2008-10-09T12:25:34.412-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>Iterating all lists in the site</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;using(SPSite mySite = new SPSite(&lt;/span&gt;&lt;a href="http://server/sites/site"&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;http://server/sites/site&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;))&lt;br /&gt;&lt;br /&gt;{&lt;br /&gt;using(SPWeb myWeb = mySite.OpenWeb())&lt;br /&gt;{&lt;br /&gt;string Alllink= "";&lt;br /&gt;foreach(SPList list in myWeb.Lists)&lt;br /&gt;{&lt;br /&gt;string Alllink= "&lt;/span&gt;&lt;a href="http://www.blogger.com/"&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;"&lt;br /&gt;+ list.Title + "&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;(&lt;b&gt;"+list.Items.Count+"&lt;/b&gt;)&lt;br /&gt;";&lt;br /&gt;Alllink+= Alllink;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;}&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6111627611879160086?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6111627611879160086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6111627611879160086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6111627611879160086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6111627611879160086'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/tterating-all-lists-in-site.html' title='Iterating all lists in the site'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-377383231896249574</id><published>2008-08-15T01:15:00.000-07:00</published><updated>2008-10-09T12:25:55.729-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>Change all items in the list</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;using(SPSite mySite = new SPSite(&lt;/span&gt;&lt;a href="http://mysite/"&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;http://mysite&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;))&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;    {  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;       using(SPWeb myWeb = mySite.OpenWeb())   &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;        {     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;           SPList contactsList = myWeb.Lists["Contacts"];      &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;                 foreach(SPListItem existingItem in contactsList.Items)      &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;                   {         &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;                          existingItem["E-mail Address"] =  "test"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;                         newItem.Update();     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;                    }   &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;        }&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;}&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-377383231896249574?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/377383231896249574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=377383231896249574' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/377383231896249574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/377383231896249574'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/change-all-items-in-list.html' title='Change all items in the list'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1867434152312193931</id><published>2008-08-15T01:04:00.000-07:00</published><updated>2008-10-09T12:26:16.444-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>how to get item's properties</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;using(SPSite mySite = new SPSite("mysite"))&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;{  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;     using(SPWeb myWeb = mySite.OpenWeb())   &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;      {    &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;        SPList mycontactsList = myWeb.Lists["MyContacts"];      &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;        foreach (SPListItem contact in mycontactsList .Items)     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;        {        &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;                    string contactLastName = contact["Last Name"].ToString();     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;       }   &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;    }&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;}&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1867434152312193931?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1867434152312193931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1867434152312193931' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1867434152312193931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1867434152312193931'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-get-items-properties.html' title='how to get item&apos;s properties'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1582888791902221000</id><published>2008-08-15T00:58:00.000-07:00</published><updated>2008-10-09T12:26:36.443-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>how to get the object for a list whose name is known</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;using(SPSite mySite = new SPSite("mysite"))&lt;br /&gt;{&lt;br /&gt;using(SPWeb myWeb = mySite.OpenWeb())&lt;br /&gt;{ SPList contactsList = myWeb.Lists["nameoflist"];&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1582888791902221000?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1582888791902221000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1582888791902221000' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1582888791902221000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1582888791902221000'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/09/how-to-get-object-for-list-whose-name.html' title='how to get the object for a list whose name is known'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3156185990222163269</id><published>2008-08-15T00:52:00.000-07:00</published><updated>2008-10-09T12:27:02.097-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Site'/><title type='text'>Geeting reference to a site</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;This is quite straight forward &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;using(SPSite mySite = new SPSite(&lt;/span&gt;&lt;a href="http://mysite/"&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;http://mysite&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;))&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;{  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;  using(SPWeb myWeb = mySite.OpenWeb())  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;  {  &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;   }&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;}&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3156185990222163269?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3156185990222163269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3156185990222163269' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3156185990222163269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3156185990222163269'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/geeting-reference-to-site.html' title='Geeting reference to a site'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5206441248411211784</id><published>2008-08-13T22:32:00.000-07:00</published><updated>2008-10-09T12:27:24.236-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Limitation'/><title type='text'>SharePoint 2007 Maximum Limitations</title><content type='html'>Intresting blog by harsh on sharepoint limitation.&lt;br /&gt;&lt;br /&gt;Site Name 128 characters&lt;br /&gt;Site URL 255 characters&lt;br /&gt;Display name 128 characters&lt;br /&gt;Connection string 384 characters&lt;br /&gt;Email address 128 characters&lt;br /&gt;Version numbers 064 characters&lt;br /&gt;Virtual Server Friendly Name 064 characters&lt;br /&gt;SQL Database Name 123 characters&lt;br /&gt;&lt;br /&gt;More &lt;a href="http://blogs.msdn.com/harsh/archive/2007/03/21/sharepoint-2007-maximum-limitations.aspx"&gt;here &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5206441248411211784?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5206441248411211784/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5206441248411211784' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5206441248411211784'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5206441248411211784'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/04/sharepoint-2007-maximum-limitations.html' title='SharePoint 2007 Maximum Limitations'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-9129834937302235186</id><published>2008-08-13T00:38:00.000-07:00</published><updated>2008-10-09T12:27:57.374-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Page'/><title type='text'>Auto refresh sharepoint page...</title><content type='html'>You can add content editor web part and add the javascript to refresh after x seconds.&lt;br /&gt;See comments to find out how to overcome the message "need to post data"&lt;br /&gt;&lt;a href="http://drewmace.blogspot.com/2008/02/auto-refresh-sharepoint-page.html"&gt;http://drewmace.blogspot.com/2008/02/auto-refresh-sharepoint-page.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-9129834937302235186?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/9129834937302235186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=9129834937302235186' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/9129834937302235186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/9129834937302235186'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2007/05/auto-refresh-sharepoint-page.html' title='Auto refresh sharepoint page...'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3259463119023997641</id><published>2008-08-11T23:43:00.000-07:00</published><updated>2008-10-09T12:28:14.163-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Folder'/><title type='text'>Programatically creating 1000 of folder with unique permission</title><content type='html'>this is far more simple and straightfoward. we can use web service to do that. more &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/09/10/a-possible-usage-of-people-asmx-and-usergroup-asmx-and-lists-asmx.aspx"&gt;details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3259463119023997641?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3259463119023997641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3259463119023997641' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3259463119023997641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3259463119023997641'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/programatically-creating-1000-of-folder.html' title='Programatically creating 1000 of folder with unique permission'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5901175926105788427</id><published>2008-08-11T02:27:00.000-07:00</published><updated>2008-10-09T12:28:50.096-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Permission'/><title type='text'>Permission for SPSecurityTrimmedControl</title><content type='html'>you can use SPSecurityTrimmedControl to customize as per the security.&lt;br /&gt;&lt;br /&gt;'&lt;' SharePoint:SPSecurityTrimmedControl PermissionsString="AddAndCustomizePages, ManageLists" runat="server"'&gt;'&lt;br /&gt;&lt;br /&gt;'&lt;'/SharePoint:SPSecurityTrimmedControl'&gt;'&lt;br /&gt;&lt;br /&gt;The content within the control will be shown based on users access level.&lt;br /&gt;&lt;br /&gt;The permission are like..&lt;br /&gt;AddListItems&lt;br /&gt;EditListItems&lt;br /&gt;DeleteListItems&lt;br /&gt;ViewListItems&lt;br /&gt;ApproveItems&lt;br /&gt;OpenItems&lt;br /&gt;Zac Smith has listed all of them &lt;a href="http://zac.provoke.co.nz/archive/2007/05/31/spsecuritytrimmedcontrol-possible-values-for-permissionsstring.aspx"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5901175926105788427?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5901175926105788427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5901175926105788427' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5901175926105788427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5901175926105788427'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/permission-for-spsecuritytrimmedcontrol.html' title='Permission for SPSecurityTrimmedControl'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-2073126357293096852</id><published>2008-08-08T22:21:00.000-07:00</published><updated>2008-10-09T12:29:17.689-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Profile'/><title type='text'>Updating UserProfile Property of type ChoiceList</title><content type='html'>before updating the “ChoiceList” set the “MaximumShown” property to a higher value (depends on how many items you are adding)...&lt;br /&gt;PropertyCollection props = m_mngr.Properties; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Property location = props.GetPropertyByName("CountryList"); &lt;br /&gt;&lt;br /&gt;Location.MaximumShown = Location.MaximumShown +1; &lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/nishand/archive/2007/05/20/updating-userprofile-property-of-type-choicelist.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-2073126357293096852?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/2073126357293096852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=2073126357293096852' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2073126357293096852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2073126357293096852'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/updating-userprofile-property-of-type.html' title='Updating UserProfile Property of type ChoiceList'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3740708302942098780</id><published>2008-08-08T22:19:00.000-07:00</published><updated>2008-10-09T12:29:41.712-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Folder'/><title type='text'>How to set SPFolder.WelcomePage property?</title><content type='html'>SPSite site = new SPSite("http://server:100/sites/InternetSite/"); &lt;br /&gt;&lt;br /&gt;SPWeb web = site.OpenWeb(); &lt;br /&gt;&lt;br /&gt;SPFolder folder = web.RootFolder; &lt;br /&gt;&lt;br /&gt;folder.WelcomePage = "TestWiki/Hello1.aspx"; &lt;br /&gt;this will work &lt;a href="http://blogs.msdn.com/nishand/archive/2007/05/20/how-to-set-spfolder-welcomepage-property.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3740708302942098780?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3740708302942098780/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3740708302942098780' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3740708302942098780'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3740708302942098780'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-set-spfolderwelcomepage-property.html' title='How to set SPFolder.WelcomePage property?'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1647592717100017310</id><published>2008-08-08T22:15:00.000-07:00</published><updated>2008-10-09T12:30:03.529-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Workflow'/><title type='text'>Debugging work flow</title><content type='html'>Nodes are need to be added in web config ..&lt;br /&gt;&lt;br /&gt;&lt;system.diagnostics&gt;&lt;br /&gt;&lt;switches&gt;&lt;br /&gt;&lt;add name="System.Workflow LogToFile" value="1" /&gt;&lt;br /&gt;&lt;add name="System.Workflow.Runtime" value="All" /&gt;&lt;br /&gt;&lt;add name="System.Workflow.Runtime.Hosting" value="All" /&gt;&lt;br /&gt;&lt;add name="System.Workflow.Runtime.Tracking" value="All" /&gt;&lt;br /&gt;&lt;add name="System.Workflow.Activities" value="All" /&gt;&lt;br /&gt;&lt;add name="System.Workflow.Activities.Rules" value="All" /&gt;&lt;br /&gt;&lt;/switches&gt;&lt;br /&gt;&lt;/system.diagnostics&gt;&lt;br /&gt;&lt;/configuration&gt; &lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/nishand/archive/2007/05/18/debugging-workflow.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1647592717100017310?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1647592717100017310/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1647592717100017310' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1647592717100017310'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1647592717100017310'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/debugging-work-flow.html' title='Debugging work flow'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5808443805137306094</id><published>2008-08-08T22:09:00.000-07:00</published><updated>2008-10-09T12:30:28.034-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Site'/><title type='text'>How to customize your SharePoint site?</title><content type='html'>All teplates are in 12\TEMPLATE\SiteTemplates. New templates can be developed inside 12\TEMPLATE\SiteTemplates. For more details click &lt;a href="http://blogs.msdn.com/nishand/archive/2006/11/19/site-customization.aspx"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5808443805137306094?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5808443805137306094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5808443805137306094' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5808443805137306094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5808443805137306094'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-customize-your-sharepoint-site.html' title='How to customize your SharePoint site?'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-2950492031328979053</id><published>2008-08-08T22:04:00.000-07:00</published><updated>2008-10-09T12:30:51.950-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>Updates are currently disallowed on GET requests. while creating a WSS site</title><content type='html'>you may need to impersonate the user and register hidden field &lt;br /&gt;SPGlobalAdmin globalAdmin = new SPGlobalAdmin();&lt;br /&gt;Context.Items[SPGlobalAdmin.RequestFromAdminPort] = true;&lt;br /&gt;Page.RegisterHiddenField("__REQUESTDIGEST", globalAdmin.AdminFormDigest); &lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/nishand/archive/2006/08/07/updates-are-currently-disallowed-on-get-requests-while-creating-a-wss-site.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-2950492031328979053?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/2950492031328979053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=2950492031328979053' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2950492031328979053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2950492031328979053'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/updates-are-currently-disallowed-on-get.html' title='Updates are currently disallowed on GET requests. while creating a WSS site'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5580803541183635003</id><published>2008-08-06T21:20:00.000-07:00</published><updated>2008-10-09T12:31:12.681-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Site Defination'/><title type='text'>Site Defination viewer</title><content type='html'>You can see Site Definition Configurations, All Site Features ,manifests files , receiver classes, stapled features via .NET2 application more info here.&lt;br /&gt;&lt;a href="http://blogs.msdn.com/maximeb/archive/2008/02/16/site-definition-viewer-a-windows-net-2-0-tool-to-read-site-definition-and-features-configurations-version-0-1.aspx"&gt;http://blogs.msdn.com/maximeb/archive/2008/02/16/site-definition-viewer-a-windows-net-2-0-tool-to-read-site-definition-and-features-configurations-version-0-1.aspx&lt;/a&gt;&lt;br /&gt;&lt;p&gt;26 feb 08&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5580803541183635003?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5580803541183635003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5580803541183635003' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5580803541183635003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5580803541183635003'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/02/site-defination-viewer.html' title='Site Defination viewer'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-7514095378406141717</id><published>2008-08-05T23:41:00.000-07:00</published><updated>2008-10-09T12:31:36.516-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Column'/><title type='text'>modifying created by column by webservice</title><content type='html'>This can be done via users web &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/09/10/a-possible-usage-of-people-asmx-and-usergroup-asmx-and-lists-asmx.aspx"&gt;service details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-7514095378406141717?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/7514095378406141717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=7514095378406141717' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7514095378406141717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7514095378406141717'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/modifying-created-by-column-by.html' title='modifying created by column by webservice'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-2343002033002410207</id><published>2008-08-05T23:40:00.000-07:00</published><updated>2008-10-10T13:31:01.715-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Webservice'/><title type='text'>Some cool functionalities of UserGroup.asmx webservice</title><content type='html'>The Users and Groups Web service provides methods for working with users and groups in Windows SharePoint Services. &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/09/10/some-cool-functionalities-of-usergroup-asmx-webservice.aspx"&gt;more details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-2343002033002410207?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/2343002033002410207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=2343002033002410207' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2343002033002410207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2343002033002410207'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/some-cool-functionalities-of.html' title='Some cool functionalities of UserGroup.asmx webservice'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5072400325076990330</id><published>2008-08-05T23:37:00.000-07:00</published><updated>2008-10-09T12:31:54.055-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cache'/><title type='text'>How we can work with output cache programmatically ?</title><content type='html'>not only cache policy can be created programatically, you can configure it too. more details &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/10/02/how-to-work-with-output-cache-programmatically.aspx"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5072400325076990330?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5072400325076990330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5072400325076990330' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5072400325076990330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5072400325076990330'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-we-can-work-with-output-cache.html' title='How we can work with output cache programmatically ?'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3277992816598074175</id><published>2008-08-04T21:57:00.000-07:00</published><updated>2008-10-09T12:32:11.983-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>get rid of the “Error: Access Denied” message</title><content type='html'>simple.master will require a chnage like this &lt;SharePoint:EncodedLiteral runat=”server” text=”whatever text I want” EncodeMethod=’HtmlEncode’ /&gt;&lt;br /&gt;&lt;br /&gt;more &lt;a href="http://blogs.msdn.com/sridhara/archive/2007/04/14/customizing-placeholder-values-in-moss-2007.aspx"&gt;here &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3277992816598074175?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3277992816598074175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3277992816598074175' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3277992816598074175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3277992816598074175'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/get-rid-of-error-access-denied-message.html' title='get rid of the “Error: Access Denied” message'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6904001017295757299</id><published>2008-08-04T21:55:00.000-07:00</published><updated>2008-10-09T12:32:36.065-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Upload'/><title type='text'>Make the "Overwrite existing file" check box to be unselected by default in MOSS 2007</title><content type='html'>while uploading doucment if you want the ovewirte option to be unchecked by defalut ... make changes in xml of  TEMPLATE\1033\SPSTOC\LISTS\DOCLIB IIS reset is needed to reflect the changes.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2007/04/01/make-the-overwrite-existing-file-check-box-to-be-unselected-by-default.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6904001017295757299?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6904001017295757299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6904001017295757299' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6904001017295757299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6904001017295757299'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/make-overwrite-existing-file-check-box.html' title='Make the &quot;Overwrite existing file&quot; check box to be unselected by default in MOSS 2007'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5185693381209205694</id><published>2008-08-04T21:50:00.000-07:00</published><updated>2008-10-10T13:31:46.851-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Chart'/><category scheme='http://www.blogger.com/atom/ns#' term='Excel'/><title type='text'>Embed a dynamic excel spreadsheet and chart object into web part</title><content type='html'>One of the way is use office interop and scripting. looks bit messy but works real quick&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2007/04/01/embed-a-dynamic-excel-spreadsheet-and-chart-object-into-web-part.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5185693381209205694?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5185693381209205694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5185693381209205694' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5185693381209205694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5185693381209205694'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/embed-dynamic-excel-spreadsheet-and.html' title='Embed a dynamic excel spreadsheet and chart object into web part'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8490707702684561553</id><published>2008-08-04T21:47:00.000-07:00</published><updated>2008-10-10T13:32:42.608-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>"Invalid data has been used to update the list item. The field you are trying to update may be read only" - when updating BEGIN - END fields in an eve</title><content type='html'>if either Begin or end is missing you will get the error &lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2007/04/01/invalid-data-has-been-used-to-update-the-list-item-the-field-you-are-trying-to-update-may-be-read-only-when-updating-begin-end-fields-in-an-event-list.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8490707702684561553?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8490707702684561553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8490707702684561553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8490707702684561553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8490707702684561553'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/invalid-data-has-been-used-to-update.html' title='&quot;Invalid data has been used to update the list item. The field you are trying to update may be read only&quot; - when updating BEGIN - END fields in an eve'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8465467178389368167</id><published>2008-08-04T21:44:00.000-07:00</published><updated>2008-10-09T12:33:38.220-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Page'/><title type='text'>https:// in which case 7 needs to be 8 */</title><content type='html'>string goodUrl = Page.Request.Url.ToString();&lt;br /&gt;&lt;br /&gt;int startCount = 7; &lt;br /&gt;&lt;br /&gt;/* this is to rip-off http:// unless you are using https:// in which case 7 needs to be 8 */&lt;br /&gt;&lt;br /&gt;int index = goodUrl.IndexOf("/",startCount,goodUrl.Length-(startCount+1));&lt;br /&gt;&lt;br /&gt;goodUrl = goodUrl.Substring(0,index);&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2006/08/28/getting-portal-context.aspx"&gt;more &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8465467178389368167?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8465467178389368167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8465467178389368167' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8465467178389368167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8465467178389368167'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/https-in-which-case-7-needs-to-be-8.html' title='https:// in which case 7 needs to be 8 */'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6030141040888187836</id><published>2008-08-04T21:41:00.000-07:00</published><updated>2008-10-09T12:34:57.331-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Quota'/><title type='text'>Changing Quota Template Names in SharePoint V2</title><content type='html'>Quota template helps you to manage the grown in site within Admin control &lt;br /&gt;&lt;br /&gt;SPGlobalAdmin globalAdmin = new SPGlobalAdmin();&lt;br /&gt;&lt;br /&gt;SPGlobalConfig globalConfig = globalAdmin.Config;&lt;br /&gt;&lt;br /&gt;SPQuotaTemplateCollection templates = globalConfig.QuotaTemplates;&lt;br /&gt;&lt;br /&gt;foreach(SPQuotaTemplate template in templates)&lt;br /&gt;&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;                if(template.Name == “Personal Site”)&lt;br /&gt;&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;                template.Name = “Modified Personal Site”;&lt;br /&gt;&lt;br /&gt;                template.Add(template);&lt;br /&gt;&lt;br /&gt;                Console.WriteLine(“Quota Template name changed!!”);&lt;br /&gt;&lt;br /&gt;                break;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2006/08/28/changing-quota-template-names-in-sharepoint-v2.aspx"&gt;more &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6030141040888187836?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6030141040888187836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6030141040888187836' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6030141040888187836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6030141040888187836'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/changing-quota-template-names-in.html' title='Changing Quota Template Names in SharePoint V2'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5414577970870940681</id><published>2008-08-04T21:40:00.000-07:00</published><updated>2008-10-09T12:35:18.442-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List Event Handler'/><title type='text'>Getting Event Handlers developed in VS.NET 2005 to work with SharePoint V2</title><content type='html'>upgrade the IIS to use Asp.Net 2 &lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2006/08/29/getting-event-handlers-developed-in-vs-net-2005-to-work-with-sharepoint-v2.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5414577970870940681?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5414577970870940681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5414577970870940681' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5414577970870940681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5414577970870940681'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/getting-event-handlers-developed-in.html' title='Getting Event Handlers developed in VS.NET 2005 to work with SharePoint V2'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-2673385367977974667</id><published>2008-08-04T05:42:00.000-07:00</published><updated>2008-10-09T12:35:42.453-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Query'/><title type='text'>FullTextSqlQuery with QueryText length greater than 4096 characters throws ArgumentOutOfRange exception.</title><content type='html'>this is limitation of moss &lt;a href="http://blogs.msdn.com/nishand/archive/2008/10/02/fulltextsqlquery-with-querytext-length-gt-4096-throws-argumentoutofrange-exception.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-2673385367977974667?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/2673385367977974667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=2673385367977974667' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2673385367977974667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2673385367977974667'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/fulltextsqlquery-with-querytext-length.html' title='FullTextSqlQuery with QueryText length greater than 4096 characters throws ArgumentOutOfRange exception.'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-7840501759058108600</id><published>2008-08-04T04:56:00.000-07:00</published><updated>2008-10-09T12:36:08.715-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Navigation'/><title type='text'>Add subsites and provide navigation functionality in MOSS 2007 - a code approach!</title><content type='html'>&lt;a href="http://blogs.msdn.com/sridhara/archive/2007/04/21/add-subsites-and-provide-navigation-functionality-in-moss-2007-a-code-approach.aspx"&gt;here are details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-7840501759058108600?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/7840501759058108600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=7840501759058108600' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7840501759058108600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7840501759058108600'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/add-subsites-and-provide-navigation.html' title='Add subsites and provide navigation functionality in MOSS 2007 - a code approach!'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5627835729408557400</id><published>2008-08-04T04:53:00.000-07:00</published><updated>2008-10-09T12:36:35.659-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Navigation'/><title type='text'>Case about sorting the quick launch navigation</title><content type='html'>this is tricky one &lt;a href="http://blogs.msdn.com/sridhara/archive/2008/06/03/case-about-sorting-the-quick-launch-navigation.aspx"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5627835729408557400?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5627835729408557400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5627835729408557400' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5627835729408557400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5627835729408557400'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/case-about-sorting-quick-launch.html' title='Case about sorting the quick launch navigation'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5055418938641132718</id><published>2008-08-04T04:52:00.000-07:00</published><updated>2008-10-09T12:37:01.138-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>Add/Update "sealed" properties in SharePoint lists</title><content type='html'>resolve with SPSecurity.RunWithElevatedPrivileges&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/06/07/add-update-sealed-properties-in-sharepoint-lists.aspx"&gt;more details here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5055418938641132718?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5055418938641132718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5055418938641132718' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5055418938641132718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5055418938641132718'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/addupdate-sealed-properties-in.html' title='Add/Update &quot;sealed&quot; properties in SharePoint lists'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8527040529719335437</id><published>2008-08-04T04:51:00.000-07:00</published><updated>2008-10-09T12:37:24.903-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Navigation'/><title type='text'>Programming navigation in WSS 3.0</title><content type='html'>SPNavigationNodeCollection nodes = web.Navigation.TopNavigationBar;&lt;br /&gt;&lt;br /&gt;                    SPNavigationNode newNode1 = new SPNavigationNode("MS TechNet", "http://technet.microsoft.com", true);&lt;br /&gt;&lt;br /&gt;                    SPNavigationNode newNode2 = new SPNavigationNode("SharePoint SDK Online", "http://msdn.microsoft.com/sharepoint", true);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/06/07/navigating-through-navigation-in-wss-3-0.aspx"&gt;more details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8527040529719335437?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8527040529719335437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8527040529719335437' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8527040529719335437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8527040529719335437'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/programming-navigation-in-wss-30.html' title='Programming navigation in WSS 3.0'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1357407322286697447</id><published>2008-08-04T04:49:00.000-07:00</published><updated>2008-10-09T12:37:53.615-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>The security validation for this page is invalid" error when updating objects through SharePoint object model</title><content type='html'>Setting the "AllowUnsafeUpdates" properties of both the SPSite and SPWeb objects to "true" will resolve this more&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/06/21/the-security-validation-for-this-page-is-invalid-error-when-updating-objects-through-sharepoint-object-model.aspx"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1357407322286697447?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1357407322286697447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1357407322286697447' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1357407322286697447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1357407322286697447'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/security-validation-for-this-page-is.html' title='The security validation for this page is invalid&quot; error when updating objects through SharePoint object model'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-9206208531051034142</id><published>2008-08-04T04:48:00.000-07:00</published><updated>2008-10-09T12:38:20.484-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Search'/><title type='text'>Project to customize the small search control in SharePoint 2007</title><content type='html'>This control is actually available through a feature called "OSearchBasicFeature" located under 12\TEMPLATE\FEATURES.  In the feature elements file (in this feature it's called "SearchArea.xml"), you can see the following&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/06/21/project-to-customize-the-small-search-control-in-sharepoint-2007.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-9206208531051034142?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/9206208531051034142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=9206208531051034142' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/9206208531051034142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/9206208531051034142'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/project-to-customize-small-search.html' title='Project to customize the small search control in SharePoint 2007'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-9182076188351126380</id><published>2008-08-04T04:46:00.000-07:00</published><updated>2008-10-09T12:39:24.448-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>What permissions are behind the permission levels (roles) in SharePoint</title><content type='html'>find out what SPBasePermissions are assigned behind permission level in SharePoint using SharePoint OM code&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/06/27/what-permissions-is-behind-the-permission-levels-roles-in-sharepoint.aspx"&gt;more details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-9182076188351126380?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/9182076188351126380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=9182076188351126380' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/9182076188351126380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/9182076188351126380'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/what-permissions-are-behind-permission.html' title='What permissions are behind the permission levels (roles) in SharePoint'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-371096997993786212</id><published>2008-08-04T02:53:00.000-07:00</published><updated>2008-10-09T12:39:48.552-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Authentication'/><title type='text'>FBA and User Display Names</title><content type='html'>try&lt;br /&gt;                {&lt;br /&gt;                    SPUser user = web.AllUsers[loginName];&lt;br /&gt;                    user.Name = displayName;&lt;br /&gt;                    user.Email = email;&lt;br /&gt;                    user.Update();&lt;br /&gt;                    Page.Response.Redirect(web.Site.Url.ToString());&lt;br /&gt;                }&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/07/14/fba-and-user-display-names.aspx"&gt;more details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-371096997993786212?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/371096997993786212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=371096997993786212' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/371096997993786212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/371096997993786212'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/fba-and-user-display-names.html' title='FBA and User Display Names'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6696181379849313101</id><published>2008-08-04T02:45:00.000-07:00</published><updated>2008-10-09T12:40:21.745-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='User'/><title type='text'>Organization Hierarchy a Mess?</title><content type='html'>All that the customer had to do was to login to open their http://&lt;sharepoint&gt;/person.aspx page using SPD.  Find the control and delete it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/07/15/organization-hierarchy-a-mess.aspx"&gt;more details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6696181379849313101?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6696181379849313101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6696181379849313101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6696181379849313101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6696181379849313101'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/organization-hierarchy-mess.html' title='Organization Hierarchy a Mess?'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-4094445840743247309</id><published>2008-08-04T02:44:00.000-07:00</published><updated>2008-10-09T12:40:48.139-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Navigation'/><title type='text'>The buzz with "UrlQueryString" in SharePoint navigation</title><content type='html'>this only works when root site collection has publishing feature enabled.  &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/07/24/the-buzz-with-urlquerystring-in-sharepoint-navigation.aspx"&gt;more&lt;/a&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-4094445840743247309?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/4094445840743247309/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=4094445840743247309' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4094445840743247309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4094445840743247309'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/buzz-with-urlquerystring-in-sharepoint.html' title='The buzz with &quot;UrlQueryString&quot; in SharePoint navigation'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6810852333907388265</id><published>2008-08-04T02:40:00.000-07:00</published><updated>2008-10-09T12:41:13.789-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Permission'/><title type='text'>Failed to verify user permissions" error when using DspSts.asmx web service</title><content type='html'>have u enabled anonymous access at web application level?&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/07/29/failed-to-verify-user-permissions-error-when-using-dspsts-asmx-web-service.aspx"&gt;more here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6810852333907388265?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6810852333907388265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6810852333907388265' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6810852333907388265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6810852333907388265'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/failed-to-verify-user-permissions-error.html' title='Failed to verify user permissions&quot; error when using DspSts.asmx web service'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6011670979881782109</id><published>2008-08-04T02:37:00.000-07:00</published><updated>2008-10-09T12:41:39.455-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Search'/><title type='text'>Wildcard Search in SharePoint</title><content type='html'>doesnot come out of box &lt;a href="http://blogs.msdn.com/sridhara/archive/2008/07/30/wildcard-search-in-sharepoint.aspx"&gt;here is a way &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6011670979881782109?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6011670979881782109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6011670979881782109' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6011670979881782109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6011670979881782109'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/wildcard-search-in-sharepoint.html' title='Wildcard Search in SharePoint'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8344742518042809374</id><published>2008-08-04T02:36:00.000-07:00</published><updated>2008-10-09T12:42:28.671-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cache'/><title type='text'>Using Post Caching Substitution in SharePoint 2007 Web Parts</title><content type='html'>there are scenarios where you might want to implement output caching on your site/page, but have some controls (Web Parts, User Control) excluded from caching so that they dynamically have their content updated on every request.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sridhara/archive/2008/08/13/using-post-caching-substitution-in-sharepoint-2007-web-parts.aspx"&gt;more details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8344742518042809374?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8344742518042809374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8344742518042809374' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8344742518042809374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8344742518042809374'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/using-post-caching-substitution-in.html' title='Using Post Caching Substitution in SharePoint 2007 Web Parts'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8180859602316334963</id><published>2008-08-04T02:32:00.000-07:00</published><updated>2008-10-09T12:43:02.252-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Webservice'/><title type='text'>How to download files from a SharePoint document library remotely via Lists.asmx webservice</title><content type='html'>Lists.asmx web service which is available in the /_Vti_Bin/ location of the site and we can use GetListItems() method for returning the information about document library items as XML.  &lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2007/09/15/how-to-download-files-from-a-sharepoint-document-library-remotely-via-lists-asmx-webservice-sps-2003-moss-2007.aspx"&gt;more detail&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8180859602316334963?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8180859602316334963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8180859602316334963' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8180859602316334963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8180859602316334963'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-download-files-from-sharepoint.html' title='How to download files from a SharePoint document library remotely via Lists.asmx webservice'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-7343972182405834562</id><published>2008-08-04T01:11:00.000-07:00</published><updated>2008-10-09T12:43:29.905-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Authentication'/><category scheme='http://www.blogger.com/atom/ns#' term='BDC'/><title type='text'>Make BDC work with FBA</title><content type='html'>Making BDC (Business Data Catalog) work with FBA (Form Based Authentication) requires a bit of work.   to resolve error &lt;a href="http://blogs.msdn.com/sridhara/archive/2007/05/05/make-bdc-work-with-fba.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-7343972182405834562?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/7343972182405834562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=7343972182405834562' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7343972182405834562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7343972182405834562'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/make-bdc-work-with-fba.html' title='Make BDC work with FBA'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5486938693089004799</id><published>2008-08-03T02:30:00.000-07:00</published><updated>2008-10-09T12:44:25.412-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Webservice'/><category scheme='http://www.blogger.com/atom/ns#' term='User'/><title type='text'>How to modify the custom People/Groups type column of a SharePoint List using Lists.ASMX</title><content type='html'>You may call this oListService.Url =&lt;br /&gt;&lt;br /&gt;            "http://&lt;site%20name&gt;/_vti_bin/Lists.asmx";&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/03/14/how-to-modify-the-custom-people-groups-type-column-of-a-sharepoint-list-using-lists-asmx.aspx"&gt;more detail&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5486938693089004799?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5486938693089004799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5486938693089004799' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5486938693089004799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5486938693089004799'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-modify-custom-peoplegroups-type.html' title='How to modify the custom People/Groups type column of a SharePoint List using Lists.ASMX'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-968690021694912160</id><published>2008-08-03T02:28:00.000-07:00</published><updated>2008-10-09T12:45:46.829-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Webpart'/><title type='text'>A way of hiding ListViewWebParts in all pages of SharePoint site in a single shot</title><content type='html'>create a user control and implemented the logic in the OnLoad() event to hide the webparts. Register that control in a custom master page and applied it to the SharePoint site and it worked well.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/03/15/a-way-of-hiding-listviewwebparts-in-all-pages-of-sharepoint-site-in-a-single-shot.aspx"&gt;more detail&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-968690021694912160?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/968690021694912160/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=968690021694912160' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/968690021694912160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/968690021694912160'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/way-of-hiding-listviewwebparts-in-all.html' title='A way of hiding ListViewWebParts in all pages of SharePoint site in a single shot'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6500698608526655070</id><published>2008-08-03T02:27:00.000-07:00</published><updated>2008-10-09T12:46:07.379-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Webpart'/><title type='text'>Create a webpart which will allow us to do some IO operations with the files and folders in client</title><content type='html'>Active X way &lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/06/02/create-a-control-which-will-allow-us-to-do-some-io-operations-with-the-files-and-folders-in-client.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6500698608526655070?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6500698608526655070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6500698608526655070' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6500698608526655070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6500698608526655070'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/create-webpart-which-will-allow-us-to.html' title='Create a webpart which will allow us to do some IO operations with the files and folders in client'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-2263287190395217564</id><published>2008-08-03T02:26:00.000-07:00</published><updated>2008-10-09T12:46:26.450-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='View'/><title type='text'>Programmatically create a view (custom view) of a list and change the view</title><content type='html'>you can user your own sub query  &lt;br /&gt;&lt;br /&gt; string query = "&lt;Where&gt;&lt;Eq&gt;&lt;FieldRef Name=\"Name\"/&gt;" +&lt;br /&gt;&lt;br /&gt;                "&lt;Value Type=\"Text\"&gt;mysample&lt;/Value&gt;&lt;/Eq&gt;&lt;/Where&gt;";// &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/03/15/programmatically-create-a-view-custom-view-of-a-list-and-change-the-view.aspx"&gt;more detail&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-2263287190395217564?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/2263287190395217564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=2263287190395217564' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2263287190395217564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2263287190395217564'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/programmatically-create-view-custom.html' title='Programmatically create a view (custom view) of a list and change the view'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1518712013639481987</id><published>2008-08-03T02:24:00.000-07:00</published><updated>2008-10-09T12:46:46.767-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Publishing'/><title type='text'>create publishing pages in portal sites programmatically and add it into a specific folders inside the Pages library</title><content type='html'>executing  code with elevated privileges will help whenever we create the publishing pages from a sharepoint portal site for an another portal site.If we create the publishing page within a site collection then this code will execute fine without elevated privileges. &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/03/15/create-publishing-pages-in-portal-sites-programmatically.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1518712013639481987?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1518712013639481987/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1518712013639481987' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1518712013639481987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1518712013639481987'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/create-publishing-pages-in-portal-sites.html' title='create publishing pages in portal sites programmatically and add it into a specific folders inside the Pages library'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8689067842474125410</id><published>2008-08-03T02:21:00.000-07:00</published><updated>2008-10-09T12:47:07.246-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Debug'/><title type='text'>How to debug  inline code of custom layout pages</title><content type='html'>change in   web.config file by making the debug="true" &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/03/15/debugging-the-inline-code-of-custom-layout-pages-in-sharepoint.aspx"&gt;more detail&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8689067842474125410?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8689067842474125410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8689067842474125410' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8689067842474125410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8689067842474125410'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-debug-inline-code-of-custom.html' title='How to debug  inline code of custom layout pages'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-7294260043850822492</id><published>2008-08-03T02:11:00.000-07:00</published><updated>2008-10-09T12:52:22.273-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List Event Handler'/><title type='text'>Can we get the HTTPContext in custom event handlers in SharePoint</title><content type='html'>yes &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/03/25/can-we-get-the-httpcontext-in-custom-event-handlers-in-sharepoint.aspx"&gt;more details&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-7294260043850822492?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/7294260043850822492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=7294260043850822492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7294260043850822492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7294260043850822492'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/can-we-get-httpcontext-in-custom-event.html' title='Can we get the HTTPContext in custom event handlers in SharePoint'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-2257750208143522980</id><published>2008-08-03T02:10:00.000-07:00</published><updated>2008-10-10T13:34:22.072-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Task library'/><title type='text'>How to show task creator's &amp; modifier's name instead of "System Account" in the Task Library</title><content type='html'>Create an event handler – ItemAdded &amp; ItemUpdated, which will capture the event whenever a new task Item added to the Task List and whenever we modify that task by approving/rejecting the workflow task. &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/06/21/how-to-show-task-creator-modifier-name-instead-of-system-account-in-the-task-library.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-2257750208143522980?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/2257750208143522980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=2257750208143522980' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2257750208143522980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2257750208143522980'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-show-task-creators-modifiers.html' title='How to show task creator&apos;s &amp; modifier&apos;s name instead of &quot;System Account&quot; in the Task Library'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6888988906177923515</id><published>2008-08-03T02:09:00.000-07:00</published><updated>2008-10-10T13:36:50.482-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>How to enable users to download infected files when a download scan that is performed by using anti-virus software is disabled?</title><content type='html'>yopu need to set property AllowQuarantinedFileDownload to true &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/07/11/how-to-enable-users-to-download-infected-files-when-a-download-scan-that-is-performed-by-using-anti-virus-software-is-disabled.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6888988906177923515?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6888988906177923515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6888988906177923515' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6888988906177923515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6888988906177923515'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-enable-users-to-download.html' title='How to enable users to download infected files when a download scan that is performed by using anti-virus software is disabled?'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-528128000669072072</id><published>2008-08-03T02:08:00.000-07:00</published><updated>2008-10-10T13:36:11.544-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>Creating a read-only field with default value in a SharePoint list</title><content type='html'>if you want to create a read-only column with default value and with condition that nobody can edit it, then you can implement it by using the FieldAdded event &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/03/25/creating-a-read-only-field-with-default-value-in-a-sharepoint-list.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-528128000669072072?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/528128000669072072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=528128000669072072' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/528128000669072072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/528128000669072072'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/creating-read-only-field-with-default.html' title='Creating a read-only field with default value in a SharePoint list'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-192474725927864755</id><published>2008-08-03T02:06:00.000-07:00</published><updated>2008-10-10T13:34:59.644-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Page'/><title type='text'>publishing portal pages : "Value does not fall within the expected range"</title><content type='html'>Happens mostly when page is corrupted or have incorrect top level site URL. &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/08/06/value-does-not-fall-within-the-expected-range-while-accessing-publishing-portal-pages.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-192474725927864755?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/192474725927864755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=192474725927864755' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/192474725927864755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/192474725927864755'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/publishing-portal-pages-value-does-not.html' title='publishing portal pages : &quot;Value does not fall within the expected range&quot;'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8667206692617345607</id><published>2008-08-03T02:05:00.000-07:00</published><updated>2008-10-10T13:34:39.604-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>Title field how to make it as required one,</title><content type='html'>custamization needed in schema.xml  &lt;blockquote&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/03/26/customization-of-title-field-in-picture-library.aspx"&gt;more&lt;/a&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8667206692617345607?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8667206692617345607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8667206692617345607' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8667206692617345607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8667206692617345607'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/title-field-how-to-make-it-as-required.html' title='Title field how to make it as required one,'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-2742684449962317097</id><published>2008-08-03T02:03:00.000-07:00</published><updated>2008-10-10T13:35:30.976-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>SPSecurity.RunWithElevatedPrivileges - an important point while using it in web context</title><content type='html'>Do not forget to create a new instance of SPSite and SPWeb inside  SPSecurity.RunWithElevatedPrivileges &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/08/14/spsecurity-runwithelevatedprivileges-an-important-point-while-using-it-in-web-context.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-2742684449962317097?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/2742684449962317097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=2742684449962317097' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2742684449962317097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2742684449962317097'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/spsecurityrunwithelevatedprivileges.html' title='SPSecurity.RunWithElevatedPrivileges - an important point while using it in web context'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-17052742897375917</id><published>2008-08-03T02:01:00.001-07:00</published><updated>2008-10-11T21:50:51.307-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Document Library'/><title type='text'>Rename a File in a SharePoint document library through object model</title><content type='html'>we have to first check-out the file and after renaming the file we have to check-in it &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/04/02/rename-a-file-in-a-sharepoint-document-library-through-object-model.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-17052742897375917?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/17052742897375917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=17052742897375917' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/17052742897375917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/17052742897375917'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/rename-file-in-sharepoint-document.html' title='Rename a File in a SharePoint document library through object model'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-9010497557207627377</id><published>2008-08-03T02:01:00.000-07:00</published><updated>2008-10-11T21:50:14.892-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GAC'/><title type='text'>How to take out the dlls from GAC ?</title><content type='html'>Some time you need to take a dll out of GAC programatically. you need to dive deep   inside GAC_MSIL  &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/08/14/changing-the-view-of-gac.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-9010497557207627377?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/9010497557207627377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=9010497557207627377' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/9010497557207627377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/9010497557207627377'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-take-out-dlls-from-gac.html' title='How to take out the dlls from GAC ?'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-857308299476046904</id><published>2008-08-03T01:56:00.000-07:00</published><updated>2008-10-11T21:51:26.723-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Core.js'/><title type='text'>work around for customization of core.js</title><content type='html'>use a custom master page to that particular site collection and override the core.js file instead of using the original one. &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/04/02/customization-of-core-js-file-in-sharepoint.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-857308299476046904?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/857308299476046904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=857308299476046904' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/857308299476046904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/857308299476046904'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/work-around-for-customization-of-corejs.html' title='work around for customization of core.js'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8560407410043655090</id><published>2008-08-03T01:51:00.000-07:00</published><updated>2008-10-11T21:50:02.002-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Audit'/><title type='text'>implement a custom mechanism to delete the audit entries in your SharePoint site</title><content type='html'>There was no way of deleting the audit log entries in SharePoint till the release of infrastructure update&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/05/29/create-a-tool-or-interface-to-delete-the-audit-log-from-content-db-of-an-auditing-enabled-sharepoint-site.aspx"&gt; more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8560407410043655090?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8560407410043655090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8560407410043655090' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8560407410043655090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8560407410043655090'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/implement-custom-mechanism-to-delete.html' title='implement a custom mechanism to delete the audit entries in your SharePoint site'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3771049273847662057</id><published>2008-08-03T01:49:00.000-07:00</published><updated>2008-10-11T21:50:34.398-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='User'/><title type='text'>Problem with PeopleEditor</title><content type='html'>PeopleEditor control will display the CommaSeparatedAcccounts value only if we provide the values to that property before adding it to the control array. That means we have to provide the values inside the CreateChildControl method.&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/05/29/important-point-that-we-need-to-remember-while-creating-a-webpart-to-render-a-peopleeditor-control-with-default-values.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3771049273847662057?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3771049273847662057/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3771049273847662057' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3771049273847662057'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3771049273847662057'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/problem-with-peopleeditor.html' title='Problem with PeopleEditor'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-7676478695835073345</id><published>2008-08-03T01:48:00.000-07:00</published><updated>2008-10-11T21:52:31.843-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='User'/><title type='text'>Update email addresses of all users</title><content type='html'>if the domain name has chnaged and you want to update email of all user&lt;br /&gt;&lt;blockquote&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/05/29/update-email-addresses-of-all-users-in-all-sites-in-a-sharepoint-farm-in-a-single-shot-code-sample-for-both-v2-v3.aspx"&gt;more&lt;/a&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-7676478695835073345?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/7676478695835073345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=7676478695835073345' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7676478695835073345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7676478695835073345'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/update-email-addresses-of-all-users.html' title='Update email addresses of all users'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8940180109034467308</id><published>2008-08-03T01:34:00.000-07:00</published><updated>2008-10-11T21:53:08.229-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='List'/><title type='text'>Retrieving the metadata information of a current approved version of a list item</title><content type='html'>try accessing the version with the index of of the version number and the column name. &lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/05/29/test.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8940180109034467308?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8940180109034467308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8940180109034467308' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8940180109034467308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8940180109034467308'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/retrieving-metadata-information-of.html' title='Retrieving the metadata information of a current approved version of a list item'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1459598350644212237</id><published>2008-08-03T01:29:00.000-07:00</published><updated>2008-10-04T01:34:16.051-07:00</updated><title type='text'>A requirement that you want to add some webparts while creating a new site</title><content type='html'>We don’t have any event handlers for site created or web created to capture that event. But, we have a wonderful feature which is nothing but Feature Stapling .&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/05/29/issue-with-customizing-default-aspx-page-through-feature-stapler.aspx"&gt; more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1459598350644212237?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1459598350644212237/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1459598350644212237' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1459598350644212237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1459598350644212237'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/requirement-that-you-want-to-add-some.html' title='A requirement that you want to add some webparts while creating a new site'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8633189986923159066</id><published>2008-08-03T01:28:00.000-07:00</published><updated>2008-10-11T21:53:31.410-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Webpart'/><title type='text'>Issue with the WebPartManager class while adding webparts dynamically to a specific webpart zone</title><content type='html'>AddWebPart () method of WebPartManager class, it will add the webpart to a specified webpart zone, but if we do page refresh or a post back, will keep the newly added webpart some other webpart zone in the page. Bizarre.... &lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/05/29/issue-with-the-webpartmanager-class-while-adding-webparts-dynamically-to-a-specific-webpart-zone.aspx"&gt; more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8633189986923159066?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8633189986923159066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8633189986923159066' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8633189986923159066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8633189986923159066'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/issue-with-webpartmanager-class-while.html' title='Issue with the WebPartManager class while adding webparts dynamically to a specific webpart zone'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-2604924419386507236</id><published>2008-08-03T01:20:00.000-07:00</published><updated>2008-10-11T21:54:01.354-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Document Library'/><title type='text'>How we can create documents inside a document library based upon the content type’s document template?</title><content type='html'>SPFile oFile = projectDocumentLibrary.RootFolder.Files.Add("TestDoc1.doc", oWeb.GetFile(oContentType .DocumentTemplateUrl).OpenBinary(), true);&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/05/31/how-we-can-create-documents-inside-a-document-library-based-upon-our-content-type-s-document-template.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-2604924419386507236?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/2604924419386507236/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=2604924419386507236' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2604924419386507236'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/2604924419386507236'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-we-can-create-documents-inside.html' title='How we can create documents inside a document library based upon the content type’s document template?'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-4381143155024833607</id><published>2008-08-01T22:00:00.000-07:00</published><updated>2008-10-11T21:54:31.726-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Navigation'/><title type='text'>Add subsites and provide navigation functionality in MOSS 2007 - a code approach!</title><content type='html'>&lt;a href="http://blogs.msdn.com/sridhara/archive/2007/04/21/add-subsites-and-provide-navigation-functionality-in-moss-2007-a-code-approach.aspx"&gt;more&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-4381143155024833607?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/4381143155024833607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=4381143155024833607' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4381143155024833607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4381143155024833607'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/add-subsites-and-provide-navigation_01.html' title='Add subsites and provide navigation functionality in MOSS 2007 - a code approach!'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-4382091651068055595</id><published>2008-08-01T11:20:00.000-07:00</published><updated>2008-10-11T21:54:58.308-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Error'/><title type='text'>Attempted to read or write protected memory</title><content type='html'>Have to came accross error like this...&lt;br /&gt;&lt;br /&gt;Event Id: 6398&lt;br /&gt;Event Source: Windows SharePoint Services 3&lt;br /&gt;The Message text contains: "Microsoft.Office.Server.Administration.&lt;br /&gt;ApplicationServerAdministrationServiceJob" and "Attempted to read or write protected memory. This is often an indication that other memory is corrupt."&lt;br /&gt;&lt;br /&gt;6482, 7076&lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;946517"&gt;Microsoft has released fix for this &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-4382091651068055595?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/4382091651068055595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=4382091651068055595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4382091651068055595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4382091651068055595'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/attempted-to-read-or-write-protected.html' title='Attempted to read or write protected memory'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8125687523165707714</id><published>2008-08-01T02:17:00.000-07:00</published><updated>2008-10-11T21:55:18.660-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='View'/><title type='text'>How to create a custom list with custom views based upon a custom list definition</title><content type='html'>&lt;a href="http://blogs.msdn.com/sowmyancs/archive/2008/06/14/how-to-create-a-custom-list-definitions-with-custom-views.aspx"&gt;more here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8125687523165707714?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8125687523165707714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8125687523165707714' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8125687523165707714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8125687523165707714'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/how-to-create-custom-list-with-custom.html' title='How to create a custom list with custom views based upon a custom list definition'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6213816166851284620</id><published>2008-07-23T04:32:00.000-07:00</published><updated>2008-09-14T07:34:26.899-07:00</updated><title type='text'>Bog in the language you dont know.</title><content type='html'>JUst integrate the code Larry is discussing in his blog.&lt;br /&gt;&lt;br /&gt;http://sharepoint.microsoft.com/blogs/LKuhn/Lists/Posts/Post.aspx?ID=56&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6213816166851284620?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6213816166851284620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6213816166851284620' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6213816166851284620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6213816166851284620'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/01/bog-in-language-you-dont-know.html' title='Bog in the language you dont know.'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-4964621775914271840</id><published>2008-07-23T04:25:00.000-07:00</published><updated>2008-09-14T07:34:58.058-07:00</updated><title type='text'>Sharepoint and word integration.</title><content type='html'>do you agree to folloing post&lt;br /&gt;&lt;br /&gt;&lt;em&gt;I do think MS Sharepoint 2007 holds some real promise, especially with the degree it integrates with Word. I also know that a key is going to be to develop good document hygiene practices and training our people to use them. Users are going to have to rethink how they communicate and collaborate.&lt;br /&gt;&lt;br /&gt;http://www.lawtechtv.com/home/&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-4964621775914271840?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/4964621775914271840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=4964621775914271840' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4964621775914271840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/4964621775914271840'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/01/sharepoint-and-word-integration.html' title='Sharepoint and word integration.'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3152398406026440070</id><published>2008-07-23T04:19:00.000-07:00</published><updated>2008-09-14T07:35:37.055-07:00</updated><title type='text'>Log Shipping: Limitations and Constraints of SharePoint</title><content type='html'>&lt;em&gt;The configuration database and SharePoint 3.0 Central Administration content database are inter-dependent, therefore cannot be log shipped separately or at all for that matter due to hard-coded information about the servers (dbo.Objects),&lt;br /&gt;&lt;br /&gt;more infor &lt;a href="http://blogs.technet.com/wbaer/archive/2008/03/13/sql-server-2000-2005-log-shipping-notes-with-sharepoint-products-and-technologies.aspx"&gt;here &lt;/a&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3152398406026440070?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3152398406026440070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3152398406026440070' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3152398406026440070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3152398406026440070'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/01/log-shipping-limitations-and.html' title='Log Shipping: Limitations and Constraints of SharePoint'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-6590316445027283487</id><published>2008-07-23T03:31:00.000-07:00</published><updated>2008-09-14T07:08:17.230-07:00</updated><title type='text'>Sharepoint Alternate Access Mapping.</title><content type='html'>Some of the scenario where you will be needing it are like ..A reverse proxy which may be used for off-box SSL termination or load balancer. Administrator need to keep track of public url that is being used to access the site.&lt;br /&gt;&lt;br /&gt;more information &lt;a href="http://blogs.msdn.com/sharepoint/archive/2007/03/06/what-every-sharepoint-administrator-needs-to-know-about-alternate-access-mappings-part-1.aspx"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-6590316445027283487?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/6590316445027283487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=6590316445027283487' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6590316445027283487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/6590316445027283487'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/sharepoint-alternate-access-mapping.html' title='Sharepoint Alternate Access Mapping.'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-3323530463600074082</id><published>2008-07-20T10:50:00.000-07:00</published><updated>2008-09-14T06:56:21.254-07:00</updated><title type='text'>Enabling Advance search contains option</title><content type='html'>You may have observed that in certain built perticularly after 6317 some of the options in advance search are disabled. The missing options are contains and does not contain. These options can be enabled in the after 6317 built.&lt;br /&gt;The may be various reason to enable these options. The required additional resource can be justified by the benefot provided by these option. Some time "We need this option" can come as a command.&lt;br /&gt;The advance search site is the place where you will get the option to enable same. You must have adminstrator privelages to do same. You have to modify the webpary and expand all properties. Find "Option Name=AllowOpContains" and change the Value to "True" &amp;lt;name=allowopcontains" value=""&amp;gt;&lt;br /&gt;&amp;lt;name=allowopcontains" value="True"&amp;gt;&lt;br /&gt;&lt;br /&gt;If you dont find these option you can create same.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-3323530463600074082?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/3323530463600074082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=3323530463600074082' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3323530463600074082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/3323530463600074082'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/enabling-advance-search-contains-option.html' title='Enabling Advance search contains option'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5159117612093604575</id><published>2008-07-19T07:02:00.000-07:00</published><updated>2008-09-14T07:24:18.470-07:00</updated><title type='text'>SharePoint  and Microsoft Project Server</title><content type='html'>Lot more intresting options are comming for project manager with having SharePoint and Microsoft Project Server comming together. Paul Ferril had published intresting article &lt;a href="http://www.gcn.com/print/27_6/45967-1.html"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4 april 08&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5159117612093604575?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5159117612093604575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5159117612093604575' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5159117612093604575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5159117612093604575'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/02/sharepoint-and-microsoft-project-server.html' title='SharePoint  and Microsoft Project Server'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-73405597780105766</id><published>2008-07-19T06:55:00.000-07:00</published><updated>2008-09-14T07:09:00.089-07:00</updated><title type='text'>Coldfusion Sharepoint integration</title><content type='html'>Lots of application are now supposed to have sharepoint integration. Even coldfusion user are putting down lots of thought in it. Benforta has written a blog &lt;a href="http://www.forta.com/blog/index.cfm/2008/3/18/What-Would-You-Want-From-ColdFusion-Microsoft-SharePoint-Integration"&gt;here &lt;/a&gt;regarding same.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-73405597780105766?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/73405597780105766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=73405597780105766' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/73405597780105766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/73405597780105766'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/coldfusion-sharepoint-integration.html' title='Coldfusion Sharepoint integration'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1346421792525248395</id><published>2008-07-18T08:02:00.000-07:00</published><updated>2008-09-12T21:04:17.122-07:00</updated><title type='text'>Wordle confirms sharepoint domination</title><content type='html'>Wordle is new way of representation of clould. It shows how much the owrd in used in the websjust like tages. but these are pure graphics and no navigation is provided on same.&lt;br /&gt;&lt;br /&gt;Graphics play a important role in Wordle. These are so good looking. JUst by seeing in them we can get intresated.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Quickly we can find out the pulse of the web site. The key theme which is going around in the sight. No longer we have to go in details and then come to conclusion about the theme of the web site.&lt;br /&gt;&lt;br /&gt;ONe of the &lt;a href="http://bhc3.wordpress.com/2008/08/18/how-are-enterprise-20-vendors-pitching-web-20-using-wordle-to-find-out/"&gt;blog &lt;/a&gt;reports that sharepoint in far ahead then IBM and other leading competitors...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1346421792525248395?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1346421792525248395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1346421792525248395' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1346421792525248395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1346421792525248395'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/08/wordle-confirms-sharepoint-domination.html' title='Wordle confirms sharepoint domination'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-7823390397488229072</id><published>2008-07-16T07:58:00.000-07:00</published><updated>2008-09-14T07:10:40.082-07:00</updated><title type='text'>Silverlight and sharepoint.</title><content type='html'>Want to build flash like application?&lt;br /&gt;MOSS already has blue print of same. read more &lt;a href="http://gobigalways.com/past-and-future-two-conference-faces-of-microsoft-same-week/"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-7823390397488229072?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/7823390397488229072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=7823390397488229072' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7823390397488229072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/7823390397488229072'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/silverlight-and-sharepoint.html' title='Silverlight and sharepoint.'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-8393229142447697120</id><published>2008-07-16T07:43:00.000-07:00</published><updated>2008-09-14T07:12:15.422-07:00</updated><title type='text'>Displaying help in MOSS 2007</title><content type='html'>Yes you can do this!!&lt;br /&gt;click link to modify webpart. Go on advance section under tool pane. You will see Help URL and Help Mode. This works only under chrome.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-8393229142447697120?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/8393229142447697120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=8393229142447697120' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8393229142447697120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/8393229142447697120'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/03/displaying-help-in-moss-2007.html' title='Displaying help in MOSS 2007'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-1651847123130571192</id><published>2008-07-15T10:49:00.000-07:00</published><updated>2008-09-15T10:50:48.122-07:00</updated><title type='text'>Sharepoint calender vs Personal calender</title><content type='html'>You can manage the calenders more effectively by comparing side by side.  if there are any conflict few things can be suffeled.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-1651847123130571192?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/1651847123130571192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=1651847123130571192' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1651847123130571192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/1651847123130571192'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/07/sharepoint-calender-vs-personal.html' title='Sharepoint calender vs Personal calender'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-496844719380372184</id><published>2008-07-15T10:40:00.000-07:00</published><updated>2008-09-15T10:43:12.179-07:00</updated><title type='text'>MOSS keeps team updated.</title><content type='html'>Integration and synchronization capabliteis of the MOSS with office program system, presence system and mobile access keep every one updated.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-496844719380372184?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/496844719380372184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=496844719380372184' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/496844719380372184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/496844719380372184'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/07/moss-keeps-team-updated.html' title='MOSS keeps team updated.'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2705788899337075965.post-5238597597775480582</id><published>2008-07-14T10:43:00.000-07:00</published><updated>2008-09-15T10:45:25.809-07:00</updated><title type='text'>Team site having a distribution list</title><content type='html'>Imagine if you have a email distribution list associated with Team site. As and when there are changes in the group , they will be reflected in next post :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2705788899337075965-5238597597775480582?l=dotnetsharepoint.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotnetsharepoint.blogspot.com/feeds/5238597597775480582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2705788899337075965&amp;postID=5238597597775480582' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5238597597775480582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2705788899337075965/posts/default/5238597597775480582'/><link rel='alternate' type='text/html' href='http://dotnetsharepoint.blogspot.com/2008/07/team-site-having-distribution-list.html' title='Team site having a distribution list'/><author><name>Hament Verma</name><uri>http://www.blogger.com/profile/08629879756202882111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
