<?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: Custom Webpart &#8211; Inserts items into sharepoint custom list</title>
	<atom:link href="http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/</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: Deny</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-770</link>
		<dc:creator>Deny</dc:creator>
		<pubDate>Wed, 20 Jul 2011 05:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-770</guid>
		<description>solved it,
it because I didn&#039;t delete the line: base.Render(writer);

thank you and sorry to bother u :)</description>
		<content:encoded><![CDATA[<p>solved it,<br />
it because I didn&#8217;t delete the line: base.Render(writer);</p>
<p>thank you and sorry to bother u <img src='http://www.fivenumber.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deny</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-769</link>
		<dc:creator>Deny</dc:creator>
		<pubDate>Wed, 20 Jul 2011 04:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-769</guid>
		<description>I&#039;ve tried your code, but when I input text to the fields always add colon when it was saved. for example: add &quot;Mr&quot; to Title saved &quot;Mr,&quot; to the list. All fields did the same. I have checked all code didn&#039;t have any colon. And in my test, there was 2 textbox created for each field. 1 is for this.control.add(xxx) and the second one is for the render procedure.

can you help me?
thnx</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried your code, but when I input text to the fields always add colon when it was saved. for example: add &#8220;Mr&#8221; to Title saved &#8220;Mr,&#8221; to the list. All fields did the same. I have checked all code didn&#8217;t have any colon. And in my test, there was 2 textbox created for each field. 1 is for this.control.add(xxx) and the second one is for the render procedure.</p>
<p>can you help me?<br />
thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-641</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Wed, 08 Dec 2010 09:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-641</guid>
		<description>@ Dinesh: You can follow the link http://www.fivenumber.com/sharepoint-list-form-generator/ to set the list name dynamically, the link shows you how to populate the existing lists within the site, so that user can select the appropriate list and add the items into that particular list, let me know if you need more details, thanks for visiting the post, good luck :-)</description>
		<content:encoded><![CDATA[<p>@ Dinesh: You can follow the link <a href="http://www.fivenumber.com/sharepoint-list-form-generator/" rel="nofollow">http://www.fivenumber.com/sharepoint-list-form-generator/</a> to set the list name dynamically, the link shows you how to populate the existing lists within the site, so that user can select the appropriate list and add the items into that particular list, let me know if you need more details, thanks for visiting the post, good luck <img src='http://www.fivenumber.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haneesh</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-637</link>
		<dc:creator>Haneesh</dc:creator>
		<pubDate>Fri, 03 Dec 2010 13:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-637</guid>
		<description>Hi,
I have used the above mentioned method to save data into a list in sharepoint it worked properly, but now i have requirement i.e. how can i save gridview data into a sharepoint custom list? Can any one  suggest me please?

Thank you...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have used the above mentioned method to save data into a list in sharepoint it worked properly, but now i have requirement i.e. how can i save gridview data into a sharepoint custom list? Can any one  suggest me please?</p>
<p>Thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-635</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Thu, 02 Dec 2010 07:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-635</guid>
		<description>Sir can u give me some example on how to take the values present in the gridview which is present in webpart into custom list.</description>
		<content:encoded><![CDATA[<p>Sir can u give me some example on how to take the values present in the gridview which is present in webpart into custom list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-634</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Thu, 02 Dec 2010 06:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-634</guid>
		<description>Thanks a lot sir. I got the correct output as mentioned in ur code. 
Can u tell me how to take the custom list&#039;s name dynamically as mentioned my site user?</description>
		<content:encoded><![CDATA[<p>Thanks a lot sir. I got the correct output as mentioned in ur code.<br />
Can u tell me how to take the custom list&#8217;s name dynamically as mentioned my site user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Start Building your own Web Parts. &#171; Emmett&#39;s SharePoint 2010 Blog</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-584</link>
		<dc:creator>Start Building your own Web Parts. &#171; Emmett&#39;s SharePoint 2010 Blog</dc:creator>
		<pubDate>Tue, 12 Oct 2010 00:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-584</guid>
		<description>[...] http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/" rel="nofollow">http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Vijai Kumar</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-551</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Wed, 01 Sep 2010 13:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-551</guid>
		<description>@ mbh: Have you tried to debug the code?</description>
		<content:encoded><![CDATA[<p>@ mbh: Have you tried to debug the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbh</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-549</link>
		<dc:creator>mbh</dc:creator>
		<pubDate>Tue, 31 Aug 2010 10:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-549</guid>
		<description>Hi,
I have used ur code and I am able to render the web part correctly but it does not save data in the list. There is no error either. Can u please help.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have used ur code and I am able to render the web part correctly but it does not save data in the list. There is no error either. Can u please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hameem</title>
		<link>http://www.fivenumber.com/custom-webpart-inserts-items-into-sharepoint-custom-list/comment-page-1/#comment-383</link>
		<dc:creator>Hameem</dc:creator>
		<pubDate>Thu, 25 Mar 2010 04:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=387#comment-383</guid>
		<description>Hi everybody,

iam new sharepoint server, i created one user login wepart in C#.net and also i imported into sharepoint site. this webpart contain two textbox and one button. my requirement is if i click the save button the two texbox value should save in the sharepoint custom list.how to write a code for this where to write?

thank you advance</description>
		<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>iam new sharepoint server, i created one user login wepart in C#.net and also i imported into sharepoint site. this webpart contain two textbox and one button. my requirement is if i click the save button the two texbox value should save in the sharepoint custom list.how to write a code for this where to write?</p>
<p>thank you advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

