I am learning about MVC2 but the book looks at C# syntax only. However, I come from a VB background so I would like to know the VB.NET of the expression below:
<p>Your Name : <%: Html.TextBoxFor(x >= x.Name)%> </p>
When I use the code above, the compiler complains that ‘x’ is not yet declared.
If you have an answer or can provide a link to another question which has the solution, that would be great.
Thanks
Adam
1 Answer