<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Help needed.. Binding an object property</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Help needed.. Binding an object property</description>
  <pubDate>Wed, 10 Jun 2026 04:08:35 -700</pubDate>
  <lastBuildDate>Mon, 11 Aug 2008 06:35:40 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=700</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Help needed.. Binding an object property : I&amp;#039;ve run into these same...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=3281#3281</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=209" rel="nofollow">cdsmith</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 11-Aug-2008 at 6:35am<br /><br />I've run into these same issues so I'll show how I implemented the Delete operation:<DIV>&nbsp;</DIV><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><DIV><FONT size=2><P></FONT><FONT size=3><FONT face="Arial, Helvetica, sans-serif"><FONT color=#0000ff><FONT color=#0000ff>public</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>override</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>int</FONT></FONT> DeleteEntities(<FONT color=#2b91af><FONT color=#2b91af>IOrderedDictionary</FONT></FONT> parameters, <FONT color=#2b91af><FONT color=#2b91af>IDictionary</FONT></FONT> keys, <FONT color=#2b91af><FONT color=#2b91af>IDictionary</FONT></FONT> oldvalues) </FONT></FONT></P><P><FONT face="Arial, Helvetica, sans-serif" size=3>{</FONT></P><P><FONT size=3><FONT face="Arial, Helvetica, sans-serif"><FONT color=#0000ff><FONT color=#0000ff>int</FONT></FONT> id = 0;</FONT></FONT></P><P><FONT size=3><FONT face="Arial, Helvetica, sans-serif"><FONT color=#0000ff><FONT color=#0000ff>foreach</FONT></FONT> (<FONT color=#2b91af><FONT color=#2b91af>DictionaryEntry</FONT></FONT> de <FONT color=#0000ff><FONT color=#0000ff>in</FONT></FONT> oldvalues)</FONT></FONT></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT face="Arial, Helvetica, sans-serif" size=3>{</FONT></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT size=3><FONT face="Arial, Helvetica, sans-serif"><FONT color=#0000ff><FONT color=#0000ff>if</FONT></FONT> ((<FONT color=#2b91af><FONT color=#2b91af>String</FONT></FONT>)de.Key == <FONT color=#a31515><FONT color=#a31515>"BudgetTemplateID"</FONT></FONT>)</FONT></FONT></P><P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face="Arial, Helvetica, sans-serif" size=3>{</FONT></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P><FONT face="Arial, Helvetica, sans-serif" size=3>&nbsp;id = (<FONT color=#0000ff><FONT color=#0000ff>int</FONT></FONT>)System.<FONT color=#2b91af><FONT color=#2b91af>Convert</FONT></FONT>.ToInt32(de.Value);</FONT></P></BLOCKQUOTE><P dir=ltr style="MARGIN-RIGHT: 0px"><FONT face="Arial, Helvetica, sans-serif" size=3>}</FONT></P></BLOCKQUOTE><P dir=ltr><FONT face="Arial, Helvetica, sans-serif" size=3>}</FONT></P></BLOCKQUOTE><P><FONT size=3><FONT face="Arial, Helvetica, sans-serif"><FONT color=#2b91af><FONT color=#2b91af>PrimaryKey</FONT></FONT> pk = <FONT color=#0000ff><FONT color=#0000ff>new</FONT></FONT> <FONT color=#2b91af><FONT color=#2b91af>PrimaryKey</FONT></FONT>(<FONT color=#0000ff><FONT color=#0000ff>this</FONT></FONT>.EntityType, id);</FONT></FONT></P><P><FONT size=3><FONT face="Arial, Helvetica, sans-serif"><FONT color=#2b91af><FONT color=#2b91af>Entity</FONT></FONT> ent = <FONT color=#0000ff><FONT color=#0000ff>this</FONT></FONT>.PersistenceManager.GetEntity(pk);</FONT></FONT></P><P><FONT face="Arial, Helvetica, sans-serif" size=3>ent.Delete();</FONT></P><P><FONT size=3><FONT face="Arial, Helvetica, sans-serif"><FONT color=#0000ff><FONT color=#0000ff>return</FONT></FONT> (<FONT color=#0000ff><FONT color=#0000ff>int</FONT></FONT>)1;</FONT></FONT></P><P><FONT face="Arial, Helvetica, sans-serif" size=3>}</P></DIV></BLOCKQUOTE><DIV dir=ltr><FONT face="Times New Roman, Times, serif">In my testing so far, I'm finding that I also have to make my Id column VISIBLE, BudgetTemplateID in this case.&nbsp; If I set the Visible property on the Id column to false, the column doesn't show up in the "oldvalues" list.</FONT></DIV><DIV dir=ltr><FONT face="Times New Roman"></FONT>&nbsp;</DIV><DIV dir=ltr><FONT face="Times New Roman"></FONT></FONT><FONT size=2>&nbsp;</DIV></FONT>]]>
   </description>
   <pubDate>Mon, 11 Aug 2008 06:35:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=3281#3281</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I agree with your plan. If you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2915#2915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 30-Apr-2008 at 8:42pm<br /><br />I agree with your plan.&nbsp;&nbsp; If you want a simple button called "Insert New Order", I could write a button click handler that inserted a minimal order.&nbsp; The user could then update the minimal order by using the "Edit" and "Update" buttons, but you might actually&nbsp; prefer adding your own screen dialog for "Create New Order".&nbsp; Give me a holler if you run into problems or need any help.]]>
   </description>
   <pubDate>Wed, 30 Apr 2008 20:42:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2915#2915</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I can do that. I am not too interested...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2914#2914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 30-Apr-2008 at 5:27pm<br /><br />I can do that.&nbsp; I am not too interested in trying to work around the shortcomings of the ASP GridView control with regard to add.&nbsp; It actually makes more sense to me to throw a dialog on screen for an add anyway, so that should be able to bind using the employee logic too.&nbsp; I will see what I can do for both.&nbsp; ]]>
   </description>
   <pubDate>Wed, 30 Apr 2008 17:27:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2914#2914</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I haven&amp;#039;t yet figured out...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2913#2913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 30-Apr-2008 at 2:12pm<br /><br /><P>I haven't yet figured out what the Insert code will look like if we decide to use the approach suggested by last post.</P><DIV>I was wondering if you could try implementing the Delete.&nbsp; I could easily do this myself, but I think it would be a good exercise for you if you tried to do it:</DIV><DIV>&nbsp;</DIV><DIV>Here's how:</DIV><DIV>&nbsp;</DIV><DIV>(1) Compute the primary key of the row you are trying to delete.&nbsp; Use exactly the same logic as is used by UpdateEntity for the Orders Grid</DIV><DIV>&nbsp;</DIV><DIV>(2) Use exactly the sane logic to delete the Order as is used in DeleteEntities for the Employee Details View</DIV>]]>
   </description>
   <pubDate>Wed, 30 Apr 2008 14:12:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2913#2913</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : that sounds like an ordeal. I&amp;#039;m...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2909#2909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 30-Apr-2008 at 6:39am<br /><br />that sounds like an ordeal.&nbsp; I'm going to work with Telerik support to see if I can get them to help me figure some of this out.<br><br>What does the code look like in the OrderAdapterManager to support Insert and Delete?<br>]]>
   </description>
   <pubDate>Wed, 30 Apr 2008 06:39:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2909#2909</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : Insert looks like it will be a...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2905#2905</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 29-Apr-2008 at 11:03pm<br /><br />Insert looks like it will be a little tougher, a little search on the web for "insert" and "grid view" all give you advice like this:<DIV><P>Natively the GridView doesn't support the insertion of records.&nbsp; However you can manipulate the footerrow in such a way that you can use it as an insertion row.&nbsp; These are the steps :</P><P>1. Enable your gridview to show footers. <BR>2. Make all editable columns and the command column into templatefields<BR>3. Add the appropriate Textboxes&nbsp;and validationcontrols to the footer template of each column; name all the textboxes.<BR>4. Add an Insert button to the column containing the buttons. Set it's command to Insert and make an eventhandler for the click event.<BR>5. Add an onInserting eventhandler to your datasourcecontrol</P><P>I just post the source from my designer and the relevant eventhandlers to this article, the rest is up to you. </P></DIV>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 23:03:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2905#2905</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : This code made the difference....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2903#2903</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 29-Apr-2008 at 6:40pm<br /><br />This code made the difference.&nbsp; Now the update is working fine.&nbsp; Next I have to get Add and Delete to work...&nbsp; there's always something :)]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 18:40:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2903#2903</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I got this to work for at least...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2893#2893</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 29-Apr-2008 at 9:06am<br /><br />I got this to work for at least one column of the Order Table (Ship Address).&nbsp; Here are the steps: <DIV>&nbsp;</DIV><DIV>(1) You must add the Id column to the Order Grid.&nbsp; Otherwise, the UpdateEntity code will have no way of knowing which Order it is supposed to update,</DIV><DIV>&nbsp;</DIV><DIV>(2) You need no Update Parameters collection.</DIV><DIV>&nbsp;</DIV><DIV>(3) Use this code for Update Entity:</DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><P></FONT><FONT color=#0000ff size=2>public</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>override</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2> UpdateEntity(</FONT><FONT color=#2b91af size=2>IOrderedDictionary</FONT><FONT size=2> parameters,</P><DIV></FONT><FONT color=#2b91af size=2>IDictionary</FONT><FONT size=2> keys, </FONT><FONT color=#2b91af size=2>IDictionary</FONT><FONT size=2> values,</DIV><P></FONT><FONT color=#2b91af size=2>IDictionary</FONT><FONT size=2> oldvalues) {</P><P></FONT><FONT color=#0000ff size=2>long</FONT><FONT size=2> id = 0;</P><P></FONT><FONT color=#0000ff size=2>foreach</FONT><FONT size=2> (</FONT><FONT color=#2b91af size=2>DictionaryEntry</FONT><FONT size=2> de </FONT><FONT color=#0000ff size=2>in</FONT><FONT size=2> oldvalues) {</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> ((</FONT><FONT color=#2b91af size=2>String</FONT><FONT size=2>)de.Key == </FONT><FONT color=#a31515 size=2>"Id"</FONT><FONT size=2>) {</P><P>id = (</FONT><FONT color=#0000ff size=2>long</FONT><FONT size=2>)System.</FONT><FONT color=#2b91af size=2>Convert</FONT><FONT size=2>.ToInt64(de.Value);</P><P>}</P><P>}</P><P></FONT><FONT color=#2b91af size=2>PrimaryKey</FONT><FONT size=2> pk = </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> </FONT><FONT color=#2b91af size=2>PrimaryKey</FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>.EntityType, id);</P><P>DoStandardUpdateSingleEntity(pk, values);</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> (</FONT><FONT color=#0000ff size=2>int</FONT><FONT size=2>)1;</P><P>}</P></FONT></DIV><span style="font-size:10px"><br /><br />Edited by davidklitzke - 29-Apr-2008 at 9:06am</span>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 09:06:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2893#2893</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I noticed that the default binding...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2891#2891</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 29-Apr-2008 at 6:08am<br /><br />I noticed that the default binding of the grid was to make most of the columns in the grid readonly.&nbsp; Is there a setting in the configuration of the AspDataSource or the ideablade class it is bound to that is making those columns readonly?&nbsp; If I change the grid column to not be readonly, is the underlying data source still readonly anyway?]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 06:08:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2891#2891</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : Thank you for looking in to this....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2890#2890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 29-Apr-2008 at 6:05am<br /><br />Thank you for looking in to this.&nbsp; I appreciate the help because I am stumped.<br>I set up this code in a standard asp:gridview.&nbsp; I've configured the binding and created that UpdateEntity method.&nbsp; At least the gridview fires the GridView.HandleUpdate method which calls the AspDataSourceView.,ExecuteUpdate method.&nbsp; However, the parameters to the UpdateEntity method are all null.&nbsp; The "paramaters" paramter and the oldvalues parameter have a collection in them, but the elements of the collection are all null.&nbsp; What am I missing?&nbsp; <br>With the Telerik radgrid, I can't even get the UpdateEntity method to be called.&nbsp; I will stick with the standard GridView until we get that working, then return to the radgrid.&nbsp; Is there some other property or setting in the Grid/GridColumns that I need to be setting to make them update properly?<br>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 06:05:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2890#2890</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I have figured out much of what...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2887#2887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 28-Apr-2008 at 9:36pm<br /><br />I have figured out much of what needs to be done.&nbsp; I'll do this with the tutorial <DIV>&nbsp;</DIV><DIV>The first thing that you will need to do is create an UpdateEntity method for the OrderAdapterManager.</DIV><DIV>&nbsp;</DIV><DIV>You will also need to enable&nbsp;Select, Edit, and Delete for the GridView.&nbsp; Set AutoGenenerateEditButton, AutoGeneneratSelectButton,&nbsp; and AutoGenenerateDeleteButton to <strong>True</strong>.&nbsp; When you open the GridVIew, it will look something like the picture at the end of this post:</DIV><DIV>&nbsp;</DIV><DIV>Continue on.&nbsp; Eventually, you will select, <strong>Edit</strong> and <strong>Update</strong>.&nbsp; Then you will need to debug your UpdateEntity code.&nbsp; Eventually , I will build working example.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><img src="http://www.ideablade.com/forum/uploads/20080429_005135_EditGrid.JPG" height="1536" width="2048" border="0" /></DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by davidklitzke - 29-Apr-2008 at 9:32am</span>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 21:36:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2887#2887</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : &amp;#034;ASP.NET Apps using the ASPDataSource&amp;#034;....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2883#2883</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 28-Apr-2008 at 6:26am<br /><br />"ASP.NET Apps using the <span ="highlight">ASPDataSource</span>". is a great tutorial, but it stops short of making the grid editable.&nbsp; How do you bind the ASPDataSource to a grid so that the grid rows can be in-place edited?&nbsp; I have tried many different configurations but cannot seem to get the EntityAdapterManager.UpdateEntity method to fire under any circumstances.<br><br>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 06:26:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2883#2883</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I guessed that you wanted to build...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2612#2612</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 27-Feb-2008 at 4:55pm<br /><br />I guessed that you wanted to build an ASP.NET application.&nbsp; That is why I suggested that you study the Advanced Tutorial on "ASP.NET Apps using the ASPDataSource".<DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 16:55:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2612#2612</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : Oh sorry.. I forgot to tell you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2611#2611</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=257" rel="nofollow">yokibitz</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 27-Feb-2008 at 2:34pm<br /><br />Oh sorry.. I forgot to tell you guys that i'm building a asp.net application..<DIV></DIV><DIV>&nbsp;</DIV><DIV>Thanks 4 giving some time looking into my problem.. I can populate a gridview using aspdatasource, my problem is how can I get a field that is not present my subcategory table but is present in a&nbsp;category table..</DIV><DIV>&nbsp;</DIV><DIV>SubCategory Table:</DIV><DIV>&nbsp;</DIV><DIV>SubcategoryID, Category ID, SubcategoryDescription</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Category Table:</DIV><DIV>&nbsp;</DIV><DIV>Category ID, CategoryDescription</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I need to get and output CategoryDescription in my gridview. My entity adapter manager is typeof(Subcategory).</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance!</DIV><span style="font-size:10px"><br /><br />Edited by yokibitz - 27-Feb-2008 at 2:56pm</span>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 14:34:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2611#2611</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I can&amp;#039;t tell whether you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2608#2608</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 27-Feb-2008 at 10:20am<br /><br />I can't tell whether you are trying to build a Windows application or an ASP.NET application. <DIV>&nbsp;</DIV><DIV><DIV>If you are trying to build a Windows application, see the Fundamentals Tutorial on "Populating a WinForm".</DIV><DIV>&nbsp;</DIV></DIV><DIV>If you are trying to build an ASP.NET application, seen the Advanced Tutorial on "ASP.NET Apps using the ASPDataSource".</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by davidklitzke - 27-Feb-2008 at 10:22am</span>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 10:20:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2608#2608</guid>
  </item> 
  <item>
   <title>Help needed.. Binding an object property : I have table called SubCategory.....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2604#2604</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=257" rel="nofollow">yokibitz</a><br /><strong>Subject:</strong> 700<br /><strong>Posted:</strong> 27-Feb-2008 at 3:01am<br /><br />I have table called SubCategory.. Its fields are ID, Category ID, and SubCatDescription..<DIV>&nbsp;</DIV><DIV>I need to display in a gridview the following fields:</DIV><DIV>&nbsp;</DIV><DIV>ID, CategoryDescription, and SubCatDescription...</DIV><DIV>&nbsp;</DIV><DIV>How do I do that.</DIV><DIV>&nbsp;</DIV><DIV>I'm a newbie not only in DevForce but also in asp.net programming, please help me.. thanks!</DIV>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 03:01:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=700&amp;PID=2604#2604</guid>
  </item> 
 </channel>
</rss>