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