SNIPER512
Getting checked for username instead of email attribute in Identity framework in ASP.NET Core MVC
I wanted to ask the question here but the character limit won't let me.
I have posted it on Stack Overflow. Please answer this.
https://stackoverflow.com/questions/78583462/getting-checked-for-username-instead-of-email-attribute-in-identity-framework-in
3 replies
Can't get Data in Controller by Ajax from View in dotnet MVC Core
I am trying to pass data from a view to my controller. I am getting the values in Ajax correctly, but I am unable to pass them to the controller. I get the comment in controller as null always.
Ajax code from view:
Controller code:
I have seen few solutions here in stack overflow but nothing is working for me.
In my project, I am doing this at some point and its working there:
Controller:
4 replies