Hello all,
How do we pass some extra data to the called page ? In my case this is a mvc action method, and as I can not use the GET method I can not add those parameters to the url.
The data I would like to post are the extra filters that I use on this page, a start and end date.
What I currently reveives : string sidx, string sord, int page, int rows
Thx,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top