Hi ..,
Can anyone tell me the solution for assigning Dropdown selected value as rowsperpage value in MVC3 WebGrid. how can i do this. Any help can be appreciated.
Hi .., Can anyone tell me the solution for assigning Dropdown selected value as
Share
In your controller:
In your view:
To give you a better idea of creating drop down lists with the html helper, see How to fill dropdown list statically in MVC3