I have a radtabstrip which i use as a wizard.
I have previous and next buttons implemented to move to and fro tabs.
I also let the user to move between the tabs by clicking the tabs.
On the previous/next buttons i save some data and update a datatable.
I need to implement the same when moving between the tabs.
I can subscribe to the TabClick event but I don't know how to update the data on the particular tab I moved out from?
Any help?
I have previous and next buttons implemented to move to and fro tabs.
I also let the user to move between the tabs by clicking the tabs.
On the previous/next buttons i save some data and update a datatable.
I need to implement the same when moving between the tabs.
I can subscribe to the TabClick event but I don't know how to update the data on the particular tab I moved out from?
Any help?