I have a form with some text boxes that will insert a new record into a SQL Database table with the info in the textboxes. My problem is that I have a text box that I put as Visible="False" and the text gets updated depending on a value selected from a drop down. Now when I debug it and look at the values they are correct but when the insert happens it doesn't insert the row with the correct value from that text box. Ok so now if I change it to Visible="True", it works correctly. All I change is the visible properties.