<?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>Microsoft Application Blocks</title><link>http://forums.asp.net/122.aspx</link><description>Discuss the various Patterns &amp; Practices Application Blocks for ASP.NET 1.x.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: how to access columns of other tables in custom stored procedure using doodads.</title><link>http://forums.asp.net/thread/3182586.aspx</link><pubDate>Sat, 23 May 2009 10:33:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3182586</guid><dc:creator>azharrahi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3182586.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=122&amp;PostID=3182586</wfw:commentRss><description>I have got the idea. It can be done by creating Views and then creating the DAL and BLL classes of that view.</description></item><item><title>how to access columns of other tables in custom stored procedure using doodads.</title><link>http://forums.asp.net/thread/3180817.aspx</link><pubDate>Fri, 22 May 2009 12:13:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3180817</guid><dc:creator>azharrahi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3180817.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=122&amp;PostID=3180817</wfw:commentRss><description>&lt;p&gt;I am working in ASP.Net web application with doodads.&lt;/p&gt;
&lt;p&gt;I have some DAL classes and stored procedures based on database tables, which were generated by doodads. some of them are _Users, _UsersCV, &lt;/p&gt;
&lt;p&gt;Now my requirement is .. to write a custom stored procedure involving more than two tables using inner join with parameters.&lt;/p&gt;
&lt;p&gt;I have done it. But the problem is that ... I am writing the code in _Users DAL class. So when I load the custom stored procedure,&amp;nbsp;using LoadFromSQl(&amp;quot;..&amp;quot;), only properties of _Users are loaded (i.e. Columns of User Tables only). But I am also returning columns of other tables like UsersCV and as you can think, they cannot be loaded to properties of _Users DAL class. I need to access that columns and want to create a runtime properties (or columns) in _Users DAL class, because I have to set the Datasource of Datagrid to that class in order to display the columns and values on the web page.&lt;/p&gt;
&lt;p&gt;I dont know how to access the columns in custom stored procedure over ASP.Net application. can anybody tell me the way to access them please.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>