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:17980
More Search Options
RSS Available
Matching Posts
Re: How to use ScriptManager.RegisterClientScriptBlock in asp.net mvc?
Indeed, ScriptManager and just about all the script-related APIs on the Page class are not supported in MVC View Pages. If you want script in a View Page, you can just place the script code there directly - no need to call any helper methods. Thanks, Eilon
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/24/2009
Re: How to force T4 generated files saves as UTF-8 with BOM when using Add View
Hi there, I've reported this issue to the folks who work on the MVC tools for Visual Studio so that they can investigate. Thanks, Eilon
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/24/2009
Re: The ASP.NET MVC 2 Beta for VS2008 bug report
Hi there, I've reported this issue to the folks who work on the MVC tools for Visual Studio so that they can investigate. Thanks, Eilon
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/24/2009
Re: retrieving routeData values in global.asax
Please note that getting the current culture during Application_Start is generally not very useful: It will simply get the server's default culture, which doesn't change. Also, that code will only run once, when the application first starts, so there is no route or even request that you can refer to. I recommend putting code like this either in a custom route, which was shown above, or putting the code in your controller's Initialize() method.
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/24/2009
Re: System.Web.HttpException in System.Web.MVC
First chance exceptions are generally nothing to worry about too much. If an exception was thrown and then caught then it's not necessarily a big deal. However, you mention that this is running on GoDaddy, yet the process that crashed was the VS built-in Web Server. Are you getting these same exceptions while running the application on your own machine? If so, run the debugger in VS and tell it to stop on all exceptions from the Debug/Exceptions menu and see what the exception is. The exceptions
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/24/2009
Re: How to force T4 generated files saves as UTF-8 with BOM when using Add View
Hi there, I've reported this issue to the folks who work on the MVC tools for Visual Studio so that they can investigate. Thanks, Eilon
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/24/2009
Re: Creating Page Layouts with View Master Pages
Hi Dee, When you click the button and see the error message, what is the URL address in the browser? That might give a hint as to why the page isn't loading. Thanks, Eilon
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/3/2009
Re: Route not catching
Hi Miguel, It seems to me that there might be some confusion regarding the URL being typed into the browser versus how it is processed by the routes. The second parameter to MapRoute() is what needs to match the URL that is typed in the browser. In your example, it is "...../cms/documentor/criar", with no parameters. This means that the user has to type exactly that URL into the browser for the route to match. And when they do type that URL, MVC will execute the "Create" action
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/3/2009
Re: Creating Page Layouts with View Master Pages
Thanks for the additional information. Can you verify that you have an action method called Services() in your HomeController.cs file? And that when you open up Services.aspx and Site.master in Visual Studio that you don't get any errors or warnings in the "Errors" tool window? Thanks, Eilon
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/3/2009
Re: Creating Page Layouts with View Master Pages
You need to have an action method called Services: public ActionResult Services() { return View(); }
Posted to
ASP.NET MVC
(Forum)
by
Eilon
on 11/3/2009
Page 1 of 95 (941 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Channel 9:
Hanselminutes on 9 - Guided Tour inside the Windows Azure Cloud with Patrick Yantz
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online