Questions tagged as 'asp'

1
answer

Put Validation on Asp Net MVC Identity

I tried to locate this question in the forum and could not find it. I have an MVC Asp Net application that uses to login the Entity Framework with Identity. My client registration works perfectly, but I am not able to validate two fields: Userna...
asked by 22.02.2018 / 03:46
1
answer

Insert a calendar with HTML

I'm trying to insert a calendar into HTML , but this calendar is looking bad. The calendar is the green one that is on this page: link Only that I only appear the tasks and the days do not. What am I doing wrong? CODE I HAVE: <%@...
asked by 14.04.2016 / 13:09
1
answer

How to ignore PHP errors?

In Classic ASP I use the statement below at the top of the page: on error resume next You will continue to load the page if there is an error in programming ASP on the entire page , without displaying any error messages. If I want to s...
asked by 23.12.2017 / 01:54