Search

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

Matching Posts

  • Re: Multiple Views for the same Controller Action?

    [quote user="urig"] First of all I need to introduce the concept of grouping several views together. Like a bunch of views used for rendering HTML to browser ("web") and another group of views used for rendering WAP (!) to mobile devices ("mob"). For lack of a better name, let's call these "ViewTypes". (Is there a better name?) [/quote] Format... [quote user="urig"] What if the "ViewType" is made into a parameter in the URL rerouting
    Posted to ASP.NET MVC (Forum) by dreamscape on 4/21/2008
  • Re: Multiple Views for the same Controller Action?

    I don't believe the facilities exist yet, but they're in the works: http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx#4594948 That post mentions responds_to which is a rails idea of how to do exactly that (/foo/bar/1 or /foo/bar/1.xml or /foo/bar/1.pdf or whatever) The period ( . ) has been removed as a path seperator character in routes, so you might be able to cook up something on your own for now.
    Posted to ASP.NET MVC (Forum) by dreamscape on 4/21/2008
    Filed under: MVC respond_to
  • Re: lambda expression syntax for form

    In the action that was used to render that view (the view with the form, something like New or Edit) you would do: BillingController... public void New(int id) { ViewData["id"] = id; RenderView("thatForm"); } And in that form your code would then be: <% using (Html.Form<AR200.Controllers.DefaultPortal. BillingController >(p => p.approveInvoice((int) ViewData["id"]))) ASP.NET MVC will magically fill in the id in New(int id) based on the URL ~/Billing/new/5
    Posted to ASP.NET MVC (Forum) by dreamscape on 3/27/2008
  • Re: VB.Net Examples?

    Julie Lerman is the only person I've seen blog about MVC in VB.NET, though I can't find the link at the moment (too busy, but google it)
    Posted to ASP.NET MVC (Forum) by dreamscape on 3/10/2008
  • Re: VB.Net Examples?

    Julie Lerman is the only person I've seen blog about MVC in VB.NET, though I can't find the link at the moment (too busy, but google it)
    Posted to ASP.NET MVC (Forum) by dreamscape on 3/10/2008
  • Re: Using MVC Framework?

    Whether it's a good idea, you need to decide for yourself. There was a similar post about a go live license, you can read it here: http://forums.asp.net/p/1193955/2058063.aspx#2058063 As to alternatives in the .NET space, have a look at: http://www.castleproject.org/ specifically, Monorail: http://www.castleproject.org/monorail/index.html
    Posted to ASP.NET MVC (Forum) by dreamscape on 12/14/2007
  • Problems entering time around years end?

    Found a bug in TimeTracker around years end (where we are now, conveniently). Posted a fix for it over at my blog: http://thequeue.net/blog/archive/2004/12/29/167.aspx Hope it helps someone.
  • Re: Themes not displaying properly (any of them)

    Uninstalled. Removed the db. Reinstalled. Everything works.
    Posted to nGallery (Forum) by dreamscape on 5/7/2004
  • Re: Themes not displaying properly (any of them)

    I never had anything installed prior to 1.6.1 I just grabbed the album folders under "Photos" and reinstalled the binaries. Hooked back up to the db, threw the album folders back into photos and now I'm getting a generic GDI error. http://schoolcrafts.org/ngallery/ A generic error occurred in GDI+. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the
    Posted to nGallery (Forum) by dreamscape on 5/5/2004
  • Re: Themes not displaying properly (any of them)

    No, this was a fresh install of 1.6.1. I used ngalleryOrange then downloaded the other ngallery[Color] series of themes and extracted them into the "templates" directory. I'll reinstall but I'd rather not lose all the images I've uploaded already. I guess I can get and build the source and just redeploy the web files......
    Posted to nGallery (Forum) by dreamscape on 5/5/2004
Page 1 of 3 (26 items) 1 2 3 Next >