2

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!!

1
  • See here. IMO, you'll waste time trying to make the two work together on a single page (no problems using MVC/Web Forms in a single project). If your Web Forms solution is stable, focus on writing new features in MVC and slowly migrating. If it's not stable, adding HTML helpers probably isn't going to improve much. Commented Feb 11, 2014 at 1:47

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.