jquery - html templates in asp net mvc views -
i wondering better approach creating every single view hard coded html.
the system creating today has few dozen of views , have manually created tables on it. thinking of creating javascript function build tables passing object parameter containing html properties id, name, class , on.
is approach or should stick hard coded mode?
i think generic approach lead difficult solution , in case need markup somewhere. if wand use javascript , generate views on client take single page applications , frameworks them such backbone, knockout, angularjs. hth
Comments
Post a Comment