Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这真的很尴尬。我正在研究 Telerik 控件。我有一个 .NET Web 用户控件,其中有一些 RadCombo 框和一个新添加的 RadTextBox。所有这些都在 RadAjaxPanel 和 RadLoadingAjaxPanel 中。当用户控件加载时,所有控件都从数据库中加载值,包括 RadTextBox。
(问题从这里开始)当我尝试更新 RadTextBox 控件值并尝试提交时,我“总是”获取文本框的旧值。
请检查您的Page_Load事件并验证您是否有if(!IsPostBack)将原始值加载到RadTextBox.
Page_Load
if(!IsPostBack)
RadTextBox