|
分類:[.NET 全般]
環境 C# vs2017 4.61 webfrom 空
<asp:TableRow> <asp:TableCell CssClass="th">年齢</asp:TableCell> <asp:TableCell CssClass="td"> <asp:DropDownList ID="age" runat="server" CssClass="textbox1" Height="21px" Font-Size="Large"> </asp:DropDownList> <asp:TableRow/>
teblerowのセル内にドロップダウンリストを配置しています。プルダウンリストの高さを調整したいのですが、どうやればよいかわかりません。もしよろしければどなたかご教授お願い致します。tablerowはcsでremoveを使用するため使っています。
|