Literal lt = new Literal();
lt.Text = "<a href=\"http://www.czbin.cn\">czbin的博客</a>"; //定义lt中的文本,注意双引号要用"\"转义
form1.Controls.Add(lt); //将lt中的html代码加入form1标签中(必须是runat="server"的)