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:793773
More Search Options
RSS Available
Matching Posts
Re: this in vb.net: <% using Html.Form<ProductController>(p=>p.Update(ViewData.Product.ProductID))%>
Hello alivemedia! You're right the lack of lambda-support in VB.NET is really ackward. I use a syntax that works, but is far to long to be nicely readable, but it gives you the benefit of refactoring-support: <%U sing Html.Form(Of CustomerController)(New System.Action(Of CustomerController) _ (Function(c As CustomerController) c.Login()), FormMethod.Post) %> <%- - FORM CONTENT -- %> <%E nd Using %> As a workaround you need to declare the methods, which you want to use in your
Posted to
ASP.NET MVC
(Forum)
by
Chuwanga
on 4/7/2008
Re: problem with selected values in input box
The HtmlHelper.Select() method you are calling is internally calling the System.Web.HttpUtility.HtmlEncode(s as string) function which is converting "special" characters into it's equivalent HTML entity (see http://www.w3schools.com/tags/ref_entities.asp ) representation in case of the german Umlaut Ă– it would be (to cite rjcox) Ö alternatively. Well i think all you can do is to manipulate your selectedValue with HtmlEncode() before passing it to any HtmlHelper method that
Posted to
ASP.NET MVC
(Forum)
by
Chuwanga
on 4/2/2008
Re: Testing MVC site in a subfolder
I ran into the same problem a week ago. Since IIS 6 is somehow not able to rewrite the URLs in the nice "Controller/Action/ID" style you have to uncomment the following line in your project's Global.asax: 1 routes.Add( New Route( "{controller}.mvc/{action}/{id}/{subid}" , New MvcRouteHandler) With { _ 2 .Defaults = New RouteValueDictionary( New With {.action = "Index" , .id = "" , .subid = "" }) _ 3 }) This is also said at the top of the Global
Posted to
ASP.NET MVC
(Forum)
by
Chuwanga
on 4/2/2008
Filed under: asp mvc, aspnetmvc urlreferrer
Page 1 of 1 (3 items)
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online