c# - Pass data with a redirection -


can me short example if want redirect user /mypage.aspx , passing redirection data (let's 2 parameters)

what correct syntax this?

you can pass information between pages in various ways, of depend on how redirection occurs.

here can see how can done:

how to: pass values between asp.net web pages


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -