Ecreations
Programmer
Hey Guys,
I have a form like this
Texstbox for Quantity Dropdownlist for skus and label for prices and an update button
I want to have the user input the quantity, pick the sku then click the update button and I want to show the total, state and federal taxes in another label.
all data is stored in sql database.
since asp.net doesnt have control arrays, whats the best way of doing such thing?
Any hints or help would be appreciated.
Thanks
I have a form like this
Texstbox for Quantity Dropdownlist for skus and label for prices and an update button
I want to have the user input the quantity, pick the sku then click the update button and I want to show the total, state and federal taxes in another label.
all data is stored in sql database.
since asp.net doesnt have control arrays, whats the best way of doing such thing?
Any hints or help would be appreciated.
Thanks