A
Arpan
An ASP page has a variable named iCounter whose initial value is 0.
This ASP page has a drop-down list. When an option is selected from the
drop-down list, I want the value of the iCounter variable to increment
by 1. For e.g. when an option is first selcted, iCounter should be
equal to 1. When an option is selected again, iCounter should be equal
to 2 so on & so forth. How do I do this?
Thanks,
Arpan
This ASP page has a drop-down list. When an option is selected from the
drop-down list, I want the value of the iCounter variable to increment
by 1. For e.g. when an option is first selcted, iCounter should be
equal to 1. When an option is selected again, iCounter should be equal
to 2 so on & so forth. How do I do this?
Thanks,
Arpan