今天搞了好就终于找到一个解决办法:分享如下:
我介绍的是从数据库赋值
后台代码:
this.lable1.Text = dr["字段名"].ToString();//对前台Id为lable的控件赋值
前台代码:
<asp:Label ID="editoraa" runat="server" Visible="false" Text=""></asp:Label>
<script type="text/plain" />
</system.web>


本人菜鸟一个, 老鸟们有好的方法 请赐教

相关文章:

  • 2021-06-14
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2022-02-19
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案