Programming Tips and Tricks

Mostly c#, asp.net, javascript, ADO.net, Entity Framework.

Viewing Results 1 - 2 of 2

How to set default RenderMode for controls in Telerik Application

Instead of having to assign RenderMode to each control on every page, you can just specify the mode in your web.config. Proper values are Auto, Classic, LightWeight, and Native.

How to fix Error: 'Page_Validators' is undefined

It's actually a simple fix. For all asp.net 4.5 applications, just add this line in the web.config.
Home > Programming