Search

You searched for the word(s): userid:731798

Matching Posts

  • Re: Validations and P5

    Have a look at Steven Walthers Blogpost here: http://weblogs.asp.net/stephenwalther/archive/2008/09/08/asp-net-mvc-application-building-forums-4-server-side-form-validation.aspx I think this is a very nice and flexible solution.
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 9/23/2008
  • Re: Preview 1 Download

    I would recommend you to upgrade to preview 5 - there are some "changes", but it takes not long time to upgrade the source to preview 5.
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 9/16/2008
  • Re: Ugh ModelBinding?

    Here is a nice blogpost about the modelbinding attribute: http://blog.maartenballiauw.be/post/2008/08/29/Using-the-ASPNET-MVC-ModelBinder-attribute.aspx
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 9/2/2008
  • Re: MVC sucks

    If you don´t like ASP.NET MVC - then use WebForms. MVC is not an replacement of WebForms - in my point of view is MVC great. All you reasons why MVC sucks are well discussed in this forum in the past time - search for "Why MVC" and so on.
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 7/3/2008
  • Re: Ajax + MVC?

    Rob Conery created a nice Screencast about MVC + AJAX: http://blog.wekeroad.com/mvc-storefront/mvcstore-part-14/
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 6/11/2008
  • Re: Ajax + MVC?

    I prefer jQuery as my AJAX/JS Framework. It is very easy to use with MVC. Just create a Controller, which returns JSON values (as a JSON serializer you could use JSON.NET from codeplex). No big overhead (MS AJAX has a huge overhead!) and very nice plugins and features :)
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 6/10/2008
  • Re: UserControls

    Have al look at the ComponentController (I don´t know, if this special controller is still in the preview 3 available ;) ) : http://weblogs.asp.net/mikebosch/archive/2008/03/10/using-the-componentcontroller-in-asp-net-mvc.aspx
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 5/28/2008
  • Re: MVC and Form Submit

    I prefer the first method. In some situations you have to use the second method, because not everything is automaticaly mapped to the paremeter (e.g. I don´t know if Arrays are mapped to such parameters) - or if you upload a file.
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 5/21/2008
  • Re: Form Submit and MVC

    If you have a simple form with an input field (with name "foo") you could rename it with javascript (on the client side) or maybe you could use the Action Filter - OnActionExecuting Method - but why you want to do that?
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 5/21/2008
  • Re: MVC and Form authentication

    Have a look at this project on Codeplex: http://www.codeplex.com/MvcMembership
    Posted to ASP.NET MVC (Forum) by [C.I.] Reman on 5/9/2008
Page 1 of 5 (44 items) 1 2 3 4 5 Next >