Hi Everyone,
I'm new to C# and I've got a strange bug that I can't figure out. I'm creating an EditInfo page, and I'm auto-populating the form with values from a database. I have a method that is triggered on submit that is supposed to retrieve the (edited) values from the form and update the database. The problem is that this method is not picking up any of the changes made to the textboxes. It's still seeing the Textbox.Text value from the auto-population.
Any ideas?
thanks!
I'm new to C# and I've got a strange bug that I can't figure out. I'm creating an EditInfo page, and I'm auto-populating the form with values from a database. I have a method that is triggered on submit that is supposed to retrieve the (edited) values from the form and update the database. The problem is that this method is not picking up any of the changes made to the textboxes. It's still seeing the Textbox.Text value from the auto-population.
Any ideas?
thanks!