i prefill a textbox in a form.
TextBox1.Text = "Updated by user.";
when admin opens and add some comments to same TextBox1.
i want to capture prefill and updated comments to database.
now, after admin update comments...
still i get prefill text inside database....why? why it is not getting new TextBox1 content?
Go to the complete details ...