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:664764
More Search Options
RSS Available
Matching Posts
Re: Bug When Adding a Strongly Typed View
I spoke too soon, still having the problem - need strongly-named assembly. I do that then I get the manifest does not match problem. Started a new project so I know my web.config is correct.
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 2/14/2009
Filed under: MVC RC1
Re: Bug When Adding a Strongly Typed View
Updating the web.config in the views directory did the trick for me
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 2/5/2009
Re: Bug When Adding a Strongly Typed View
Same problem here :( So close, and reading about all the killer T4 stuff is crushing me since I can't get it to work!
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 2/5/2009
Re: validateRequest appears to be kicking in in MVC RC1 despite settings
same problem, it's killing me! Anyone find a solution to this yet?
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 1/28/2009
Filed under: ASP.NET mvc
MVC BETA: 'SubmitButton' is not a member of 'System.Web.Mvc.HtmlHelper'
I created a new MVC BEta Project and copied over a few views and I get this error now: 'SubmitButton' is not a member of 'System.Web.Mvc.HtmlHelper' It's not even listed as an option for me - what the hell? Anyone know what I am doing wrong here?
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 10/17/2008
Filed under: MVC beta
ActionLink w/ Class gives me weired Length QueryString parameter
In preview 5 if I do the collowing: <% = Html.ActionLink( "Privacy Policy" , "PrivacyPolicy" , "Home" , New With {.class = "first" }) %> I get the following generated: <li><a class="first" href="/Security/PrivacyPolicy?Length=4">Privacy Policy</a></li> What is the deal with the Length querystring parameter?
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 9/26/2008
Filed under: mvc html.actionlink
Re: How do I RedirectToAction using POST instead of GET?
Anyone else find a way to do this? Seems like a necesity especially with the new AcceptVerbs and ActionName attributes.
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 9/24/2008
force mydomain.com to www.mydomain.com
I want my MVC site to redirect users who don't use www to the site with the www. So if someone went to mydomain.com - it would automatically take them to www.mydomain.com . I am assuming there is a nice and simple way to do this and I just can't think of it
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 9/22/2008
ContainsKey - Object reference not set to an instance of an object?
I am trying to use this code, which worked fine up until preview 5: <% If ViewData.Model.ContainsKey("DateRange") Then%> This line throws the error: Object reference not set to an instance of an object. WTF - The whole purpose is to check is it exists or not. Anyone have any ideas - this has me dead in the water.
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 9/9/2008
Filed under: MVC, containskey
Re: Html.DropDownList - so simple - so complicated!
Yeah I ended up doing it in the controller - ArrayList is what I was looking for, just couldn't figure it out - seems so simple now! Dim options As New Collections.ArrayList() options.Add(New With {.Item = "Standard", .Value = "0"}) options.Add(New With {.Item = "2 Day Air", .Value = "1"}) options.Add(New With {.Item = "Overnight", .Value = "2"}) ViewData("ShippingType") = New SelectList(options, "Value", "Item"
Posted to
ASP.NET MVC
(Forum)
by
alivemedia
on 9/4/2008
Page 1 of 6 (54 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online