|
@ -67,7 +67,7 @@ |
|
|
</f:ToolbarText> |
|
|
</f:ToolbarText> |
|
|
<f:DropDownList ID="ddlGridPageSize" Width="80px" AutoPostBack="true" OnSelectedIndexChanged="ddlGridPageSize_SelectedIndexChanged" |
|
|
<f:DropDownList ID="ddlGridPageSize" Width="80px" AutoPostBack="true" OnSelectedIndexChanged="ddlGridPageSize_SelectedIndexChanged" |
|
|
runat="server"> |
|
|
runat="server"> |
|
|
|
|
|
<f:ListItem Text="100" Value="100" /> |
|
|
<f:ListItem Text="500" Value="500" /> |
|
|
<f:ListItem Text="500" Value="500" /> |
|
|
<f:ListItem Text="1000" Value="1000" /> |
|
|
<f:ListItem Text="1000" Value="1000" /> |
|
|
</f:DropDownList> |
|
|
</f:DropDownList> |
|
|