i created some text boxes dynamically using javascript, now i want to access them in my controller. I need a way to access the values in these text boxes in my controller action.
i created some text boxes dynamically using javascript, now i want to access them
Share
Have you tried giving them a ‘name’ attribute?