I have a DetailsView control that I'm adding RadTextBox's via the EditTemplate. An DataBinding event handler is added to each rtb.
Everything works fine except when I go to Update or Insert a new record. When it comes time to grab the data values from the textboxes, they either have their default values from the databind or their empty. Because Templates need to be created on every post back, I'm struggling on finding a solution for persisting the values that were in the textboxes prior to the post back. Any assistance would be greatly appreciated.
Thanks
Alex
Everything works fine except when I go to Update or Insert a new record. When it comes time to grab the data values from the textboxes, they either have their default values from the databind or their empty. Because Templates need to be created on every post back, I'm struggling on finding a solution for persisting the values that were in the textboxes prior to the post back. Any assistance would be greatly appreciated.
Thanks
Alex