<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to edit the form fields of a SharePoint List</title>
	<atom:link href="http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/</link>
	<description>Stories from a SharePoint Engineer that isn&#039;t afraid of Visual Studio.</description>
	<lastBuildDate>Tue, 07 Sep 2010 19:15:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Update</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3980</link>
		<dc:creator>Update</dc:creator>
		<pubDate>Fri, 11 Jun 2010 12:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3980</guid>
		<description>If you want to customize the controls that appear on the NewForm.aspx page, and if you do not want to show the default List Form Web Part, you can hide the List Form Web Part. To do this, follow these steps: 

Start SharePoint Designer 2007, and then open the NewForm.aspx page for the list. 

Right-click the List Form Web Part, and then click Web Part Properties.

Expand Layout, click to select the Hidden check box, and then click OK.</description>
		<content:encoded><![CDATA[<p>If you want to customize the controls that appear on the NewForm.aspx page, and if you do not want to show the default List Form Web Part, you can hide the List Form Web Part. To do this, follow these steps: </p>
<p>Start SharePoint Designer 2007, and then open the NewForm.aspx page for the list. </p>
<p>Right-click the List Form Web Part, and then click Web Part Properties.</p>
<p>Expand Layout, click to select the Hidden check box, and then click OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IT Girl</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3923</link>
		<dc:creator>IT Girl</dc:creator>
		<pubDate>Wed, 21 Apr 2010 23:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3923</guid>
		<description>Hey IT Cowboy,
I did what you said, but now it won&#039;t take me to the dispform.aspx page when i try it through the URL. Instead it takes me to the EndUserDispForm.aspx which was my customized page always.
How can I fix it so that the browser does not redirect and shows me both pages?
Thanks - IT Girl</description>
		<content:encoded><![CDATA[<p>Hey IT Cowboy,<br />
I did what you said, but now it won&#8217;t take me to the dispform.aspx page when i try it through the URL. Instead it takes me to the EndUserDispForm.aspx which was my customized page always.<br />
How can I fix it so that the browser does not redirect and shows me both pages?<br />
Thanks &#8211; IT Girl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erica</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3855</link>
		<dc:creator>Erica</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3855</guid>
		<description>==false</description>
		<content:encoded><![CDATA[<p>==false</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erica</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3854</link>
		<dc:creator>Erica</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3854</guid>
		<description>The code was zapped when I posted it so here it is again:

&quot;false&quot;

I changed the code from true to false for the WebPart and the web part is now hidden.</description>
		<content:encoded><![CDATA[<p>The code was zapped when I posted it so here it is again:</p>
<p>&#8220;false&#8221;</p>
<p>I changed the code from true to false for the WebPart and the web part is now hidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erica</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3853</link>
		<dc:creator>Erica</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3853</guid>
		<description>Well after searching and trying multiple things I finally got it to work by tweaking the code.

false

I changed the code from true to false for the WebPart.</description>
		<content:encoded><![CDATA[<p>Well after searching and trying multiple things I finally got it to work by tweaking the code.</p>
<p>false</p>
<p>I changed the code from true to false for the WebPart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erica</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3852</link>
		<dc:creator>Erica</dc:creator>
		<pubDate>Mon, 01 Mar 2010 17:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3852</guid>
		<description>I&#039;m feeling a bit frustrated as I&#039;ve done everything I can think of but I still CANNOT hide the web part in designer.  When I right-click and select Web Part Properties I get the following error:

&quot;Operation is not valid due to the current state of the object&quot;

Any suggestions?  Please?</description>
		<content:encoded><![CDATA[<p>I&#8217;m feeling a bit frustrated as I&#8217;ve done everything I can think of but I still CANNOT hide the web part in designer.  When I right-click and select Web Part Properties I get the following error:</p>
<p>&#8220;Operation is not valid due to the current state of the object&#8221;</p>
<p>Any suggestions?  Please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ITCowboy</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3736</link>
		<dc:creator>ITCowboy</dc:creator>
		<pubDate>Mon, 14 Dec 2009 22:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3736</guid>
		<description>When you are changing the default files of a sharepoint list, the menu comes up showing each form (New, Edit, Display) there is a dropdown box that comes up initially as &quot;Folder&quot; much of the time. You must make sure that says &quot;Item&quot;. The &quot;folder&quot; setting will always seem to complete successfully, but no change will be recorded. I think this is a feature, not a bug.. lol</description>
		<content:encoded><![CDATA[<p>When you are changing the default files of a sharepoint list, the menu comes up showing each form (New, Edit, Display) there is a dropdown box that comes up initially as &#8220;Folder&#8221; much of the time. You must make sure that says &#8220;Item&#8221;. The &#8220;folder&#8221; setting will always seem to complete successfully, but no change will be recorded. I think this is a feature, not a bug.. lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m@</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3699</link>
		<dc:creator>m@</dc:creator>
		<pubDate>Sat, 21 Nov 2009 06:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3699</guid>
		<description>Can&#039;t get the new url to stick. No matter what, it points back to the original file!!! Geez..</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get the new url to stick. No matter what, it points back to the original file!!! Geez..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m@</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3698</link>
		<dc:creator>m@</dc:creator>
		<pubDate>Sat, 21 Nov 2009 06:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3698</guid>
		<description>No matter what I do... I can&#039;t change the new list form of the supporting files tab. Even when I change the name it sticks to the new name... freaking dumb.</description>
		<content:encoded><![CDATA[<p>No matter what I do&#8230; I can&#8217;t change the new list form of the supporting files tab. Even when I change the name it sticks to the new name&#8230; freaking dumb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chanakya01</title>
		<link>http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3696</link>
		<dc:creator>chanakya01</dc:creator>
		<pubDate>Thu, 19 Nov 2009 12:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henryong.com/2007/09/05/how-to-edit-the-form-fields-of-a-sharepoint-list/#comment-3696</guid>
		<description>Will it reflect the columns if i add it newly??</description>
		<content:encoded><![CDATA[<p>Will it reflect the columns if i add it newly??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
