﻿<?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?)  » First Web App</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 20 May 2026 13:35:12 GMT</lastBuildDate><ttl>20</ttl><item><title>First Web App</title><link>http://forum.strataframe.net/FindPost31980.aspx</link><description>Ok, I am about to do first Data Entry type Web App in StrataFrame and have a few queries&lt;br/&gt;&lt;br/&gt;1.&amp;nbsp; I have created Business Objects and have them in a separate DLL. (Which I already use in the Winforms APP)&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can I use these also for the Web App without any change (i.e. use the DLL) and if so how do I do this &lt;br/&gt;&lt;br/&gt;2. What would be very useful, and something I have not easily been able to find, is a 'Starter Pack' for SF Web Forms&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there any documentation around that would give me some pointers as to where to start ?&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am at a loss as to where to start , and how to access the SF Business Objects from within a Web App&lt;br/&gt;&lt;br/&gt;3. I have used the Devex Controls (Mainly Grids ) in all Windows Forms (and also the few Non Data Entry Web Apps I have created )and they have worked very well with SF&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Any issues foreseen with using SF and DEvexpress in a Web Scenario, particulalrly Text Boxes for DataBinbding</description><pubDate>Wed, 17 Apr 2013 13:45:12 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: First Web App</title><link>http://forum.strataframe.net/FindPost31983.aspx</link><description>1) Yes, you can reference the DLL containing the business objects within your Web Site / Web Application. &amp;nbsp;Just add it like a regular reference.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;2) We have help documentation on using the templates for Web Apps. &amp;nbsp;The main one you need to look for is the ApplicationBasePage template. &amp;nbsp;There is information in it that details how you can create a property on it for each of your business objects. &amp;nbsp;These values are then read by the ApplicationBasePage and stored/retrieved from session variables to maintain the state of the business objects across multiple pages. &amp;nbsp;Beyond that, the webforms programming is much like any other web forms programming except you use business objects to retrieve your data rather than raw ADO.NET.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;3) No issues with using DevExpress stuff. &amp;nbsp;It should work just fine.</description><pubDate>Wed, 17 Apr 2013 13:45:12 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>