﻿<?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?)  » Business Objects in Toolbox</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 10:13:46 GMT</lastBuildDate><ttl>20</ttl><item><title>Business Objects in Toolbox</title><link>http://forum.strataframe.net/FindPost4019.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;For some reason i am not getting the BusinessComponents in the VS2005 Toolbox though it should be there. Please see the attached snapshot to elaborate my issue.&lt;/P&gt;&lt;P&gt;Vikram</description><pubDate>Mon, 06 Nov 2006 10:18:53 GMT</pubDate><dc:creator>Vikram Saxena</dc:creator></item><item><title>RE: Business Objects in Toolbox</title><link>http://forum.strataframe.net/FindPost4157.aspx</link><description>Oh...I see the problem you are having....you have a web project. :)&amp;nbsp; Sorry I did not catch this earlier.&amp;nbsp; Business Objects are WinForms components and do no get directly dropped onto a page in a WebForms application.&amp;nbsp; This is what the ApplicationBasePage is for.&amp;nbsp; You define all of your BOs in the ApplicationBasepage and they will be automatically managed by the framework.&lt;/P&gt;&lt;P&gt;Open up the ApplicationBasePage and add your business object definitions here:&lt;/P&gt;&lt;P&gt;#Region " Business Object Declarations "&lt;/P&gt;&lt;P&gt;&amp;nbsp;'-- Business Objects defined within this class will be available to &lt;BR&gt;&amp;nbsp;'&amp;nbsp;&amp;nbsp; inherited pages as binding sources to bindable controls.&amp;nbsp; These &lt;BR&gt;&amp;nbsp;'&amp;nbsp;&amp;nbsp; business objects will also be persisted within session variables &lt;BR&gt;&amp;nbsp;'&amp;nbsp;&amp;nbsp; and retrieved each time the page loads.&amp;nbsp; If the business object &lt;BR&gt;&amp;nbsp;'&amp;nbsp;&amp;nbsp; is declared WithEvents, events can be handled without the need &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;nbsp;&amp;nbsp; for AddHandler calls.&lt;BR&gt;&lt;FONT color=#1111ff&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Public WithEvents MyBusinessObject As YourBusinessObjectType&lt;BR&gt;&lt;/FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;#End Region&lt;BR&gt;&lt;/P&gt;&lt;P&gt;Notice that you do not call the New statement as these BOs will be dynamically created and stored in the session.&amp;nbsp; You can see more about this in the help documentation under: Application -&amp;gt; WebForms -&amp;gt; ApplicationBasePage Classes -&amp;gt; Overview</description><pubDate>Mon, 06 Nov 2006 10:18:53 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Business Objects in Toolbox</title><link>http://forum.strataframe.net/FindPost4151.aspx</link><description>I have tried checking/unchecking and also confirmed that the component does not appear in any other tab. for your reference i have attached my web &amp;amp; BOL project along with the snapshot. would really appreciate any help.</description><pubDate>Mon, 06 Nov 2006 06:01:17 GMT</pubDate><dc:creator>Vikram Saxena</dc:creator></item><item><title>RE: Business Objects in Toolbox</title><link>http://forum.strataframe.net/FindPost4023.aspx</link><description>It looks as though you are trying to select a business object DLL and have the BOs within that DLL show up in your toolbox...correct?&amp;nbsp; If this is the case, try un-checking the items then re-checking them to see if they appear.&amp;nbsp; Also, make sure that they are not showing up in some other tab in the toolbox (this has happened to me before) :).</description><pubDate>Tue, 31 Oct 2006 22:03:48 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>