IInitOnFormLoad interface for Web


Author
Message
hector
hector
StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)
Group: StrataFrame Users
Posts: 52, Visits: 559
Hi folks,


As I can see from source code,  some functionalty in winforms didn't implemented in webforms.

For example, IInitOnFormLoad interface didn't implemented for Web Controls..

Other example is BaseForm.Save method.

Is there a documentation which explain us which functionality is absent in WebForms?

And what is your suggestion in order to impement same functionalty in webforms as in winforms?

Is there good news in version 2.0 about this issue?

Your comments are welcome.

Thanks in advance
Edited 11 Years Ago by hector
StrataFrame Team
S
StrataFrame Developer (3.5K reputation)StrataFrame Developer (3.5K reputation)StrataFrame Developer (3.5K reputation)StrataFrame Developer (3.5K reputation)StrataFrame Developer (3.5K reputation)StrataFrame Developer (3.5K reputation)StrataFrame Developer (3.5K reputation)StrataFrame Developer (3.5K reputation)StrataFrame Developer (3.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Sorry, hector, we don't have a list of what's missing from WebForms.  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.  For the IInitOnFormLoad objects, using the PageLoad and testing on IsPostBack would be best for initializing your stuff.

V2 have better web forms controls, but if anything, the business layer is more de-coupled from the UI.  There isn't a dependence upon one UI or another.  WPF is just as different from WinForms as WebForms is.
hector
hector
StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)StrataFrame Novice (118 reputation)
Group: StrataFrame Users
Posts: 52, Visits: 559
Hi Ben,

Is there a detail feature list about version 2.0 from the point of webforms ?

Kind regards...
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search