Group: StrataFrame Users
Posts: 96,
Visits: 806
|
Hello ben,
You don't need to do postback on each textbox, cause it's heavy way for the server process. (i have 600 users , and 30 variable session (bo ) by user) On the web app, we must save the transfer between server and client, it's for the reason, that ajax was create.
Strataframe is made for the winform concept, i try to find a way to work in the web form. I'm sorry to see that no other develop web who saw this problem. May be they made only website not web app, or more developer for the winform. i don't know.
The session variable is not the solution to save the state cause they are not permanent because of the number of resource user , and the other bo like entity or hibernate, not refresh the binding field when i postback on the server with expired session.
is It possible to desactivate the binding field refresh during an Editing or Adding state ?
If we found a solution, we have the best Bo all over the world, cause the other on the web work there are a web approach not fox approach !
thanks again for your help Olivier
============================================== Asp.net C# - Strataframe - telerik ==============================================
|