c# - Model-initiated Databinding (Updating of UI) in ASP.Net MVC -
i made desktop-application wpf used wpf's mighty databinding update ui synchroniously model. manages files of folders, whereas changes made these files have shown in ui.
now want realise asp.net-mvc website huge backend: problem meeting here in mvc, user can only manipulate model (by using view routes corresponding controller etc...), , model can not manipulate view.
for example want show progress-bars need synchroniously updated corresponding model. asp.net mvc wrong direction, or web-application (a website huge backend) wrong direction?
greets, me.
you can progress bar(using ajax calls /events , delegates),even heavy end systems can integrated in asp.net mvc.
Comments
Post a Comment