c# - How to maintain Form request value when page is refresh -


when post value form submit request on redirect action after refresh redirected page posted value lost.how maintain request value when page refresh.

to persist value(s), use: session variables, cookies, or query string values.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

VBA function to include CDATA -

php - Warning: file_get_contents() expects parameter 1 to be a valid path, array given 16 -