StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Creating web formsExpand / Collapse
Author
Message
Posted 04/18/2007 12:45:03 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 07/16/2008 12:29:38 PM
Posts: 7, Visits: 50
Hi,

1) I wanted to know how do you add BOs into the web project?  Any documentation on that? So I can use BOs that were created in a Windows Proj.

2)When I created a new web form using the  StrataFrame Web Form, I did not see the buttons like Next Previous , Add Edit as shown in the Windows form. So it is all done manually?

Thanks,

Doron

Post #8232
Posted 04/19/2007 12:14:58 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 07/16/2008 12:29:38 PM
Posts: 7, Visits: 50
Anybody's home?
Post #8292
Posted 04/19/2007 1:34:58 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 10/21/2008 9:20:58 AM
Posts: 2,685, Visits: 1,887
I wanted to know how do you add BOs into the web project?  Any documentation on that? So I can use BOs that were created in a Windows Proj.

Web projects do not allow components to be dropped on them like a WinForms application.  So you will define the business objects in the ApplicationBasePage of the web site.  You can create as many different application base pages as you would like.  Most applications generally only have one or two.  You can see how the BOs are defined in the Web Sample APplication in the ApplicationBasePage.vb or .cs file.

When I created a new web form using the  StrataFrame Web Form, I did not see the buttons like Next Previous , Add Edit as shown in the Windows form. So it is all done manually?

There is not a maintenance form toolstrip control for the web.  The reason for this is that it is web based and would be difficult to create a control that covers all of the potential environments that it may need to go as far as appearance is concerned.  This is only a few lines of code anyway.  You can see how to do this yourself in the sample web application.  It shows how to add, edit, delete, navigate, and so forth.


www.bungie.net
Post #8302
Posted 04/25/2007 6:05:12 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 07/16/2008 12:29:38 PM
Posts: 7, Visits: 50
Web projects do not allow components to be dropped on them like a WinForms application.  So you will define the business objects in the ApplicationBasePage of the web site.  You can create as many different application base pages as you would like.  Most applications generally only have one or two.  You can see how the BOs are defined in the Web Sample APplication in the ApplicationBasePage.vb or .cs file.

So I can use the same BOs objects created in WinForm proj within the WebForm project, right?

Thanks,

Doron

Post #8515
Posted 04/25/2007 9:34:05 PM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 5:04:58 PM
Posts: 4,780, Visits: 4,744
Correct
Post #8518
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 6:46am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.063. 10 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.