|
-
Jun 30th, 2003, 10:13 AM
#1
Thread Starter
Addicted Member
Textbox leave event***RESOLVED***
Is there a way to grab the leave event on an asp.net textbox (using vb)?
I don't see it in the event handler for the object.
All i want is to populate three other textboxes with values based on the number entered in the first textbox once it loses focus.
Thanks for any suggestions.
Last edited by Halon; Jul 21st, 2003 at 04:45 PM.
Soylent Green tastes like chicken
-
Jun 30th, 2003, 10:27 AM
#2
you can only do ti with client side onBlur event.
-
Jun 30th, 2003, 11:02 PM
#3
PowerPoster
Like Cander said, you need to handle the onBlur event client-side, which should be pretty self explanatory using javascript. If you need any help, feel free to ask..
-
Jul 21st, 2003, 04:44 PM
#4
Thread Starter
Addicted Member
I ended up just setting auto-postback to true and setting an event handler on the onTextChange event.
Worked like a charm.
Any reason that this shouldn't be done?
Thanks for the suggestions
Soylent Green tastes like chicken
-
Jul 21st, 2003, 07:08 PM
#5
Frenzied Member
Try to minimize all the unessessary postbacks. So I would use JavaScript.
-
Oct 9th, 2006, 11:10 AM
#6
Fanatic Member
Re: Textbox leave event***RESOLVED***
DevGrp, Do you have an example of this in Java Script that you can share with us?
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
|