<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Tech Blog &#187; formview</title>
	<atom:link href="http://informationideas.com/news/tag/formview/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Sat, 17 Mar 2012 02:14:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>asp.net formview problem updating data</title>
		<link>http://informationideas.com/news/2009/01/22/aspnet-formview-problem-updating-data/</link>
		<comments>http://informationideas.com/news/2009/01/22/aspnet-formview-problem-updating-data/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 06:47:09 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[formview]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=73</guid>
		<description><![CDATA[Very strange behavior with formviews on asp.net.Â  For some reason, if I declare the SqlDataSource on the page source but then do the binding of the SqlDataSource to the formview in code behind, no error are shown but the data does NOT get updated on edit. So instead of doing this in code behind summary.DataSourceID [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>Very strange behavior with formviews on asp.net.Â  For some reason, if I declare the SqlDataSource on the page source but then do the binding of the SqlDataSource to the formview in code behind, no error are shown but the data does NOT get updated on edit.</p>
<p>So instead of doing this in code behind<br />
<code><br />
summary.DataSourceID = "summaryDS";<br />
summary.DataBind();<br />
</code></p>
<p>I need to do this on the page<br />
<code><br />
&lt;asp :FormView ID="summary"<br />
runat="server"<br />
DataSourceID="summaryDS"&gt;<br />
</code></p>
<p><a href="http://informationideas.com/news/2008/07/29/net-formview-edit-mode-problem/">A previous problem I encountered with formview</a></p>
<div class="shr-publisher-73"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2009/01/22/aspnet-formview-problem-updating-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.511 seconds -->

