Top "Asp.net-mvc-4" questions

ASP.

client-side validation in custom validation attribute - asp.net mvc 4

I have followed some articles and tutorials over the internet in order to create a custom validation attribute that also …

c# jquery asp.net-mvc-4 jquery-validate unobtrusive-validation
What is the difference between .aspx and .aspx.cs?

I'm not new to programming but am new to Visual Studio, MVC, C#, ASP.NET, and EXT.NET, i.e. …

c# asp.net-mvc asp.net-mvc-4 ext.net
the file you are trying to open is in a different format than specified by the file extension in Asp.Net

the file you are trying to open is in a different format than specified by the file extension c# error …

excel c#-4.0 asp.net-mvc-4 export-to-excel
How to add global ASP.Net Web Api Filters?

I've created a Web Api filter (using System.Web.Http.Filters.ActionFilterAttribute) but I am unable to get it to …

asp.net-mvc-4 asp.net-web-api
ASP.NET MVC 4 intercept all incoming requests

Is there a way for me to catch all incoming requests to my ASP.NET MVC 4 app and run some …

asp.net-mvc asp.net-mvc-4
Pass viewbag to partial view from action controller

I have a mvc view with a partial view.There is a ActionResult method in the controller which will return …

c# asp.net-mvc asp.net-mvc-4 razor asp.net-mvc-partialview
unobtrusive validation not working with dynamic content

I'm having problems trying to get the unobtrusive jquery validation to work with a partial view that is loaded dynamically …

asp.net-mvc-4 unobtrusive-validation
ASP MVC Razor encode special characters in input placeholder

This is my code: Model: [Required] [DataType(DataType.Text)] [Display(Name = "Your company's name")] public string CompanyName { get; set; } View: @…

razor asp.net-mvc-4 placeholder
How to use JWT in MVC application for authentication and authorization?

I planned to use ASP.NET Identity 2.0 in an ASP.NET MVC application for authentication and authorization. Referring the below …

c# asp.net-mvc-4 authentication authorization asp.net-identity