Hello. 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
views:
161answers:
1
A:
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.
logain
2010-09-01 19:00:16