Hello,
I'm new to ASP.NET MVC and also to JavaScript. What I've got currently is a simple webpage that displays information about employees that is read from a database. Part of the information regarding an employee are his paychecks. Currently I receive this information in an array from the site controller. What I want to do is to use JavaScript to scroll through each paycheck displaying one at a time.
Thanks in advance.