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
ASP.NET MVC
Login Failure using Telerik.OpenAccess
We're using IIS 7.5, SQL Server 2014, and Windows Authentication. We've set up a ASP.Net MVC 5 Web project with the Kendo UI widgets and backed by a Telerik.OpenAccess data layer. So, the other day, I moved my Telerik.OpenAccess backing database from localhost on my dev machine to our communal dev server and started getting this error: Login … Continue reading Login Failure using Telerik.OpenAccess
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