G
Guest
Hello,
I am doing web programming in VB ASP.NET. I have a group of fields that the
user can tab through in order and fill in info in each of the fields. Some
of the fields have code attached that runs when the value is changed in that
field. However, the problem is that when postback occurs to run this code,
it messes up the tab order for the user because, upon postsback, it starts
over and the first field in the list is where the tab starts again instead of
letting the user continue to continue tabbing down the list from where they
currently are. How can I get around this battle between postback and
taborder?
Thanks,
Dusty Hackney
I am doing web programming in VB ASP.NET. I have a group of fields that the
user can tab through in order and fill in info in each of the fields. Some
of the fields have code attached that runs when the value is changed in that
field. However, the problem is that when postback occurs to run this code,
it messes up the tab order for the user because, upon postsback, it starts
over and the first field in the list is where the tab starts again instead of
letting the user continue to continue tabbing down the list from where they
currently are. How can I get around this battle between postback and
taborder?
Thanks,
Dusty Hackney