你可以先在想显示内容的位置放一个linkbutton,id为lbtn,把他的visible属性设置为false
然后需要显示的时候 this.lbtn.Text="内容字符串"; this.lbtn.Visible=true;
前台
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
你可以先在想显示内容的位置放一个linkbuttoneimid为lbtn20把他的visible属性设置为false 然后需要显示的时候 this.lbtn.Text=&quot;内容字符串&quot;; this.lbtn.Visible=true;
加上for循环生成