Hello,
I use on .net Two FrameWork Telerik and Strataframe.
Strataframe can to interact with the sqlserver like entity but it's better.
For Example I can binding textbox with my Business Object Like this.
<SFWeb:TextBox runat="server" ID="Txt1" BindingField="MyField" BusinessObjectName="TableBo" ></SFWeb:TextBox>
it's work on WebForm , on WebUserControl add on the WebForm,
and if i use the RadTabStrip , it's work in RadPageView so
But if i work with the PageViewCreated to load WebUserControl my Textbox doesn't load
the field on my Business Object. What 's the difference between PageViewCreated and load in the Webform ?
have you some code to fix it ?
It's important to use Strataframe cause it can to Bind in to Way,
With the simple syntax : this.TableBo.Save() , i save in sql table without to reload the Value of the textbox.
Thanks For your help
Olivier,
I use on .net Two FrameWork Telerik and Strataframe.
Strataframe can to interact with the sqlserver like entity but it's better.
For Example I can binding textbox with my Business Object Like this.
<SFWeb:TextBox runat="server" ID="Txt1" BindingField="MyField" BusinessObjectName="TableBo" ></SFWeb:TextBox>
it's work on WebForm , on WebUserControl add on the WebForm,
and if i use the RadTabStrip , it's work in RadPageView so
But if i work with the PageViewCreated to load WebUserControl my Textbox doesn't load
the field on my Business Object. What 's the difference between PageViewCreated and load in the Webform ?
have you some code to fix it ?
It's important to use Strataframe cause it can to Bind in to Way,
With the simple syntax : this.TableBo.Save() , i save in sql table without to reload the Value of the textbox.
Thanks For your help
Olivier,