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:219907
More Search Options
RSS Available
Matching Posts
Re: JSON Problem - JsonRequestBehavior to AllowGet.
in MVC v2 they block Json for GET requests (as you can tell from the error) for security reasons. If you want to override that behavior, check out the overload for Json that accepts a JsonRequestBehavior parameter. public ActionResult Index() { return Json(data, JsonRequestBehavior.AllowGet) }
Posted to
ASP.NET MVC
(Forum)
by
BrockAllen
on 10/20/2009
Re: VS 2008 UserControl ScriptManagerProxy Javascript Intellisense broken
[quote user="Mikhail Arkhipov (MSFT)"] This is a limitation at this point. The problem is that it is unknown where user control is going to be added and therefore editor does not know if parent page has ScriptManager control. [/quote] So why not just make the assumption that if there's a ScriptManagerProxy that there will be a ScriptManager? Seems like a fairly easy leap to make.
Posted to
Visual Studio 2008
(Forum)
by
BrockAllen
on 3/4/2009
Re: Views embedded in assembly?
Ah, now that I understand better what you're looking for it seems to me that if you did package up your .ASPX files as resources in your assembly and then could write a Virtual Path Provider to load them out. It's not a built-in solution but it seems possible given some of the existing aspects of the ASP.NET plumbing. BTW, this would assume you're using the WebForms view engine. Anyway, not sure if it's worth your while, but thought I'd suggest it as an approach.
Posted to
ASP.NET MVC
(Forum)
by
BrockAllen
on 3/21/2008
Re: Views embedded in assembly?
I've not tried it but I don't see why precompilation wouldn't work and achieve what you're looking for.
Posted to
ASP.NET MVC
(Forum)
by
BrockAllen
on 3/18/2008
Re: What happened to the components in Visual Studio 2005
The DataAdapter has an API called Fill that will load data into a DataTable. The DataTable allows you access to the rows, which you can modify and add new ones. Once you've made changes ot the in-memory DataTable, call Update on the DataAdapter. This will send those modifications back to the DB. http://msdn2.microsoft.com/en-us/library/system.data.datatable.aspx -Brock
Posted to
Visual Studio 2005
(Forum)
by
BrockAllen
on 12/30/2005
Re: Getting data form SQL Server 2005 to a Web.SiteMap file
web.sitemap is a static file used by the XmlSiteMapProvider if you know your site navigation at development time. If you have a data-driven navigation, then you should consider creating your own SiteMapProvider. -Brock
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
BrockAllen
on 12/30/2005
Re: What happened to the components in Visual Studio 2005
Check out the new declarative databinding model in 2.0: http://66.129.71.130/QuickStartv20/aspnet/doc/data/default.aspx -Brock
Posted to
Visual Studio 2005
(Forum)
by
BrockAllen
on 12/30/2005
Re: Exclude folder from build?
The model with VS.NET 2005 is that whatever you put into your ASP.NET project folder should be part of the project and should be deployed to the server. Why do you need a directory below your web project if it's not part of it? -Brock
Posted to
Visual Studio 2005
(Forum)
by
BrockAllen
on 12/30/2005
Re: Size of content place holder
The ContentPlaceholder is really just that -- a placeholder. It does not render as anything in the HTML. Consider putting <div> elements and use style attributes to control the page layout. -Brock
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
BrockAllen
on 12/30/2005
Re: Worth using master pages on a static site?
Sounds like a reasonable thing to me. -Brock
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
BrockAllen
on 12/30/2005
Page 1 of 126 (1253 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
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!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online