asp.net mvc 4 - Get form collection value using mvc paging -


how can form collection value while paging? when submit form can form collection value. when click next page can not form collection value. need change in pager?

kindly suggest me

public actionresult index(formcollection fc, int? page) {  } 

please , page id make first , must pass default=0       public actionresult index( int page, formcollection fc)     {      } 

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -