コード例 #1
0
    protected void BuildBody()
    {
        keys["KODEKELOMPOK"] = Request["key1"];

        Data.KELOMPOKPENGGUNAController controller = new Data.KELOMPOKPENGGUNAController();
        string text = controller.FetchFullText(keys, field);

        text = Control.HTMLEncodeSpecialChars(text);
        text = text.Replace("\n", "<BR>").Replace("\r", "<BR>");
        output.Append(text);
    }