ຂໍ້ຜົນງານ Rows ASP.NET

ການອະທິບາຍແລະການນຳໃຊ້

Rows ຂໍ້ຜົນງານ ນຳໃຊ້ເພື່ອການການຮັບມືຫຼືການຕັ້ງຂໍ້ຜົນງານຈຳນວນປະກອງສະແດງຂອງ ListBox (ບໍ່ມີການຄົບຄວາມຂັດແຍ່ງ).

ຂອບເຂດຕາມມາດ

<asp:ListBox Rows="num" runat="server">
some content
</asp:ListBox>
ຂໍ້ຜົນງານ ການອະທິບາຍ
num ກໍານົດຈຳນວນປະກອບການສະແດງຂອງ ListBox (ບໍ່ມີການຄົບຄວາມຂັດແຍ່ງ).

ກໍານົດ

ກໍານົດຄັ້ງທີ່ໃຫ້ ListBox ຄວບຄຸມ Rows ຂໍ້ຜົນງານ:

<form runat="server">
<asp:ListBox id="lb1" Rows="5" runat="server">
  <asp:ListItem Value="Item1" />
  <asp:ListItem Value="Item2" />
  <asp:ListItem Value="Item3" />
  <asp:ListItem Value="Item4" />
  <asp:ListItem Value="Item5" />
</asp:ListBox>
</form>

ກໍານົດ

ການຕັ້ງຂໍ້ຜົນງານ Rows ຂອງ ListBox ຄວບຄຸມ