Click to See Complete Forum and Search --> : Textbox - submitting default value


dummyagain
December 20th, 2006, 09:03 PM
I'm building a forum using Web Developer Express and C#. I have a quote and reply function in which on page_load, I will read the quoted message and put it into a <asp:textbox> control with txtContent.Text = msg; However when I submit the change (using onclick function of a linkbutton), only the original message is submitted and all changes I made to the textbox is discarded... can anyone get a solution for this please?

dummyagain
December 20th, 2006, 09:33 PM
I solved the problems by using +=.

Thank you