Are you talking about the tab order ? This is a property in the aspx. If you want to make controls so when you enter a certain number of chars the focus changes, you need to use jscript. Christian Graus - Microsoft MVP - C++
Hi, I think the property TabIndex should help you. Setting this property (is an integer property) will set your controls into a special order, which can be traversed using the Tab-Button. You can set this property directly using code or the property page of the control (within VS.NET). Hope this helps Regards Sebastian
Write a event handler. before that read about it! Good Luck ---------- Venus Patel http://patelsinc.blogspot.com/ A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.
The Redistributable line in MSDN Library documentation indicates that support for older operating systems is available by installing a redistributable library. For this feature, use the Active Accessibility 2.0 RDK[^]. Stability. What an interesting concept. -- Chris Maunder