Kunal Chowdhury explains to one of his readers how to show a TextBox on selection of “Others” from a ComboBox using a ValueConverter.
Source: Kunal's Blog
One of my reader “Girish” recently contacted me with a problem statement. His problem is, he wants to show a TextBox on selection of “Others” from a ComboBox and I informed him to use a ValueConverter and also told him, I will do a blog post on it, so that he can understand each step from that.
This post I am dedicating to him. May be, some other people who are new to Silverlight can get benefit from it. Read the full post to learn the process to do it.