﻿<?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?)  » Using BO with XML instead of temp table</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 23:46:09 GMT</lastBuildDate><ttl>20</ttl><item><title>Using BO with XML instead of temp table</title><link>http://forum.strataframe.net/FindPost23085.aspx</link><description>Hi Trent,&lt;/P&gt;&lt;P&gt;I will be using XML data (returned from a stored procedure) and an XSLT to display the results of our search.&amp;nbsp; Is there a way to use the BO tailored to this scenario?&lt;/P&gt;&lt;P&gt;Please see below link what I am actually doing just to be clear of the subject.&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/Topic21580-8-2.aspx#bm21888"&gt;http://forum.strataframe.net/Topic21580-8-2.aspx#bm21888&lt;/A&gt;|&lt;BR&gt;&lt;BR&gt;Thanks,&lt;/P&gt;&lt;P&gt;Doron&lt;BR&gt;</description><pubDate>Fri, 15 May 2009 09:06:43 GMT</pubDate><dc:creator>Doron Farber</dc:creator></item><item><title>RE: Using BO with XML instead of temp table</title><link>http://forum.strataframe.net/FindPost23135.aspx</link><description>Well, you won't want to use XML within the BO itself as that would be really slow.&amp;nbsp; You will want to leave all BO logic intact as this will be the best way to go.&amp;nbsp; However, you can create a custom property or method that allowes you to interact with the data in an XML format.&lt;/P&gt;&lt;P&gt;For example, you could create a property called XMLData which in turn calls an internal method to produce the desired output.&amp;nbsp; Since at this point you do not need to update the XML data, just display it, then this would work great.&amp;nbsp; You could set it up as a custom property and then you would be able to access this at any point and even bind to it.</description><pubDate>Fri, 15 May 2009 09:06:43 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Using BO with XML instead of temp table</title><link>http://forum.strataframe.net/FindPost23118.aspx</link><description>Hi Trent,&lt;P&gt;&lt;FONT face=Helvetica&gt;That's correct.&amp;nbsp; We are planning on displaying the result in a web browser control.&amp;nbsp; From there, we will link to various other pages.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;Here’s a thread going back and forth regarding XML/XSLT versus using a basic Grid.&amp;nbsp; &lt;A href="http://bytes.com/groups/net/121665-what-pros-cons-using-xslt"&gt;http://bytes.com/groups/net/121665-what-pros-cons-using-xslt&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=Helvetica&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=Helvetica&gt;Doron&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face=Helvetica&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face=Helvetica&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR&gt;&lt;BR&gt;</description><pubDate>Thu, 14 May 2009 10:50:26 GMT</pubDate><dc:creator>Doron Farber</dc:creator></item><item><title>RE: Using BO with XML instead of temp table</title><link>http://forum.strataframe.net/FindPost23087.aspx</link><description>How are you planning on displaying the results?&amp;nbsp; If you are going to use a web browser control to show the results, then there is not much to do past retrieving the results and dumping them into the web browser control for display.&amp;nbsp; Otherwise, I would need more detail to understand what you are planning on doing.</description><pubDate>Wed, 13 May 2009 06:39:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>