Where can I find a resource that shows the relationship between input submit html and the asp form data?

Chaz

New member
I would love to find a way to take information from submit and pass it through a server side code. My goal is to build a basic Towers of Hanoi game by doing the following:

From which tower?
<<user choice>>
To which tower?
<<user choice>>
<<submit button>>
<<output statement>>
 
Back
Top