﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WebForms (How do I?)  » complex queries joining multiple tables</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 21:07:50 GMT</lastBuildDate><ttl>20</ttl><item><title>complex queries joining multiple tables</title><link>http://forum.strataframe.net/FindPost11015.aspx</link><description>I have a business object mapped&amp;nbsp;to a single table Table1. In FillDataTable the query retrieves few extra columns from Table2 by joining Table1 and Table2. How do I map columns from Table2 to a GridView in a webform?</description><pubDate>Thu, 23 Aug 2007 12:57:28 GMT</pubDate><dc:creator>Rkaur</dc:creator></item><item><title>RE: complex queries joining multiple tables</title><link>http://forum.strataframe.net/FindPost11034.aspx</link><description>Thank you! That helped.</description><pubDate>Thu, 23 Aug 2007 12:57:28 GMT</pubDate><dc:creator>Rkaur</dc:creator></item><item><title>RE: complex queries joining multiple tables</title><link>http://forum.strataframe.net/FindPost11020.aspx</link><description>What you'll need to do is add a new property to the main code file (not the .designer.* file since it could be overwritten) by copying one of the properties from the .designer.* file and modify it accordingly.&amp;nbsp; Then, you'll need to override the GetCustomBindablePropertyDescriptors() method to return the property descriptors for the properties that you added.&amp;nbsp; If you search the forum for "GetCustomBindablePropertyDescriptors" you'll find several articles on both custom properties and how to override that method.</description><pubDate>Thu, 23 Aug 2007 08:58:01 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>