<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sharepoint list form generator</title>
	<atom:link href="http://www.fivenumber.com/sharepoint-list-form-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com/sharepoint-list-form-generator/</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Tue, 03 Jan 2012 15:49:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-604</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Fri, 05 Nov 2010 05:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-604</guid>
		<description>@ Swarna: Sorry for the delay in responding, please post your code or send through contact form of this website, so that it will be easy to identify the problem, thanks for looking into the post.</description>
		<content:encoded><![CDATA[<p>@ Swarna: Sorry for the delay in responding, please post your code or send through contact form of this website, so that it will be easy to identify the problem, thanks for looking into the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swarna</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-577</link>
		<dc:creator>swarna</dc:creator>
		<pubDate>Tue, 21 Sep 2010 16:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-577</guid>
		<description>I have a requirement where in a dropdown has all content types and based on the content type selected the controls are loaded. Dropdown postback causes all dynamically created controls to vanish...please help...</description>
		<content:encoded><![CDATA[<p>I have a requirement where in a dropdown has all content types and based on the content type selected the controls are loaded. Dropdown postback causes all dynamically created controls to vanish&#8230;please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-552</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Wed, 01 Sep 2010 13:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-552</guid>
		<description>@ Nandy: You can create a regular expression validation control, then based on form field id hook up the validation control the the form field, let me know if you need more details, thanks for looking in to the post, Good Luck</description>
		<content:encoded><![CDATA[<p>@ Nandy: You can create a regular expression validation control, then based on form field id hook up the validation control the the form field, let me know if you need more details, thanks for looking in to the post, Good Luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nandy</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-550</link>
		<dc:creator>Nandy</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-550</guid>
		<description>Hi,

Thanks for share your code!

We want validation for formfield like (Number/ currency/ integer/ Datetimecontrol) in sharepoint form generator webpart. Please let me know how we implement custom validation for formfield

Thanks,
Nandy

Please let me know</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for share your code!</p>
<p>We want validation for formfield like (Number/ currency/ integer/ Datetimecontrol) in sharepoint form generator webpart. Please let me know how we implement custom validation for formfield</p>
<p>Thanks,<br />
Nandy</p>
<p>Please let me know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guvcode</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-502</link>
		<dc:creator>guvcode</dc:creator>
		<pubDate>Sat, 19 Jun 2010 07:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-502</guid>
		<description>Hi, could not get this to work, unable to import the webpart, could you please assist with further guide</description>
		<content:encoded><![CDATA[<p>Hi, could not get this to work, unable to import the webpart, could you please assist with further guide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anu</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-420</link>
		<dc:creator>Anu</dc:creator>
		<pubDate>Tue, 27 Apr 2010 10:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-420</guid>
		<description>i didnot change the code.It is not in the new form but in the edit form which i am creating like new form except assigning values to field based on list id .
It works for normal text and doesn&#039;t load values for &quot;lookup&quot; field and &quot;datetime&quot; field.
For lookup it says:NameError: Value does not fall within the expected range.Stack:    at Microsoft.SharePoint.SPFieldLookupValue.ParseLookupId(String fieldValue)
   at Microsoft.SharePoint.SPFieldLookupValue..ctor(String fieldValue)

It because I m trying to store in FORMFIELD Control.please advice

Thanks,
Anu</description>
		<content:encoded><![CDATA[<p>i didnot change the code.It is not in the new form but in the edit form which i am creating like new form except assigning values to field based on list id .<br />
It works for normal text and doesn&#8217;t load values for &#8220;lookup&#8221; field and &#8220;datetime&#8221; field.<br />
For lookup it says:NameError: Value does not fall within the expected range.Stack:    at Microsoft.SharePoint.SPFieldLookupValue.ParseLookupId(String fieldValue)<br />
   at Microsoft.SharePoint.SPFieldLookupValue..ctor(String fieldValue)</p>
<p>It because I m trying to store in FORMFIELD Control.please advice</p>
<p>Thanks,<br />
Anu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-417</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Mon, 26 Apr 2010 09:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-417</guid>
		<description>@ Anu: There is no problem with date column generation, the generates with out any issues, have you modified the code in any line? please confirm</description>
		<content:encoded><![CDATA[<p>@ Anu: There is no problem with date column generation, the generates with out any issues, have you modified the code in any line? please confirm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anu</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-416</link>
		<dc:creator>Anu</dc:creator>
		<pubDate>Mon, 26 Apr 2010 09:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-416</guid>
		<description>Hi,

Thanks for this post.I able to generate a list form dynamically.I m trying to get EditForm in the manner by passing list id.All the column gets generated correctly using the ListID expect the Date column.Is there anything special i need to do to generate a Date column

Thanks,
Anu</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this post.I able to generate a list form dynamically.I m trying to get EditForm in the manner by passing list id.All the column gets generated correctly using the ListID expect the Date column.Is there anything special i need to do to generate a Date column</p>
<p>Thanks,<br />
Anu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gmello</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-355</link>
		<dc:creator>Gmello</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-355</guid>
		<description>Hi,
if I put this webpart in an anonymous site, MOSS ask me for username and password and I want to avoid this. With debug I get the following error in WebPart1.cs line 147 (Controls.Add(oFormTable)): &quot;Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack&quot;.
I tried putting the code inside a SPSecurity.RunWithElevatedPrivileges, but no luck. Any guess?
Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
if I put this webpart in an anonymous site, MOSS ask me for username and password and I want to avoid this. With debug I get the following error in WebPart1.cs line 147 (Controls.Add(oFormTable)): &#8220;Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack&#8221;.<br />
I tried putting the code inside a SPSecurity.RunWithElevatedPrivileges, but no luck. Any guess?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/sharepoint-list-form-generator/comment-page-1/#comment-315</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Wed, 13 Jan 2010 07:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=598#comment-315</guid>
		<description>@ Sylvain: Can you please send your code through contact form http://www.fivenumber.com/contact/ so that it will be helpful for me to find out the issue, thank for looking to this post</description>
		<content:encoded><![CDATA[<p>@ Sylvain: Can you please send your code through contact form <a href="http://www.fivenumber.com/contact/" rel="nofollow">http://www.fivenumber.com/contact/</a> so that it will be helpful for me to find out the issue, thank for looking to this post</p>
]]></content:encoded>
	</item>
</channel>
</rss>

