ASPX:
<%@ Page %>
<HTML>
 <Title>使用全站点计数器</Title>
 <!--#Include file="GlobCount.inc"-->
 <script language="c#" runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
  if(!IsPostBack)
                 GlobalGraph(MyPanel);   
}
 </script>

 <BODY bgColor="white">
  <font face="楷体_GB2312"><strong>全站点计数器</strong></font>
  <form runat="server">
   <asp:Panel ;
           Container.Controls.Add(Img);  //加载到控件容器
        }
}
</script>

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2022-02-23
  • 2022-12-23
  • 2021-08-23
  • 2021-11-14
  • 2021-10-02
  • 2021-09-03
猜你喜欢
  • 2022-02-15
  • 2021-08-19
  • 2021-09-08
  • 2021-05-19
  • 2021-07-11
  • 2022-01-24
  • 2022-12-23
相关资源
相似解决方案