H
HotRod
Have a few questions that I was hoping someone wouldn't mind answering.
I am currently helping another fellow develop a basic ASP.net webpage so
that we can track some of our program information into either a SQL or
access database, for now we are using MS Access. OK what I'm wondering is
1) We have a list of registered parents and then all of the children that
correspond to each parent
-Is it reasonable to expect that when a parent starts entering their
Last name that there is an auto complete?
-Or once their last name is entered that the child boxes only has a list
of children registered to them?
We are trying to eliminate duplicate children names from being entered, such
as Bob, Bobby, Robert, Rob etc. (All the same kid)
Will using an auto complete or refreshing the dropdown list dramatically
effect the performance?
Can anyone give me a better way or faster way of breaking down the
information entered as you work your way through the sign-in form?
I am currently helping another fellow develop a basic ASP.net webpage so
that we can track some of our program information into either a SQL or
access database, for now we are using MS Access. OK what I'm wondering is
1) We have a list of registered parents and then all of the children that
correspond to each parent
-Is it reasonable to expect that when a parent starts entering their
Last name that there is an auto complete?
-Or once their last name is entered that the child boxes only has a list
of children registered to them?
We are trying to eliminate duplicate children names from being entered, such
as Bob, Bobby, Robert, Rob etc. (All the same kid)
Will using an auto complete or refreshing the dropdown list dramatically
effect the performance?
Can anyone give me a better way or faster way of breaking down the
information entered as you work your way through the sign-in form?