如何在运行时格式化in asp.net。gridview
使用autoformat template
?
例如,下拉列表中有一个gridview control
和 ,是dropdown list
自动格式化模板。
我需要gridview
通过从下拉列表中选择来更改设计,或者甚至有可能吗?
如何在运行时格式化in asp.net。gridview
使用autoformat template
?
例如,下拉列表中有一个gridview control
和 ,是dropdown list
自动格式化模板。
我需要gridview
通过从下拉列表中选择来更改设计,或者甚至有可能吗?
首先,仔细阅读GridView Examples for ASP.NET 2.0: Formatting the GridView
。然后,在您的下拉列表OnSelectedIndexChanged
事件中,您可以格式化您想要的单元格或列。
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True"
OnSelectedIndexChanged="DropDownList1_OnSelectedIndexChanged">