Search

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

Matching Posts

  • Re: separated view for multiple sites

    Hi, It seems to me you are effectively wanting to theme your application, in which case have a look at these links http://pietschsoft.com/post/2009/03/ASPNET-MVC-Implement-Theme-Folders-using-a-Custom-ViewEngine.aspx http://www.codeproject.com/KB/aspnet/ASPNETMVCDynamicThemes.aspx Kind regards, Paul
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 12/22/2009
  • Re: Displaying the SelectedItem as a Label / TextBox

    Hi, Can you not have a [UiHintName].ascx in the DisplayTemplates folder showing a textbox (or whatever) and your current [UiHintName].ascx control in the EditorTemplates folder for when you are editing? Kind regards, Paul
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 12/21/2009
  • MVC 2 go live under VS2008

    Hello, If I understand correctly then MVC 2 Preview 2 shipped with VS2010 Beta 2, and VS2010 B2 came with a go-live licence. Are there any plans to grant a go-live licence to MVC2 P2 when used with VS2008? If not, is it known yet which will be the first version of MVC2 to ship with a go-live under VS2008 (if any), and roughly when that may be? Any feedback from the team would be greatly appreciated. Kind regards, Paul
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 11/9/2009
  • Re: MVC 2 go live under VS2008

    Hi Gerry, I appreciate you taking the time to answer. Unfortunately in order to be able to use MVC2 P2 for my current client, they would require the software to have an explicit go-live, rather than the lack of a clause precluding its use in a live environment. The team and I are more than satisfied with the quality of the release and it's ability to play nice with VS2008 and would feel very comfortable should we hit a bug (with the source being available and all) but in this case it's not
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 11/9/2009
  • Re: MVC 2 go live under VS2008

    Gerry, There was no go-live when MVC2 P2 was released, this can be confirmed in the release notes: http://www.microsoft.com/downloads/details.aspx?familyid=D3F06BB9-5F5F-4F46-91E9-813B3FCE2DB1&displaylang=en From the release notes: Support: This is a preview release and is not officially supported. If you have questions about working with this release, post them to the ASP.NET MVC forum ( http://forums.asp.net/1146.aspx ), where members of the ASP.NET community are frequently able to provide
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 11/9/2009
  • Re: Getting the content from a PartialViewResult

    Hi, Have a look at Eric Hexters series on 'Portable Areas' http://www.lostechies.com/blogs/hex/archive/2009/11/01/asp-net-mvc-portable-areas-via-mvccontrib.aspx You seem to be wanting to do the same thing. Regards, Paul
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 11/9/2009
  • Re: ASP.NET MVC - how to implement the plugin architecture?

    The sample below addresses the type of scenario you are discussing. It is written against a preview version of the MVC framework so might need updating slightly. Also I don't know if the sample ony scans for modules on start-up. If it does then search for FileSystemWatcher, and force an update if your plugin directory changes. http://blogs.msdn.com/hammett/archive/2009/04/23/mef-and-asp-net-mvc-sample.aspx (original article and discussion) http://blogs.msdn.com/hammett/archive/2009/07/15/mef
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 9/10/2009
  • Re: Using Helper Methods

    Also if you are going to be using these extension methods from all or the majority of your pages, you could add a namespace entry in the web.config to save specifying it in each page see http://msdn.microsoft.com/en-us/library/ms164642.aspx Kind regards Paul
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 8/23/2009
  • Re: Edit Form Field Enclosing Tag

    Hi, I would do exactly as Paul says. This guide has been very useful me when working with the templates http://blogs.msdn.com/webdevtools/archive/2009/01/29/t4-templates-a-quick-start-guide-for-asp-net-mvc-developers.aspx Kind regards, Paul
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 8/23/2009
  • Re: TryUpdateModel IsValid==false and no reason

    Hi, I know you've solved your problem already but for info the ValidationSummary extension method on the html helper should output the model state errors see http://msdn.microsoft.com/en-us/library/dd460343.aspx for info. Regards, Paul
    Posted to ASP.NET MVC (Forum) by PaulBlamire on 5/2/2009
Page 1 of 15 (147 items) 1 2 3 4 5 Next > ... Last »