Is there a way to find out the text box controls defined for a from in the
order of the tab index ?
This can help in writing a generalised Key Press event such as on pressing
the enter key the focus is set to the next box in the tab index order,instead of writing the event handler for each box.
Thanks
Srini