Click here to Skip to main content
15,886,258 members
Articles / Web Development / HTML

ASP.NET MVC Application in Action - I (DailyJournal)

Rate me:
Please Sign up or sign in to vote.
4.84/5 (17 votes)
7 Jun 2010CPOL5 min read 65.5K   1.3K   64  
A simple visual task manager application using ASP.NET MVC and jQuery.
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>

<asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server">
    About Us
</asp:Content>

<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
    <h2>About</h2>
    <p>
        DailyJournal is a free and opensource webbased visual task management. You can create as many activities and
        add tasks to it.  This is still in a very early stage and is just a prototype.
    </p>
</asp:Content>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Algorisys Technologies Pvt. Ltd.
India India
Co Founder at Algorisys Technologies Pvt. Ltd.

http://algorisys.com/
https://teachyourselfcoding.com/ (free early access)
https://www.youtube.com/user/tekacademylabs/

Comments and Discussions