I am creating a website in c# asp.net. I have a databound text box that is supposed to refresh according to a variable which gets changed. The textbox will change to the correct value when a link is clicked passing the variable, however when the variable is changed in a dropdown list all of the information on the change updates except for the text box. Is there some kind of refresh or something that I need to do? I do not understand why it changes with a link but not with a dropdown selection.