Hi,
I wrote a piece of code to dynamically add rows to a table and the row has a label. The text of the label is set to the text of another textbox in the webpage.
I want to permanently retain the newly added rows and the label values contained in them.
I want it to work like a blog where any user who visits the website can write a comment and is displayed on the webpage permanently. Any help will appreciated.
Thanks....