1
I have used a way to load fields in the view as follows: I make a method by returning a Json in the controller, then create a Jquery function that takes this return and feeds the view fields, in the success of the ajax. Well, that was an approach,m that I learned when I worked with e-commerce. The question then is as follows. Is this approach among the best practices? Today I have a form with 4 tabs. How would you then use this approach? There’s another way better and more elegant?
In this case I don’t need dynamic html like I’ve been doing. Soon I would replace only the Textbox that would receive values, right? I don’t need to be creating dynamic html, right?
– pnet
Yes. You can make HTML static.
– Sandro