|
-
May 17th, 2012, 09:00 AM
#1
Thread Starter
Frenzied Member
txtbox change event
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
-
May 17th, 2012, 07:37 PM
#2
Re: txtbox change event
What exactly are you trying to do?There may be a better solution.
ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·
-
May 18th, 2012, 07:12 AM
#3
Thread Starter
Frenzied Member
Re: txtbox change event
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
-
May 18th, 2012, 09:53 AM
#4
Re: txtbox change event
Then rebind it at Calendar's SelectionChanged event.You said that you change a date anyhow.
ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|