I am doing the MVC3 unrobustive remote validation for checking username availability. It works fine, but it takes quite some time load the validation message! Is there any way to show a spinner/user
in my asp.net mvc3 application i am doing remote validation if a user already existusing data annotation . it is working perfectly . i was wondering if there is any why i can show the ajax loader imag
imagine this situation: SetUp in the default MVC3 project, create a new complex type in the AccountModels.cs
I have two classes I\'m using as the model of two different views. You can see that the second class contains an instance of the first. The first contains Remote validation attributes.
If I have an entity class defined in a separate assembly (like from Entity Framework), is it possible to add remote validation to a property?
I remember reading in passing that some of the new language features in C# and VB that are available in VS2010 are backwards compatible with earlier versi开发者_Python百科ons of the framework, but tha