<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Data Presentation Controls</title><link>http://forums.asp.net/24.aspx</link><description>ASP.NET data-bound controls such as the DataGrid, DataList, GridView, FormView, DetailsView, and Repeater Controls.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=23&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Could not find a property named ... on the type specified by the DataObjectTypeName</title><link>http://forums.asp.net/thread/3218589.aspx</link><pubDate>Mon, 08 Jun 2009 20:34:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3218589</guid><dc:creator>RabidJay</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3218589.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=3218589</wfw:commentRss><description>&lt;p&gt;In case anybody else runs into this for Update operations - &lt;/p&gt;&lt;p&gt;in stepping through the Update process (Listview EditItemTemplate) , the runtime instantiated my business object using it&amp;#39;s default constructor even if I supplied a fully parameterized constructor, so it seems logical that, if you are passing a BO instance to the Update method you defined, it would need accessible BO properties with names that match those used when it first retrieved /bound the data.&lt;br /&gt; &lt;/p&gt;ie - if it doesn&amp;#39;t have a complete correct parameter list in the Update statement how else would it map the UI input to the update properties?&lt;p&gt;I haven&amp;#39;t tried it, but I suspect that if you do specify a full parameter set in the update definition (jnstead of a BO instance) it would still need to know how to map the parameters to the properties and since you can&amp;#39;t name them identically, perhaps positionally. &lt;/p&gt;&lt;p&gt;If I am wrong I am happy to learn :-)&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;</description></item><item><title>Re: Could not find a property named ... on the type specified by the DataObjectTypeName</title><link>http://forums.asp.net/thread/2823502.aspx</link><pubDate>Mon, 22 Dec 2008 05:32:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2823502</guid><dc:creator>ionFreeman</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2823502.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=2823502</wfw:commentRss><description>I solved the problem by changing a publicly exposed variable to a property. That is, I had

public String Path

which is now
protected String path
public String Path{get{return path;}set{path=Value;}}

hth
Ion</description></item><item><title>Re: Could not find a property named ... on the type specified by the DataObjectTypeName</title><link>http://forums.asp.net/thread/2642159.aspx</link><pubDate>Wed, 24 Sep 2008 10:09:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2642159</guid><dc:creator>nevinph</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2642159.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=2642159</wfw:commentRss><description>&lt;p&gt;im having the same problem too,, i also made a post regarding about this but sadly no one answered it yet.. im still finding a solution bout this im new still need to learn.. could someone please help..&lt;/p&gt;</description></item><item><title>Re: Could not find a property named ... on the type specified by the DataObjectTypeName</title><link>http://forums.asp.net/thread/2607681.aspx</link><pubDate>Mon, 08 Sep 2008 17:19:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2607681</guid><dc:creator>dennis82</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2607681.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=2607681</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi I have got exactly the same problem... It is definately related to a wizzard in vs2005 /2....As you search for this problem half the Google searches come up with the same problem, this is an answer that works for some people, not for others. Sometimes you see a Microsoft &amp;#39;pro&amp;#39; answer:&amp;nbsp; Look at your coding! (which isn&amp;#39;t realy helpful because the wizard produced it) with a reference to DataObjectName in the documentation. The problem is the Wizzard. I haven&amp;#39;t been able to reproduce the problem in a steady fashion....One time it works ok straight out of the wizard and the other time not.&lt;/p&gt;
&lt;p&gt;When I try to use your solution: delete the Datatypname, it gives me the &amp;quot;could not ind a non-generic method &amp;#39;update&amp;#39; that has parameters: -followed by&amp;nbsp;all the field names&amp;nbsp;-&lt;/p&gt;
&lt;p&gt;I have spent more than 6 hrs on this problem, and judging by the amount of messages about this subject on the web, hundreds of people with me!&lt;/p&gt;
&lt;p&gt;Is there someone (it should be fixed by MS (but yeah...)) who has solved this problem? please????&lt;/p&gt;
&lt;p&gt;Best regards and thanks in advance!&lt;/p&gt;
&lt;p&gt;Dennis&lt;/p&gt;</description></item><item><title>Re: Could not find a property named ... on the type specified by the DataObjectTypeName</title><link>http://forums.asp.net/thread/1870072.aspx</link><pubDate>Tue, 21 Aug 2007 22:53:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1870072</guid><dc:creator>marsonj</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1870072.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=1870072</wfw:commentRss><description>&lt;p&gt;Try:&lt;/p&gt;&lt;p&gt;Look at the properties for the &lt;span style="font-weight:bold;"&gt;ObjectDataSource&lt;/span&gt; and remove everything from &lt;span style="font-weight:bold;"&gt;DataObjectTypeName&lt;/span&gt; property and just leave that property blank; it will be RUN.&lt;br /&gt;I hope this works for your &lt;span style="font-weight:bold;"&gt;ASP.NET 2.0&lt;/span&gt; project on Microsoft Visual Studio 2005 Beta 2.0.&lt;/p&gt;&lt;p&gt;-- http://amastaneh.blogspot.com/2005/11/could-not-find-property.html&lt;/p&gt;</description></item><item><title>Could not find a property named ... on the type specified by the DataObjectTypeName</title><link>http://forums.asp.net/thread/1334510.aspx</link><pubDate>Thu, 06 Jul 2006 21:57:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1334510</guid><dc:creator>Idgaf</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1334510.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=24&amp;PostID=1334510</wfw:commentRss><description>&lt;p&gt;I created a new DataSet and dropped a SQL table on it which created a TableAdapter for "SELECT * FROM Table".&amp;nbsp; I then added a single-row select query which accepts one parameter (the row guid).&lt;/p&gt;
&lt;p&gt;Then, I added a GridView which shows all rows and a DetailsView for the selected row which all works fine except when I click Insert/Update/Delete on the DetailsView, I get something like "&lt;em&gt;Could not find a property named 'Number' on the type specified by the DataObjectTypeName property in ObjectDataSource 'ObjectDataSource2'.&lt;/em&gt;"&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;</description></item></channel></rss>