View Single Post
  #1 (permalink)  
Old 07-26-04, 11:47 AM
fchain311 fchain311 is offline
New Member
 
Join Date: Jul 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
event handling in asp.net(Please help)

i'd like to find a way to handle different key events and mouse events on certain controls (especially the textbox). For example- i want to make it so that when the user hits enter in the textbox the cursor jumps to the next textbox...or to allow the user to navigate around the form by hitting the arrows on the keyboard. Problem is that the web.ui.webcontrols don't have such event handling. what should i do??? am i going about this the wrong way???

Thanx,
David
Reply With Quote