Printing Table in ASP.NET MVC
I had a task today to create a quick and dirty way to print tabular data using ASP.NET MVC. Business goal was to enable printing of search results, where only portion of the results was displayed to user, one page at a time. So, I knew I had to make a server call, then show …