gpt4 book ai didi

c# - 提交后如何在后面的代码中重置RadAsyncUpload?

转载 作者:行者123 更新时间:2023-11-30 15:00:54 25 4
gpt4 key购买 nike

我想知道如何重置(清除)RadAsyncUpload并让组件保持初始状态

在代码后面提交后?


我的aspx::

<telerik:RadAsyncUpload runat="server" ID="rada_attach" OnClientFileUploaded="onClientFileUploaded"
MultipleFileSelection="Disabled" InitialFileInputsCount="1" MaxFileInputsCount="1"
Width="100%" />

最佳答案

尝试将下面的代码添加到提交按钮的 Click 事件处理程序(未测试)

ScriptManager.RegisterStartupScript(this, this.GetType(), "clearUpload", String.Format("$find('{0}').deleteAllFileInputs()", rada_attach.ClientID), true);

关于c# - 提交后如何在后面的代码中重置RadAsyncUpload?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15039730/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com