﻿<?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?)  » IInitOnFormLoad interface for Web</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 07 Apr 2026 15:11:40 GMT</lastBuildDate><ttl>20</ttl><item><title>IInitOnFormLoad interface for Web</title><link>http://forum.strataframe.net/FindPost32171.aspx</link><description>Hi folks,&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;As I can see from source code,&amp;nbsp; some functionalty in winforms didn't implemented in webforms.&lt;br/&gt;&lt;br/&gt;For example, IInitOnFormLoad interface didn't implemented for Web Controls..&lt;br/&gt;&lt;br/&gt;Other example is BaseForm.Save method.&lt;br/&gt;&lt;br/&gt;Is there a documentation which explain us which functionality is absent in WebForms?&lt;br/&gt;&lt;br/&gt;And what is your suggestion in order to impement same functionalty in webforms as in winforms? &lt;br/&gt;&lt;br/&gt;Is there good news in version 2.0 about this issue?&lt;br/&gt;&lt;br/&gt;Your comments are welcome.&lt;br/&gt;&lt;br/&gt;Thanks in advance</description><pubDate>Mon, 05 Aug 2013 14:08:32 GMT</pubDate><dc:creator>hector</dc:creator></item><item><title>RE: IInitOnFormLoad interface for Web</title><link>http://forum.strataframe.net/FindPost32173.aspx</link><description>Hi Ben,&lt;br/&gt;&lt;br/&gt;Is there a detail feature list about version 2.0 from the point of webforms ?&lt;br/&gt;&lt;br/&gt;Kind regards...</description><pubDate>Mon, 05 Aug 2013 14:08:32 GMT</pubDate><dc:creator>hector</dc:creator></item><item><title>RE: IInitOnFormLoad interface for Web</title><link>http://forum.strataframe.net/FindPost32172.aspx</link><description>Sorry, hector, we don't have a list of what's missing from WebForms. &amp;nbsp;For the Save(), since the business objects are generally listed as properties on the ApplicationBasePage and stored in session variables, your best bet would be to write a protected Save() method on the ApplicationBasePage to save all of your business objects from there. &amp;nbsp;For the IInitOnFormLoad objects, using the PageLoad and testing on IsPostBack would be best for initializing your stuff.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;V2 have better web forms controls, but if anything, the business layer is more de-coupled from the UI. &amp;nbsp;There isn't a dependence upon one UI or another. &amp;nbsp;WPF is just as different from WinForms as WebForms is.</description><pubDate>Mon, 05 Aug 2013 10:23:01 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>