I am new to Razor and Webmatrix.I was trying to pass values using POST method from one page to another page but i am not able pass values. I have googled on it but didn't get any solutions. So can any one provide me the guidance?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
What are you having difficulties with? On one page you create a
and on the other page you read values from the request:
|
|||||
|
|
A typical way to do it if both pages are in the same project:
|
|||||
|
