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:776922
More Search Options
RSS Available
Matching Posts
Re: Possible bug arrised from validating RadioButton without state that causes exception in MVC RC2
I get the same issue with 1.0 RTM. This is also described by someone else here: http://stackoverflow.com/questions/722655/asp-net-mvc-html-radiobutton-exception Will it be fixed?
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 4/22/2009
Re: DropDownList produces selected="selected" in html
ok, I agree, and anyway this was a problem on my side. I was in firefox and typing F5 was not refreshing the page with the correct value selected. Hitting Ctrl+F5 fixes my issue. Sorry.
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 2/4/2009
DropDownList produces selected="selected" in html
I have something like this to produce my list: Html.DropDownList("unit", new SelectList(ViewData["units"] as IDictionary<int, string>, "Key", "Value", myIntValue)) The selected option has selected="selected" in the option tag, instead of just selected. Of course, this does not select it. An idea? Bug?
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 2/4/2009
Filed under: DropDownList selectlist
Re: "System.Web.Mvc.SelectList exists in both assemblies" error
My reference to system.web.mvc in my project was not set as "Copy Local = true" anymore. When setting it as such, it works back as normal. I can't explain why not copying it creates a conflict between the GAC and this assembly that I was not even copying... (Sorry for double post, the forums told me this was not posted the first time)
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 1/29/2009
Re: "System.Web.Mvc.SelectList exists in both assemblies" error
My reference to system.web.mvc in my project was not set as "Copy Local = true" anymore. When setting it as such, it works back as normal. I can't explain why not copying it creates a conflict between the GAC and this assembly that I was not even copying...
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 1/29/2009
Re: "System.Web.Mvc.SelectList exists in both assemblies" error
I'm with the VS local server. I deleted the temp folder and it changes nothing. Note that I tried the same with a brand new MVC sample generated by VS. This one works well. So I don't know what produces that in my own project. I compared both web.config files and they are the same.
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 1/29/2009
"System.Web.Mvc.SelectList exists in both assemblies" error
I'm getting this error at runtime when the view is compiled: error CS0433: The type 'System.Web.Mvc.SelectList' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\83441352\576b4e92\assembly\dl3\430af4c5\72b075f3_d77bc901\System.Web.Mvc.DLL' and 'c:\WINDOWS\assembly\GAC_MSIL\System.Web.Mvc\1.0.0.0__31bf3856ad364e35\System.Web.Mvc.dll' I added a call to SelectList in my view today, so I can't say if what I did yesterday can explain
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 1/29/2009
Re: Poll: How many people were affected by the change to use Relative URLs, or the regression in RouteURl?
Same here. I get empty strings when calling RouteUrl.
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 1/29/2009
Re: Html.Textbox and the class html attribute
Thanks a lot for this information. For my curiosity, where did I miss it ? Was it documented on a famous blog post ? Thanks
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 7/2/2008
Html.Textbox and the class html attribute
Hi, Before preview 3, this used to work: <%= Html.TextBox("datetime", "", 10, 16, new { _class = "field" })%> Now I have to replace it with: <%= Html.TextBox("datetime", "", new { _class = "field" })%> But the issue is not with the disappeared arguments. It is with the fact that the produced html is _class = "field" instead of class = "field". It works well with a textarea but not with a simple textbox. Thanks
Posted to
ASP.NET MVC
(Forum)
by
visualhint
on 7/2/2008
Filed under: textbox, HtmlAttributes, htmlhelper
Page 1 of 3 (25 items) 1
2
3
Next >
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
ASP.NET:
Visual Studio 2010 and .NET 4 Update
WindowsClient:
Microsoft’s product placements in The Big Bang Theory
Channel 9:
Channel 9 Live at PDC09: Martin Cron
Channel 9:
Channel 9 Live at PDC09: Erik Meijer and Thomas Lewis
WindowsClient:
Download Data Services Update for .NET 3.5 SP1
Silverlight:
Extending the SMF for the HVP
Silverlight:
Extending the SMF for the HVP
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
Channel 10:
Bing Maps Update: Map Embeds and Draggable Routes
WindowsClient:
New WPF Showcase: WEB Touch
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online