hey guys, i need to be able to display a textbox for someone to type in something if "Other" is selected in one of my dropdown list boxes. im pretty sure i do it under the "SelectedIndexChanged" for that ddl but im not sure how to go about it. i started trying to do " if (ddlReason.SelectedItem) = "Other" then" but that was totally off, can anyone suggest a good reference or give me an example?

Using VS 2003, and C# Webform