Custom web font not working in IE9
I downloaded a custom font (Gotham-Light.eot), but it doesn’t work on Internet Explorer 9.
I downloaded a custom font (Gotham-Light.eot), but it doesn’t work on Internet Explorer 9.
I am having a problem where everytime I post a form back to the [HttpPost] version of my controller action, the ModelBinder returns a null object. I can’t work out why. If I change the signature to use a FormCollection instead I can see that all the correct keys have been set. Can someone help me pin point what’s wrong here, because I can’t spot it.
I am developing a client-side and server-side validation for a certain viewModel property.
I’m using ASP.NET MVC and I need to set a session variable at Application_BeginRequest. The problem is that at this point the object HttpContext.Current.Session is always null.
I am using MVC3 and am trying to serve content from https, the problem is that when I call Url.Content the files are still served from http using a relative url. I thought this problem was addressed in MVC3 but i can’t seem to find any solution. Does anybody know if this issue is inherently solved in MVC3 and how to accomplish it or do I need to create my own helper methods to generate absolute Urls based on protocol?
I have users list table how i can navigate on url: “../users/showprofile?userid=”
Is is possible to get the assembly name of an ASP.NET web application, from a referenced assembly??
I am having the following piece of code that is not working:
For instance, I have an Employee view model. When creating an employee, I want to validate the username to make sure it doesn’t exist.
We have a multi-tenant ASP.NET application. So far tenants have been isolated from each other, however now we have Agencies that manage multiple tenants and want to be able to manage all their tenants with a single user account. I’m trying to figure out the best way to accomplish that, hopefully without much change to the existing technologies that we are using.