London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
MVC does not support ViewState, the WebForms page lifecycle, webforms postbacks so in general it will not work.
However if you google for "WebForms usercontrols in MVC" you can see that there are ways to achieve it, often creating a fake WebForms page and then load the user control to it and then capture the output in a TextWriter. I would however recommend to try to convert to MVC instead.
We have an task to integrate a backend advertisement solution into our project, but the code provided is Webforms.. There is no scope at this stage to update this to MVC..
Is is possible to create a block that uses Webforms within an MVC EPiServer project?
Thanks
Danny