FineUI 官方论坛
标题:
回传刷新怎么信息ContentPanel里的内容.
[打印本页]
作者:
。。
时间:
2012-7-12 04:22
标题:
回传刷新怎么信息ContentPanel里的内容.
RT
前台代码:
<ext
ageManager ID="
ageManager1" runat="server" />
<ext:SimpleForm ID="SimpleForm1" BodyPadding="10px" LabelWidth="50" runat="server"
EnableBackgroundColor="true" ShowBorder="True" Title="规划画" Width="650px" ShowHeader="True">
<Items>
<ext:TextBox runat="server" Label="说明" ID="txtPlansFileName" Required="true" ShowRedStar="true">
</ext:TextBox>
<ext:FileUpload runat="server" Label="图片" ID="
lansFile" EmptyText="请选择一张照片" Required="true"
ShowRedStar="true">
</ext:FileUpload>
<ext:Button ID="BtnSubmit1" runat="server" ValidateForms="SimpleForm1" Text="上传文件"
>
</ext:Button>
<ext:ContentPanel ID="ContentPanel1" EnableAjax="false" Enabled="true" ShowBorder="false" AutoWidth="true" AutoHeight="true" ShowHeader="false" runat="server">
<asp
ataList ID="dlPlans" runat="server" RepeatColumns="3">
<ItemTemplate>
<img alt="<%# Eval("
F_Explain")%>" title="<%# Eval("
F_Explain")%>" src="<%# Eval("
F_Url")%>" style="height: 162px; width: 207px" />
<br />
<asp
inkButton ID="LinkButton1" runat="server" CommandName="del" CommandArgument='<%# Eval("
F_ID")%>'>删除</asp
inkButton>
</ItemTemplate>
</asp
ataList>
</ext:ContentPanel>
</Items>
</ext:SimpleForm>
想实现上传图片后能刷新ContentPanel里的内容.
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4