Skip to content

Instantly share code, notes, and snippets.

@vkoppaka
Created May 24, 2012 05:27
Show Gist options
  • Select an option

  • Save vkoppaka/2779625 to your computer and use it in GitHub Desktop.

Select an option

Save vkoppaka/2779625 to your computer and use it in GitHub Desktop.
public ActionResult CreatePerson()
{
return View();
}
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<TelerikEditor.Models.Person>" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment