ASP.NET MVC without javascript -
we're developing site without javascript maximum support intention of layering js functionality on top. problem have single page has 2 or more pieces of functionality (as example screen capture personal details includes postcode lookup address). no ability change postback on either complete form submission or postback lookup postcode end single controller action both. doesn't feel great end index action doing more 1 thing. given js enabled client separated out nicely separate actions.
i wondering if else has faced issue of producing javascript free asp.mvc site , pattern used overcome controller action bloat we're calling it?
a couple options.
- use separate form postcode lookup, render same view had / whatever different info. can't nested
- identify button used post form / similar answer: how can change action form submits based on button clicked in asp.net mvc?
Comments
Post a Comment