BindingNavigation in MVC ASP.NET with jQuery
Hi
I am created an ASP.NET MVC page with Form layout UI that show data from Model.
But I want navigate between records and show current record in elements of form tag (textbox and ...) something like BindingNavigator in Windows Form application.
How I can do that with jQeury and Ajax?