在文本框中选择日期时,我需要在网格视图中显示结果
问题描述:
我想在文本框中更改日期时在网格视图中显示结果
i want to display results in grid view when date changed in text box
答
设置您的文本框AutoPostBack = true并使用您的文本框TextChanged事件. > 并在此textchanged事件上调用gridview fill方法.
Set your textboxs AutoPostBack=true and use your textboxs TextChanged event.
And call your gridview fill method on this textchanged event.