In websites that use aspx there can be an issue when you try to post data from a form nothing happens.

If you see in the URL after the post: A+potentially+dangerous+Request.Form+value+was+detected+from+the+client
Do the following to fix it

in the web.config find the node httpRuntime in my case this is what it looked like:


Now add requestValidationMode="2.0" attribute