Hello,
I'm using the demo: http://demos.telerik.com/aspnet-ajax/editor/examples/righttoleft/defaultcs.aspx.
Can i know using the c# code (In the server side) of the usercontrol in which mode I'm in (Insert or update)?
Note: I'm using the follwoing code:
But thats doesn't help in the server side of the user control.
Please, I need your help,
It is apprecited to send me a sample code:
Regards,
Bader
I'm using the demo: http://demos.telerik.com/aspnet-ajax/editor/examples/righttoleft/defaultcs.aspx.
Can i know using the c# code (In the server side) of the usercontrol in which mode I'm in (Insert or update)?
Note: I'm using the follwoing code:
((bool)DataBinder.Eval(Container, "OwnerTableView.IsItemInserted")) ? false : true
But thats doesn't help in the server side of the user control.
Please, I need your help,
It is apprecited to send me a sample code:
Regards,
Bader