This is a migrated thread and some comments may be shown as answers.

MVVM in web forms

3 Answers 65 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 17 Jun 2014, 06:55 PM
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

Sort by
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!
 
0
danparker276
Top achievements
Rank 2
answered on 19 Jun 2014, 02:57 PM
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.
0
danparker276
Top achievements
Rank 2
answered on 19 Jun 2014, 05:26 PM
It was actually an error on my part, it's working fine on web-forms.
Tags
MVVM
Asked by
danparker276
Top achievements
Rank 2
Answers by
Petur Subev
Telerik team
danparker276
Top achievements
Rank 2
Share this question
or