I have a web form .aspx page that inherits a master page, but the data-bind doesn't seem to work.
I'm guessing MVVM isn't going to be compatible with web forms, which is fine. I'm not doing much of this with Web forms, I just won't use MVVM
3 Answers, 1 is accepted
0
Accepted
Petur Subev
Telerik team
answered on 19 Jun 2014, 01:46 PM
Hello Dan,
MVVM is a client-side feature which is not related to the server technology that you are using - you are free to use is with whatever technology you like e.g. PHP, JSP, NodeJS, ASP.NET WebForms/ MVC etc.
Since you did not share any details about your setup It is not getting clear what exactly causes your setup not to work. Anyway we are not aware of any issues caused by the using of ASP.NET Webforms.
Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Ok, I just wanted to make sure it was ok to do with controls using asp.net radscript manager and web form master pages... I'm not doing this much, so it's not really worth the time to try to debug this. I use MVVM a lot on other html non web-form projects and it works great.