如何在没有按钮的情况下更改 CalendarExtender 中的日期时更新 gridview?
当您使用 CalendarExtender 更改文本框中的日期时,是否可以更新网格视图,而无需按钮?我不确定我能用什么。 我在 VisualStudio 2008, 3.5 中使用 C#
Is it possible to update a gridview when you change a date in a textbox, using CalendarExtender, without having a button ?? I'm not shure what I can use.
I use C# in VisualStudio 2008, 3.5
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过连接 TextBox 的 TextChanged 事件?也许这会有所帮助,因为当人们在扩展器中选择新日期时,文本框的内容会发生变化。
Have you tried hooking up the TextBox's TextChanged event? Perhaps that would help, since the TextBox's contents change when one selects a new date in the extender.