Greg
Greg

Reputation: 34798

can I include normal asp.net pages (webforms or mvc) in a Dynamic Data web application

can I include normal asp.net pages (webforms or mvc) in a Dynamic Data web application?

Upvotes: 0

Views: 287

Answers (2)

ggonsalv
ggonsalv

Reputation: 1262

Here is a good example of a mish-mash.

Plug-In Hybrids: ASP.NET WebForms and ASP.MVC and ASP.NET Dynamic Data Side By Side

http://www.hanselman.com/blog/PlugInHybridsASPNETWebFormsAndASPMVCAndASPNETDynamicDataSideBySide.aspx

Upvotes: 1

Nate Pinchot
Nate Pinchot

Reputation: 3318

Yep you can, just put a normal webforms file in there, it will work. Add references for any server side controls as needed.

Upvotes: 1

Related Questions