Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:37100
More Search Options
RSS Available
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.
Posted to
Time Tracker Starter Kit (ASP.NET 1.x)
(Forum)
by
dreamscape
on 12/29/2004
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 >
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online