How to send a param to another page
Values can be passed to another page in 2 ways, POST or GET:
GET (modal, pop up, _self, ...)
POST (submit modal, submit pop up, submit, ...)
Send a param value in a table (GET or POST-submit)

Send a param value in a method actionXXX() (for table, use the is Key in above aproach Fig.1)
Read a param sended
PS:
Last updated