<?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: Contact / Feedback webpart for Sharepoint 2007</title>
	<atom:link href="http://www.fivenumber.com/contact-feedback-webpart-for-sharepoint-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com/contact-feedback-webpart-for-sharepoint-2007/</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/contact-feedback-webpart-for-sharepoint-2007/comment-page-1/#comment-157</link>
		<dc:creator>G Vijai Kumar</dc:creator>
		<pubDate>Wed, 26 Aug 2009 10:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=502#comment-157</guid>
		<description>Rahul, Thanks for looking into the post, you can set fields to reset to blank

Button oButtonReset = new Button(); 
oButtonReset.Text = &quot;Reset&quot;;
oButtonReset.CssClass = &quot;ButtonHeightWidth&quot;;
oButtonReset.Click += new EventHandler(oButtonReset_Click);

 void oButtonReset_Click(object sender, EventArgs e)
        {
            oTextName.Text = &quot;&quot;;
            oTextEMail.Text = &quot;&quot;;
            oTextSubject.Text = &quot;&quot;;
            oTextMessage.Text = &quot;&quot;;
            oLabelValidMessage.Text = &quot;&quot;;
        }
At last render the reset button in Render() method
oButtonReset.RenderControl(writer);</description>
		<content:encoded><![CDATA[<p>Rahul, Thanks for looking into the post, you can set fields to reset to blank</p>
<p>Button oButtonReset = new Button();<br />
oButtonReset.Text = &#8220;Reset&#8221;;<br />
oButtonReset.CssClass = &#8220;ButtonHeightWidth&#8221;;<br />
oButtonReset.Click += new EventHandler(oButtonReset_Click);</p>
<p> void oButtonReset_Click(object sender, EventArgs e)<br />
        {<br />
            oTextName.Text = &#8220;&#8221;;<br />
            oTextEMail.Text = &#8220;&#8221;;<br />
            oTextSubject.Text = &#8220;&#8221;;<br />
            oTextMessage.Text = &#8220;&#8221;;<br />
            oLabelValidMessage.Text = &#8220;&#8221;;<br />
        }<br />
At last render the reset button in Render() method<br />
oButtonReset.RenderControl(writer);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.fivenumber.com/contact-feedback-webpart-for-sharepoint-2007/comment-page-1/#comment-156</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Wed, 26 Aug 2009 10:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.fivenumber.com/?p=502#comment-156</guid>
		<description>Hi,
Good post but you should add reset or refresh functionality in this web part because after sending the feedback the values remains in the textboxes in the web part. 
Tell me that functionality please.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Good post but you should add reset or refresh functionality in this web part because after sending the feedback the values remains in the textboxes in the web part.<br />
Tell me that functionality please.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

