Hi there,
I have a requirement like i need to provide customer to add multiple addresses on in his registartion form, my requirement is to show all of the addresses in divs binded to labels and i need to post all the data along with addresses(which includes texboxes) to controller through form collection.The issue is i am not getting the labels in form collection but i am getting textboxes, If i put textboxes in place of lables it looks Odd so any please try to help me........I am using MVC4 (Posting fron view to controller action method).
Thanks In Advance....