I am having trouble with client side validation when using Ajax and jQuery to handle a form sumission when using ASP.NET MVC 3.
I\'m beginning development of a new Asp.Net MVC app. One of the requirements is to expose our API using a webservice - we\'re going to use WCF for this. (We have a third party making an iPhone app tha
Please help me in the following issue. RSAEncryptionAndDecryption rsaEncDec = newRSAEncryptionAndDecryption(document.PublicKey, document.PublicAndPrivateKey);
I have created a custom CompareLessThan validation attribute by copying the ASP.NET MVC 3 CompareAttribute and instead of checking for equality, I check to see that one property is less than another.
I\'m creating my first ASP.NET MVC 3 app and I have a problem with creating class instance based on user role.
I don\'t if this is the right approach, but correct the question if necessary. I need to access an object through the full page life-cycle that I want t开发者_如何转开发o create just once. I thought
Since we can compose a single view from a main view + a partial view (e.g. using RenderAction, specifying a child controller), is it possible for input rendered by the child action to be directed to t
What\'s better? 1) If i make 3 ViewBag on server and then Render my View using this ViewBags? Server ViewBag.LeftColumnTales = tales.Where((x, i) => i % 3 == 0);
I created a simple mvc3 site with a home controller with these actions. public JsonResult Param(string id)
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Upda开发者_高级运维te the question so it's on-topic for Stack Overflow.