So I want to create a popup search window using ASP.Net MVC 5 and Telerik's Kendo UI. I am using the @HtmlHelper technique in my code (less JavaScript for me to write). I want to be able to select a search term in an AutoComplete box and then find all the records that match the … Continue reading A Kendo Search Window with an AutoComplete and a Grid
MVC
Microsoft MVC – First Attempt
I finally found some useful web pages that explained MVC in a way I could understand. This is where I started. Scott Guthrie is one of several great Microsoft bloggers. I tried this code, but it is badly out of date. But the descriptions are excellent and most instructive. ASP.NET MVC Framework (Part 1) Phil … Continue reading Microsoft MVC – First Attempt