I have a textbox with a calendar control. When a new date is selected I need for the txt change event to fire. Any suggestions?
I have a textbox with a calendar control. When a new date is selected I need for the txt change event to fire. Any suggestions?
It's tough being an unhandled exception...
___________
VB.NET 2008
VB.NET 2010
ORACLE 11g
CRYSTAL 11
What exactly are you trying to do?There may be a better solution.
Slow as hell.
When the date in the textbox is changed I need to rebind my grid, but the textChange event doesn't fire until the page renders a postback.
It's tough being an unhandled exception...
___________
VB.NET 2008
VB.NET 2010
ORACLE 11g
CRYSTAL 11
Then rebind it at Calendar's SelectionChanged event.You said that you change a date anyhow.
Slow as hell.