Example #1
0
    protected void Button1_Click(object sender, EventArgs e)
    {
        nVelocity.Add("PageTitle", "TestTitle");
        nVelocity.Add("Content", "TestContent");
        nVelocity.Add("Foot", "TestFoot");
        string szText = nVelocity.GetStringFromVm("template.html");

        divContent.InnerHtml = szText;
    }