I am trying to make some game, I’m not going to explain what is it because it’s not really important, anyway, the problem is the following form:
after submitting that form I’m getting a blank page.
Here’s the server side code which that form navigates to:
Thank for helpers!
The issue is that you use the IsPostBack that is stop from showing the data after the post back. Ether remove it, ether use asp.net controls that “remembers *” the content after the post back.
[*] they saved into the view state