StrataFrame Forum

Strataframe and AJAX

http://forum.strataframe.net/Topic2102.aspx

By Keith Chisarik - 8/7/2006

How does the SF framework work with AJAX (does it work) or more specifically ATLAS?

I just redid a customer site with ATLAS and I cant see myself not using it moving forward.

Thank you.

By StrataFrame Team - 8/7/2006

The data binding will only work one-way with AJAX controls.  You will need to manually copy the data from the control back to the business object when the control makes an async request.  Other than that, you still gain the full benefit of the business objects and all of the data access.  You can easily get the one-way binding to work if you implement the IBusinessBindable interface on any set of AJAX controls, and if the controls don't copy the data back to the business object until the entire page posts back, then the two-way data binding will work as well.
By Keith Chisarik - 8/7/2006

OK thanks for the reply I'll check that out, may have some follow-up questions for the seminar.
By StrataFrame Team - 8/7/2006

Excellent, bring all of the questions you have Smile