In previous posts, I started creating an html grid helper that was really just an experiment to see how one would accomplish such a thing. Here, I wanted to delve into a more generic approach to creating html controls for the ASP.NET MVC paradigm that would accomplish the following:be highly interactive on the client side, while minimizing the client-server interaction
With tools like jQuery among others, #1 is quite easy to accomplish. But how do we go about accomplishing #2? I have seen cust...
No comments yet, be the first one to post comment.