asp.net - Why dynamically created HTML Input is Empty After Postback -
I add HTML and dynamically tag it on the page but after each postbost, all the values are empty. What can you do to solve?
Ensure that any control that you have added to the page is an ID, and that ID Only after posting back
Comments
Post a Comment