M
Maciejka
I have a problem with formviews and DropDownLists in ASP.NET 2.0. I'm
using a formview to insert an order into a database. Part of the order
is a Driver's name. Currently, I have a dropdownlist bound to a
database that simply selects all drivers from a database table. After
inserting the data, the DropDownList is cleared and the first driver
from the table is selected. I would like the system to remember the
last driver's name which I entered after insering row. It would make it
easier for me to enter several routes for one driver. Could anybody
help me solve this problem? Thanks.
Maciejka
using a formview to insert an order into a database. Part of the order
is a Driver's name. Currently, I have a dropdownlist bound to a
database that simply selects all drivers from a database table. After
inserting the data, the DropDownList is cleared and the first driver
from the table is selected. I would like the system to remember the
last driver's name which I entered after insering row. It would make it
easier for me to enter several routes for one driver. Could anybody
help me solve this problem? Thanks.
Maciejka