<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Dev Techie</title>
	
	<link>http://dev.techmachi.com</link>
	<description>Development stuffs related to Asp.Net and Sharepoint</description>
	<lastBuildDate>Wed, 01 Sep 2010 00:31:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DevTechmachi" /><feedburner:info uri="devtechmachi" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Enable / Diable controls in Sharepoint Newform.aspx or Editform.aspx or where ever inside sharepoint</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/NxSl5MsiXF0/</link>
		<comments>http://dev.techmachi.com/?p=424#comments</comments>
		<pubDate>Wed, 01 Sep 2010 00:31:10 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=424</guid>
		<description><![CDATA[This is pretty easiery way for you to enable and disable controls in sharepoint lists pages or where ever you need it. better off is tat to find the ID of the control using the view source and just execute this in javascript Thats it .. its all set document.aspnetForm.id.disabled=true; or try document.aspnetForm.id.disabled="True"; The id [...]]]></description>
			<content:encoded><![CDATA[<p>This is pretty easiery way for you to enable and disable controls in sharepoint lists pages or where ever you need it.<br />
better off is tat to find the ID of the control using the view source and just execute this in javascript<br />
Thats it .. its all set</p>
<p>  <script type="text/javascript">
document.aspnetForm.id.disabled=true;
or try
document.aspnetForm.id.disabled="True";
 </script></p>
<p>The id will look something like this<br />
 ctl00_m_g_6e363f12_79be_43ef_a4e9_3967baee41bd_ctl00_ctl04_ctl12_ctl00_ctl00_ctl04_ctl00_ctl00_DateTimeField_DateTimeFieldDate</p>
<p>so your code is gonna be this way<br />
document.aspnetForm. ctl00_m_g_6e363f12_79be_43ef_a4e9_3967baee41bd_ctl00_ctl04_ctl12_ctl00_ctl00_ctl04_ctl00_ctl00_DateTimeField_DateTimeFieldDate.disabled=&#8221;True&#8221;;<br />
or<br />
document.aspnetForm. ctl00_m_g_6e363f12_79be_43ef_a4e9_3967baee41bd_ctl00_ctl04_ctl12_ctl00_ctl00_ctl04_ctl00_ctl00_DateTimeField_DateTimeFieldDate.disabled=true;</p>
<p>Open up the page in sharepoint designer and find for the code below<br />
<IMG SRC="/sites/production/_layouts/images/blank.gif" width=590 height=1 alt=""><br />
and then add the javascript given above and it will work.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=424&title=Enable / Diable controls in Sharepoint Newform.aspx or Editform.aspx or where ever inside sharepoint" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=424" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=424&title=Enable / Diable controls in Sharepoint Newform.aspx or Editform.aspx or where ever inside sharepoint" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=424" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Enable+%2F+Diable+controls+in+Sharepoint+Newform.aspx+or+Editform.aspx+or+where+ever+inside+sharepoint+http://ha2t6.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Enable+%2F+Diable+controls+in+Sharepoint+Newform.aspx+or+Editform.aspx+or+where+ever+inside+sharepoint+http://ha2t6.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=424&amp;title=Enable+%2F+Diable+controls+in+Sharepoint+Newform.aspx+or+Editform.aspx+or+where+ever+inside+sharepoint" title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=424&amp;title=Enable+%2F+Diable+controls+in+Sharepoint+Newform.aspx+or+Editform.aspx+or+where+ever+inside+sharepoint" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=424&amp;title=Enable+%2F+Diable+controls+in+Sharepoint+Newform.aspx+or+Editform.aspx+or+where+ever+inside+sharepoint" title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=424&amp;title=Enable+%2F+Diable+controls+in+Sharepoint+Newform.aspx+or+Editform.aspx+or+where+ever+inside+sharepoint" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=424&amp;title=Enable+%2F+Diable+controls+in+Sharepoint+Newform.aspx+or+Editform.aspx+or+where+ever+inside+sharepoint" title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=424&amp;title=Enable+%2F+Diable+controls+in+Sharepoint+Newform.aspx+or+Editform.aspx+or+where+ever+inside+sharepoint" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/NxSl5MsiXF0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=424</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=424</feedburner:origLink></item>
		<item>
		<title>Get Default Logged User Name in SharePoint People Picker</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/-AoyYLrkMsY/</link>
		<comments>http://dev.techmachi.com/?p=422#comments</comments>
		<pubDate>Wed, 01 Sep 2010 00:23:19 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=422</guid>
		<description><![CDATA[Hi Blokes, I have been seeing that loads of people are looking out for an easier way to get the default logged in user name in sharepoint people picker. so here you go i got some thing for you Just add this piece of code in you page where you want to set the value [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Blokes,<br />
I have been seeing that loads of people are looking out for an easier way to get the default logged in user name in sharepoint people picker. so here you go i got some thing for you</p>
<p>Just add this piece of code in you page where you want to set the value .</p>
<p><script type="text/javascript">
    _spBodyOnLoadFunctionNames.push("fillDefaultValues");
function fillDefaultValues() 
{</p>
<p>fillPeoplePickerWithCurrentUser('Submitted_x0020_By');
}
function fillPeoplePickerWithCurrentUser(pickerName)
{
//get the current user from the welcome menu
var currentUser = getCurrentUser();
//check to see that we've got it
if(currentUser != null)
{
//get the people pickers input div
var pp = getPickerInputElement(pickerName);
//set it to the current user if we've found it
//////////////////////////////////////////////////////////////chck
if(pp != null)
pp.innerHTML = currentUser;
}
}</p>
<p>function getCurrentUser()
{
var tags = document.getElementsByTagName('a');
for (var i=0; i < tags.length; i++)
{
if(tags[i].innerText.substr(0,7) == 'Welcome')
{
return tags[i].innerText.substr(8,tags[i].innerText.length);
}
}
}</p>
<p>function getPickerInputElement(fieldsInternalName)
{
var result  = "";
var result = '';
 var divs = document.getElementsByTagName('DIV');
 var j = 0;</p>
<p> for(var i=0; i < divs.length; i++)
 {
  if(divs[i ].id.indexOf('UserField_upLevelDiv') > 0)
  {
   j++;</p>
<p>   if(j == 1) //replace 1 with 1 or 2 depends on the number of people pickers
   {
    result = divs[i];
    break;
   }
  }
 }
 return result;
 }
    </script></p>
<p>Add this code in your aspx page below<br />
<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"><br />
 so that way it ll set you the default value.<br />
Cheer up</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=422&title=Get Default Logged User Name in SharePoint People Picker" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=422" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=422&title=Get Default Logged User Name in SharePoint People Picker" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=422" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Get+Default+Logged+User+Name+in+SharePoint+People+Picker+http://8mkk8.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Get+Default+Logged+User+Name+in+SharePoint+People+Picker+http://8mkk8.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=422&amp;title=Get+Default+Logged+User+Name+in+SharePoint+People+Picker" title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=422&amp;title=Get+Default+Logged+User+Name+in+SharePoint+People+Picker" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=422&amp;title=Get+Default+Logged+User+Name+in+SharePoint+People+Picker" title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=422&amp;title=Get+Default+Logged+User+Name+in+SharePoint+People+Picker" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=422&amp;title=Get+Default+Logged+User+Name+in+SharePoint+People+Picker" title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=422&amp;title=Get+Default+Logged+User+Name+in+SharePoint+People+Picker" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/-AoyYLrkMsY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=422</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=422</feedburner:origLink></item>
		<item>
		<title>How to add Webparts to newform.aspx/editform.aspx in Sharepoint</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/5zAnHXCiW7I/</link>
		<comments>http://dev.techmachi.com/?p=418#comments</comments>
		<pubDate>Mon, 26 Jul 2010 11:02:04 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=418</guid>
		<description><![CDATA[In this article I will show you how to use custom webpart as a replacement for NewForm.aspx or EditForm.aspx. Sometimes we have a scenario like we have a dropdown box and the data-items coming for this dropdown has to come from a SQL Server database or some other database. Or we have some business validations [...]]]></description>
			<content:encoded><![CDATA[<p>In this article I will show you how to use custom webpart as a replacement for NewForm.aspx or EditForm.aspx.</p>
<p>Sometimes we have a scenario like we have a dropdown box and the data-items coming for this dropdown has to come from a SQL Server database or some other database.</p>
<p>Or we have some business validations to put on the controls present in NewForm.aspx page or Editform.aspx page i.e. in List Forms.</p>
<p>So to tackle these kind of situations we need to customize our List forms.</p>
<p>We can customize the List-forms in two ways.<br />
Customize the List form through XSLT<br />
Change the Listforms with custom webpart which is having all your business requirements and a mechanism to add or edit items in List. This custom webpart we can build in Visual Studio through Sharepoint Object Model.<br />
In this article I will tell you how to change the newform.aspx or editform.aspx  with custom webpart.</p>
<p>Here I believe that you all know how to build custom webpart for Sharepoint 2007.</p>
<p>When we are click New button to add a new item</p>
<p>We are getting NewForm.aspx page. Now to change the list forms with some other webpart we need to edit the page in the same way which we are doing for a normal web part page but the problem here is we do not have Edit Page option under Site Action tab. Now what to do? How to open edit page mode?</p>
<p>The answer is very simple and little bit tricky also.</p>
<p>The URL for newform.aspx page will be like this:</p>
<p>http://spdevserver:1003/Lists/Products/NewForm.aspx</p>
<p>just add ?&#038;Toolpaneview=2 above URL. Now your URL becomes like this.</p>
<p>http://spdevserver:1003/Lists/Products/NewForm.aspx?&#038;Toolpaneview=2</p>
<p>Now click on Go button in Internet Explorer and you will see the NewForm.aspx page like this:</p>
<p>Just close this webpart and add your new custom webpart here.</p>
<p>So after that whenever you will click on new button for adding a new item you will see your custom webpart instead of default Newform.aspx page.</p>
<p>In the same way we can change editform.aspx page with our custom webpart by adding the ?&#038;Toolpaneview=2 to the url.</p>
<p>Hope this article would be a help to you.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=418&title=How to add Webparts to newform.aspx/editform.aspx in Sharepoint" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=418" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=418&title=How to add Webparts to newform.aspx/editform.aspx in Sharepoint" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=418" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=How+to+add+Webparts+to+newform.aspx%2Feditform.aspx+in+Sharepoint+http://7c9dp.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=How+to+add+Webparts+to+newform.aspx%2Feditform.aspx+in+Sharepoint+http://7c9dp.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=418&amp;title=How+to+add+Webparts+to+newform.aspx%2Feditform.aspx+in+Sharepoint" title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=418&amp;title=How+to+add+Webparts+to+newform.aspx%2Feditform.aspx+in+Sharepoint" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=418&amp;title=How+to+add+Webparts+to+newform.aspx%2Feditform.aspx+in+Sharepoint" title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=418&amp;title=How+to+add+Webparts+to+newform.aspx%2Feditform.aspx+in+Sharepoint" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=418&amp;title=How+to+add+Webparts+to+newform.aspx%2Feditform.aspx+in+Sharepoint" title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=418&amp;title=How+to+add+Webparts+to+newform.aspx%2Feditform.aspx+in+Sharepoint" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/5zAnHXCiW7I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=418</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=418</feedburner:origLink></item>
		<item>
		<title>SharePoint 2010 Administration Toolkit V1</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/ZAxi57No6E4/</link>
		<comments>http://dev.techmachi.com/?p=414#comments</comments>
		<pubDate>Tue, 20 Jul 2010 09:22:25 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=414</guid>
		<description><![CDATA[In this toolkit we’ve included a couple of tools that were shipped releases and are now adapted to SharePoint 2010, along with two new tools. · User Profile Replication Engine 2010 (UPRE2010): this tool got a complete overhaul and was converted to PowerShell. It now allows you to replicate Profile and Social data between SharePoint [...]]]></description>
			<content:encoded><![CDATA[<p> In this toolkit we’ve included a couple of tools that were shipped releases and are now adapted to SharePoint 2010, along with two new tools.<br />
·         User Profile Replication Engine 2010 (UPRE2010): this tool got a complete overhaul and was converted to PowerShell. It now allows you to replicate Profile and Social data between SharePoint 2010’s User Profile Application (UPA), as well as backward compatibility with SharePoint 2007’s SSP. You can replicate between SSP’s or UPA services, as well as across versions. (Note that only Profile data can be replicated across versions, as SSP contains no Social activity tracking).<br />
·         The Security Configuration (SCW) Manifest: SCW is an attack surface reduction feature in Windows Server. This manifest adds roles for SharePoint 2010 Products to Windows Server 2008 with SP2 or Windows Server 2008 R2.<br />
·         The Content Management Interoperability Services (CMIS) Connector: enables SharePoint users to interact with content stored in any repository that has implemented the CMIS standard, as well as making SharePoint 2010 content available to any application that has implemented the CMIS standard.<br />
·         The Load Testing Kit (LTK): LTK generates a Visual Studio Team System 2008 (VSTS) load test based on Windows SharePoint Services 3.0 IIS logs. The VSTS load test can be used to generate synthetic load against Microsoft SharePoint Foundation 2010 as part of a capacity planning exercise or a pre-upgrade stress test.</p>
<p>The toolkit can be downloaded from here: http://www.microsoft.com/downloads/details.aspx?FamilyId=718447d8-0814-427a-81c3-c9c3d84c456e&#038;displaylang=en</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=414&title=SharePoint 2010 Administration Toolkit V1" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=414" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=414&title=SharePoint 2010 Administration Toolkit V1" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=414" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=SharePoint+2010+Administration+Toolkit+V1+http://6ryop.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=SharePoint+2010+Administration+Toolkit+V1+http://6ryop.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=414&amp;title=SharePoint+2010+Administration+Toolkit+V1" title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=414&amp;title=SharePoint+2010+Administration+Toolkit+V1" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=414&amp;title=SharePoint+2010+Administration+Toolkit+V1" title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=414&amp;title=SharePoint+2010+Administration+Toolkit+V1" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=414&amp;title=SharePoint+2010+Administration+Toolkit+V1" title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=414&amp;title=SharePoint+2010+Administration+Toolkit+V1" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/ZAxi57No6E4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=414</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=414</feedburner:origLink></item>
		<item>
		<title>how to fix Microsoft.SharePoint.SPException: Save Conflict</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/YEIW8zsf-pU/</link>
		<comments>http://dev.techmachi.com/?p=411#comments</comments>
		<pubDate>Thu, 01 Jul 2010 18:12:12 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=411</guid>
		<description><![CDATA[Microsoft.SharePoint.SPException: Save Conflict Your changes conflict with those made concurrently by another user. If you want your changes to be applied, click Back in your Web browser, refresh the page, and resubmit your changes. I&#8217;m sure some of you have seen this error in your SharePoint travels, but this is something that in my opinion [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft.SharePoint.SPException: Save Conflict<br />
Your changes conflict with those made concurrently by another user. If you want your changes to be applied, click Back in your Web browser, refresh the page, and resubmit your changes.</p>
<p>I&#8217;m sure some of you have seen this error in your SharePoint travels, but this is something that in my opinion needs to be addressed.</p>
<p>The WSS &#8220;Save Conflict&#8221; error is a common error that occurs when you make multiple changes to a list under the same SPWeb object without disposal. This is a pretty hairy error to catch, but it&#8217;s clear sign that you&#8217;re not being modular enough with your design. General when I see this error the first thing I think is, &#8220;It&#8217;s time to break my methods out a little better and to call my SPWeb Object when I really need it.&#8221;</p>
<p>One example of where this can come into play is in solutions where SPListItem field swaping is required (i.e ListItem1 swaps it&#8217;s Title field with ListItem2). For every update to a list item the SPList&#8217;s &#8220;update()&#8221; method needs to be called to save the changes. The pattern I like to follow is to retrieve the SPWeb GUID from the current site, then call a separate instance of an SPWeb object per individual list update. This is a tedious pattern and doesn&#8217;t necessarily have to be used on all occasions, but it will save you from this annoying little exception. </p>
<p>Here&#8217;s an example of a small method that updates a SPListItem&#8217;s fields using this pattern:</p>
<p>protected void itemUpdate(string FieldName, string FieldValue, SPSite site, Guid webID, Guid listID, Guid itemID)<br />
{<br />
try<br />
{<br />
using (SPWeb web = site.OpenWeb(webID))<br />
{<br />
web.AllowUnsafeUpdates = true;<br />
SPList list = web.Lists[listID];<br />
SPListItem item = list.Items[itemID];</p>
<p>item[FieldName] = FieldValue;<br />
item.Update();<br />
list.Update();</p>
<p>web.AllowUnsafeUpdates = false;</p>
<p>}<br />
}<br />
catch(Exception ex)<br />
{<br />
Response.Write(&#8220;An error occured while updating the items&#8221;);<br />
}<br />
}</p>
<p>Keep in mind, when disposing of an SPWeb object you must remember CONTEXT. If you retrieve an SPWeb object from the current context (SPContext.Current.Web), you cannot and should not dispose of this. If you dispose of the Web being used by the current context, it&#8217;s the equivalent of ripping the ground from under your feet!! If you&#8217;re doing multiple list updates the best approach would be to open and dispose of a separate instance of an SPWeb object. This will save you tons of headache in the future. </p>
<p>If you ever see this exception, hopefully you&#8217;ll no exactly how to handle it now and grab it by the horns!</p>
<p>~:)</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=411&title=how to fix Microsoft.SharePoint.SPException: Save Conflict" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=411" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=411&title=how to fix Microsoft.SharePoint.SPException: Save Conflict" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=411" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=how+to+fix+Microsoft.SharePoint.SPException%3A+Save+Conflict+http://9sz87.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=how+to+fix+Microsoft.SharePoint.SPException%3A+Save+Conflict+http://9sz87.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=411&amp;title=how+to+fix+Microsoft.SharePoint.SPException%3A+Save+Conflict" title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=411&amp;title=how+to+fix+Microsoft.SharePoint.SPException%3A+Save+Conflict" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=411&amp;title=how+to+fix+Microsoft.SharePoint.SPException%3A+Save+Conflict" title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=411&amp;title=how+to+fix+Microsoft.SharePoint.SPException%3A+Save+Conflict" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=411&amp;title=how+to+fix+Microsoft.SharePoint.SPException%3A+Save+Conflict" title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=411&amp;title=how+to+fix+Microsoft.SharePoint.SPException%3A+Save+Conflict" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/YEIW8zsf-pU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=411</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=411</feedburner:origLink></item>
		<item>
		<title>Using IIS Express</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/WKQ-VA7dI3g/</link>
		<comments>http://dev.techmachi.com/?p=409#comments</comments>
		<pubDate>Thu, 01 Jul 2010 14:51:28 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=409</guid>
		<description><![CDATA[IIS Express – The Best of Both Options We have been working on a new flavor of IIS 7.x that is optimized for developer scenarios that we are calling “IIS Express”. We think it combines the ease of use of the ASP.NET Web Server with the full power of IIS. Specifically: It’s lightweight and easy [...]]]></description>
			<content:encoded><![CDATA[<p>IIS Express – The Best of Both Options</p>
<p>We have been working on a new flavor of IIS 7.x that is optimized for developer scenarios that we are calling “IIS Express”. We think it combines the ease of use of the ASP.NET Web Server with the full power of IIS.  Specifically:</p>
<p>It’s lightweight and easy to install (less than 10Mb download and a super quick install)<br />
It does not require an administrator account to run/debug applications from Visual Studio<br />
It enables a full web-server feature set – including SSL, URL Rewrite, Media Support, and all other IIS 7.x modules<br />
It supports and enables the same extensibility model and web.config file settings that IIS 7.x support<br />
It can be installed side-by-side with the full IIS web server as well as the ASP.NET Development Server (they do not conflict at all)<br />
It works on Windows XP and higher operating systems – giving you a full IIS 7.x developer feature-set on all OS platforms<br />
IIS Express (like the ASP.NET Development Server) can be quickly launched to run a site from a directory on disk.  It does not require any registration/configuration steps. This makes it really easy to launch and run for development scenarios.</p>
<p>VS 2010 Integration</p>
<p>We are enabling IIS Express so that it can be easily used with Visual Studio 2010. You’ll be able to configure VS 2010 to use it instead of the ASP.NET Web Server as the default web-server on ASP.NET Projects.  Like the ASP.NET Development Server today, you won’t need to register a site or virtual directory to use IIS Express. It will support the same usage-model as the ASP.NET Development Server today – just with more feature support.</p>
<p>When you press F5 to run an ASP.NET project, Visual Studio can automatically launch IIS Express and use it to run/debug the application (no extra configuration required).  Like the ASP.NET Web Server, IIS Express will show up in your task-bar tray when running:</p>
<p>Full Story At <a href="http://weblogs.asp.net">Source</a></p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=409&title=Using IIS Express" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=409" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=409&title=Using IIS Express" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=409" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Using+IIS+Express+http://n8b3b.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Using+IIS+Express+http://n8b3b.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=409&amp;title=Using+IIS+Express" title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=409&amp;title=Using+IIS+Express" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=409&amp;title=Using+IIS+Express" title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=409&amp;title=Using+IIS+Express" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=409&amp;title=Using+IIS+Express" title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=409&amp;title=Using+IIS+Express" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/WKQ-VA7dI3g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=409</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=409</feedburner:origLink></item>
		<item>
		<title>Migrating Sites from MOSS to WSS 3.0</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/TLBKT3QkfBU/</link>
		<comments>http://dev.techmachi.com/?p=400#comments</comments>
		<pubDate>Wed, 05 May 2010 07:10:27 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=400</guid>
		<description><![CDATA[Sometimes, we need to move back to old days. Last week, I got across a situation, where I had to migrate MOSS site to WSS 3.0 environment. Earlier I thought, backup &#8211; restore will do the job, but it was not that straight forward task. Many of the Features available to MOSS sites are not [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, we need to move back to old days. Last week, I got across a situation, where I had to migrate MOSS site to WSS 3.0 environment. Earlier I thought, backup &#8211; restore will do the job, but it was not that straight forward task.<br />
Many of the Features available to MOSS sites are not available to WSS 3.0 and the existence of these features in the host site causes migration effort to fail. Among the Features that should be deactivated on the host site prior to export are:<br />
Office SharePoint Server Enterprise Site and Standard Site Features, which can be deactivated through the SharePoint Products and Technologies user interface by navigating to: Site Settings -> Site Features<br />
However, there are many Features, not visible through the SharePoint Products and Technologies user interface that will cause import failures in this scenario including Features such as:<br />
BaseWeb<br />
AnalyticsLinks<br />
DataConnectionLibrary<br />
SlideLibrary<br />
RelatedLinksScopeSettingsLink<br />
TransManagementLibrary<br />
ThemeChanger<br />
To deactivate those Features, use the SharePoint Administration Tool (STSADM) deactivatefeature operation prior to the export<br />
STSADM -o deactivatefeature -name BaseWeb -url [url-of-site] -force<br />
STSADM -o deactivatefeature -name AnalyticsLinks -url [url-of-site] -force<br />
STSADM -o deactivatefeature -name DataConnectionLibrary -url [url-of-site] -force<br />
STSADM -o deactivatefeature -name SlideLibrary -url [url-of-site] -force<br />
STSADM -o deactivatefeature -name RelatedLinksScopeSettingsLink -url [url-of-site] -force<br />
STSADM -o deactivatefeature -name TransLibMgmt -url [url-of-site] -force<br />
STSADM -o deactivatefeature -name ThemeChanger -url [url-of-site] -force</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=400&title=Migrating Sites from MOSS to WSS 3.0" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=400" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=400&title=Migrating Sites from MOSS to WSS 3.0" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=400" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Migrating+Sites+from+MOSS+to+WSS+3.0+http://yr6se.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Migrating+Sites+from+MOSS+to+WSS+3.0+http://yr6se.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=400&amp;title=Migrating+Sites+from+MOSS+to+WSS+3.0" title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=400&amp;title=Migrating+Sites+from+MOSS+to+WSS+3.0" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=400&amp;title=Migrating+Sites+from+MOSS+to+WSS+3.0" title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=400&amp;title=Migrating+Sites+from+MOSS+to+WSS+3.0" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=400&amp;title=Migrating+Sites+from+MOSS+to+WSS+3.0" title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=400&amp;title=Migrating+Sites+from+MOSS+to+WSS+3.0" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/TLBKT3QkfBU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=400</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=400</feedburner:origLink></item>
		<item>
		<title>Missing ‘Upload Multiple Documents’</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/ZFfZk9HMEVw/</link>
		<comments>http://dev.techmachi.com/?p=391#comments</comments>
		<pubDate>Wed, 28 Apr 2010 12:23:59 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=391</guid>
		<description><![CDATA[If you are missing the &#8216;Upload Multiple Documents&#8217; from your document library and you have Office 2003 or later installed on the client, it is most likely that you have Client Integration disabled. If a site is using forms based authentication, then client integration is turned off by default. You can enable it by going [...]]]></description>
			<content:encoded><![CDATA[<p>If you are missing the &#8216;Upload Multiple Documents&#8217; from your document library and you have Office 2003 or later installed on the client, it is most likely that you have Client Integration disabled. </p>
<p>If a site is using forms based authentication, then client integration is turned off by default. You can enable it by going to: CA &#8211;> Application Management &#8211;> Authenticaiton Providers &#8211;> Edit Authentication.</p>
<p>Scroll all the way down.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=391&title=Missing &#8216;Upload Multiple Documents&#8217;" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=391" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=391&title=Missing &#8216;Upload Multiple Documents&#8217;" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=391" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Missing+%E2%80%98Upload+Multiple+Documents...+http://w938i.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Missing+%E2%80%98Upload+Multiple+Documents...+http://w938i.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=391&amp;title=Missing+%E2%80%98Upload+Multiple+Documents..." title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=391&amp;title=Missing+%E2%80%98Upload+Multiple+Documents..." title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=391&amp;title=Missing+%E2%80%98Upload+Multiple+Documents..." title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=391&amp;title=Missing+%E2%80%98Upload+Multiple+Documents..." title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=391&amp;title=Missing+%E2%80%98Upload+Multiple+Documents..." title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=391&amp;title=Missing+%E2%80%98Upload+Multiple+Documents..." title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/ZFfZk9HMEVw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=391</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=391</feedburner:origLink></item>
		<item>
		<title>Missing Save Site As Template in SharePoint Site Settings</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/b4eIf6taBJ8/</link>
		<comments>http://dev.techmachi.com/?p=389#comments</comments>
		<pubDate>Wed, 28 Apr 2010 12:05:13 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=389</guid>
		<description><![CDATA[I was asked how to create a site template on a Publishing site. Saving a publishing site is not supported in MOSS 2007 so no optins exist in the Site Actions to do so. However, you can turn off the publishing features of a publishing site by going to Site Actions &#8211;> Site Settings &#8211;> [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked how to create a site template on a Publishing site. Saving a publishing site is not supported in MOSS 2007 so no optins exist in the Site Actions to do so.</p>
<p>However, you can turn off the publishing features of a publishing site by going to Site Actions &#8211;> Site Settings &#8211;> Modify All Site Settings &#8211;> Site Administration &#8211;> Site Features. Click the Deactivate button for Office Sharepoint Server Publishing.</p>
<p>Now when you go back to the site settings, you will have the option to save the site as a template. When you do so, simply turn the publishing features back on. Also you can turn the publishing feature on on your your new sites after they are created.</p>
<p>You will need to turn on the publishing feature after you create the site if needed. This is a much better alternative to having to create a Team Site just so you can create a template.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=389&title=Missing Save Site As Template in SharePoint Site Settings" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=389" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=389&title=Missing Save Site As Template in SharePoint Site Settings" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=389" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=Missing+Save+Site+As+Template+in+SharePoint+Site+Settings+http://7gbo3.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Missing+Save+Site+As+Template+in+SharePoint+Site+Settings+http://7gbo3.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=389&amp;title=Missing+Save+Site+As+Template+in+SharePoint+Site+Settings" title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=389&amp;title=Missing+Save+Site+As+Template+in+SharePoint+Site+Settings" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=389&amp;title=Missing+Save+Site+As+Template+in+SharePoint+Site+Settings" title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=389&amp;title=Missing+Save+Site+As+Template+in+SharePoint+Site+Settings" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=389&amp;title=Missing+Save+Site+As+Template+in+SharePoint+Site+Settings" title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=389&amp;title=Missing+Save+Site+As+Template+in+SharePoint+Site+Settings" title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/b4eIf6taBJ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=389</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=389</feedburner:origLink></item>
		<item>
		<title>SharePoint Error “An unexpected error has occurred”</title>
		<link>http://feedproxy.google.com/~r/DevTechmachi/~3/0NerTXuH9cQ/</link>
		<comments>http://dev.techmachi.com/?p=385#comments</comments>
		<pubDate>Mon, 05 Apr 2010 11:49:31 +0000</pubDate>
		<dc:creator>Jaya Raja</dc:creator>
				<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://dev.techmachi.com/?p=385</guid>
		<description><![CDATA[Hi Folks, Got bored and irritated when you are working sharepoint and when the page comesup and say &#8220;An unexpected error has occurred&#8221; error ? Could not find the log files , traces or event logger? I have managed to get rid of that error screen completely. The solution is to change a single entry [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Folks,<br />
Got bored and irritated when you are working sharepoint and when the page comesup and say &#8220;An unexpected error has occurred&#8221; error ?<br />
Could not find the log files , traces or event logger?<br />
I have managed to get rid of that error screen completely.</p>
<p>The solution is to change a single entry in web.config, by modifying the line</p>
<p>SafeMode MaxControls=“200“ CallStack=“false“<br />
to…<br />
SafeMode MaxControls=“200“ CallStack=“true“</p>
<p>You will also need to set custom errors to &#8216;Off&#8217; .</p>
<p><customErrors mode=“Off“/></p>
<p>You will no longer see the “An unexpected error has occurred” error page and instead you get a lovely ’standard ASP.Net error page’ with the stack trace and everything…development has got that little bit easier!!</p>
<p>A better on will be a customizing the web.config file located  C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG and  to modify the trust to trust=&#8221;Full&#8221; so that the web app is immediately ready to accept development DLLs in the &#8216;bin&#8217; folder.</p>
<p>
				<table cellspacing="0" cellpadding="0" border="0" style="width: 300px; height: 50px; text-align: left; margin-left: auto; margin-right: auto;">
				<tbody>
				<tr>
				<td style="text-align: center;">
				<a href="http://del.icio.us/post?url=http://dev.techmachi.com/?p=385&title=SharePoint Error &#8220;An unexpected error has occurred&#8221;" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/delicious.png" alt="Add to Del.cio.us" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://dev.techmachi.com/?feed=rss" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/feeds.png" alt="RSS Feed" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://technorati.com/faves?add=http://dev.techmachi.com/?p=385" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/technorati.png" alt="Add to Technorati Favorites" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				</td>
				<td style="text-align: center;">
				<a href="http://www.stumbleupon.com/submit?url=http://dev.techmachi.com/?p=385&title=SharePoint Error &#8220;An unexpected error has occurred&#8221;" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/stumble.png" alt="Stumble It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				<td style="text-align: center;">
				<a href="http://digg.com/submit?phase=2&url=http://dev.techmachi.com/?p=385" rel="nofollow">
				<img src="http://dev.techmachi.com/wp-content/plugins/addtothis/digg.png" alt="Digg It!" style="border: 0px solid ; width: 48px; height: 48px;"/>
				</a>
				
				</td>
				</tr>
				<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td style="text-align: right;" ><a href="http://www.sajithmr.com"><img style="border:none" src="http://dev.techmachi.com/wp-content/plugins/addtothis/sajithmr.png"  title="Powered By Sajithmr.com" alt="www.sajithmr.com"/></a></td></tr>
				</tbody>
				</table>

                
		
				</p><p align="left"><a class="tt" href="http://twitter.com/home/?status=SharePoint+Error+%E2%80%9CAn+unexpected+error+has+occurred...+http://qa346.th8.us" title="Post to Twitter"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=SharePoint+Error+%E2%80%9CAn+unexpected+error+has+occurred...+http://qa346.th8.us" title="Post to Twitter">Tweet This Post</a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=385&amp;title=SharePoint+Error+%E2%80%9CAn+unexpected+error+has+occurred..." title="Post to Digg"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://dev.techmachi.com/?p=385&amp;title=SharePoint+Error+%E2%80%9CAn+unexpected+error+has+occurred..." title="Post to Digg">Digg This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=385&amp;title=SharePoint+Error+%E2%80%9CAn+unexpected+error+has+occurred..." title="Post to Reddit"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://dev.techmachi.com/?p=385&amp;title=SharePoint+Error+%E2%80%9CAn+unexpected+error+has+occurred..." title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=385&amp;title=SharePoint+Error+%E2%80%9CAn+unexpected+error+has+occurred..." title="Post to StumbleUpon"><img class="nothumb" src="http://dev.techmachi.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://dev.techmachi.com/?p=385&amp;title=SharePoint+Error+%E2%80%9CAn+unexpected+error+has+occurred..." title="Post to StumbleUpon">Stumble This Post</a></p><img src="http://feeds.feedburner.com/~r/DevTechmachi/~4/0NerTXuH9cQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dev.techmachi.com/?feed=rss2&amp;p=385</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://dev.techmachi.com/?p=385</feedburner:origLink></item>
	</channel>
</rss>
