There are a lot of discussions on how to merge webforms with mvc.
Can anyone give me details on how to use the mvc Html Helpers with webforms?(using .vb)
I'd like to go <%=Html.______%>
the underlined portion should give me intellisense..
We've been googling stackoverflow for hours with no success. Every similar post redirects to Scott Hanselman's blogpost or a similar post.
Can think of no other 'easy solution' other than go back to mvc, use the fact that mvc and webforms are basically .NET and try to hack our way through somehow, because there's no way we're rewriting all of that webforms stuff into mvc.. we hope...
Help!!