I m working on asp.net mvc application.
i have one partial view in that one submit form and click on submit button than data will stored in database. but when i get data from form collection than that form collection come null so how can i get partial view control's value in action method?
thanks in advance..
note : partial view is not strongly type.