本文介绍了[repost] asp.net中的datalist控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在datalist控件的附加项模板中编写用于设置标签值的代码?
要设置的值来自内部存在的文本框datalist的分隔符模板。发生这种情况的事件是按钮点击事件。该按钮也出现在te datalist控件的分隔符模板内。
需要帮助!!
谢谢。
how to write the code for setting a value of a label inside the datalist control's additionalitem template?
The value to set comes from the textbox which is present inside the separator template of the datalist. The event inside which this happens is the button click event. The button is also present inside the separator template of te datalist control.
Need help!!
Thanks.
推荐答案
这篇关于[repost] asp.net中的datalist控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!