youth0826
下面是aspx里面的textarea:
<textarea id="tt1" runat="server" name="tt1"></textarea>

在cs文件里这样取textarea的值:
string t1 = Request.Form["tt1"];

或者直接用asp:textbox
<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine"></asp:TextBox>

分类:

技术点:

相关文章:

  • 2021-03-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
猜你喜欢
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
相关资源
相似解决方案