c# - Add CSS and JS in AJAX-loaded PartialView -
i found many answers similar topics refers partialviews loaded not ajax solutions e.g. htmlhelpers or head section, doesn't work when load partialview ajax.
i wanna add css stylesheet , js script inside ajax-loaded partialview. coded inside partialview , works it's not solution (include scripts , stylesheets inside body).
everything should work fine except validation. need tell jquery new content on order validate it. see asp.net mvc: can use data annotations / validation ajax / jquery call?
Comments
Post a Comment