I have a form consisting of some textboxes.
Suppose there is textbox where the user has to enter the salary. Now what I want is when the user enters the amount, that shold be stored in the array. If the array is not empty, then that should be appended to it. When I tried doing this, its just overwriting tha array.
I am considering that there is lot of space in my array and so there is no ArrayOutOfBound factor here.
thanks
Suppose there is textbox where the user has to enter the salary. Now what I want is when the user enters the amount, that shold be stored in the array. If the array is not empty, then that should be appended to it. When I tried doing this, its just overwriting tha array.
I am considering that there is lot of space in my array and so there is no ArrayOutOfBound factor here.
thanks