Showing Posts for ASP.NET

Fix issue with ASP.NET MVC Razor page intellisense

Michael Roma

This post shows how to fix an issue with ASP.NET MVC Razor pages where the syntax highlight does not work and intellisense doesn't work.

  • ASP.NET
  • C#

Umbraco 7 Code-First Dictionary Key Manager

Michael Roma

Code-first dictionary manager that allows you to define your Dictionary keys as an Enumeration in C# and automatically create the keys in Umbraco on application start.

  • Umbraco
  • ASP.NET

Umbraco CMS Content Query functions using Examine

Michael Roma

This post discusses a ContentHelper class that can be used to query the Umbraco CMS content tree

  • Umbraco
  • ASP.NET

ASP.NET C# Web.Config helper class

Michael Roma

The following is a C# helper class that reads App Settings in your ASP.NET Web.config file

  • ASP.NET
  • C#

Automatically push data from a Kentico form to SalesForce using a Web to Lead form

Michael Roma

This post shows how to have data from a Kentico form builder pushed to SalesForce automatically using the Web-To-Lead functionality.

  • Kentico
  • ASP.NET
  • C#

Kentico - how to change online form widget to generate div tags instead of tables

Michael Roma

This post shows how to change the Online-Form widget in Kentico CMS to generate DIV tags instead of TABLE tags.

  • Kentico
  • ASP.NET

How to increase the form key count on an ASP.NET web forms page

Michael Roma

You might get the following error when trying to postback "Operation is not valid due to the current state of the object". This is because ASP.NET limits the number of form keys that are posted during a postback.

  • ASP.NET

How to set change the time zone for a site in Kentico 7 CMS

Michael Roma

How to setup the site's timezone to be different than the server's timezone in Kentico 7 CMS

  • Kentico
  • ASP.NET

Kentico CMS Mapper functions using Reflection in C# .NET

Michael Roma

The following post shows functionality on mapping a Kentico CMS TreeNode object to a strong type .NET model class. These functions use reflection to map a property in the class to a Kentico document type field.

  • Kentico
  • C#
  • ASP.NET

Kentico CMS helper functions to query nodes and return strong typed objects

Michael Roma

The following post shows Kentico 7 CMS wrapper functions that allow you to easily query nodes and return back a strong type.

  • Kentico
  • ASP.NET
  • C#