Hi
I want to Store object Text in to variable so I can compare it later.
For Example:
this.strategyTypeView.SelectedItem is ABC
Can I store ABC in variable so i can verify it later?
I am doing follwing but its not storing the value
var store= this.strategyTypeView.SelectedItem;
Thanks for you help