0

I've got a table which is partially made up of dynamic rows (comes from a database) Of course when I do a postback the rows are gone. I get that this can be fixed by adding the rows after every postback. But here's the issue I'm having: The rows contain some textboxes. How do I get the filled in values back (which might have been changed by the user)?

1 Answer 1

1

You can always find it in the Request.Form name/value collection.

http://msdn.microsoft.com/en-us/library/system.web.httprequest.form.aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.