this is my code:
How can i select tag from code behind
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Apr 1, 2014, 11:26 AM
(cmbImages.SelectedItem as ComboBoxItem).Tag.ToString();
If you are getting an error, please post your code-behind code.
Shweta LodhaPosted Apr 1, 2014, 11:32 AM
RukhsaanPosted Apr 1, 2014, 11:30 AM