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?
Printable View
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?
What exactly are you trying to do?There may be a better solution.
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.
Then rebind it at Calendar's SelectionChanged event.You said that you change a date anyhow.