You need an event when all five elements are entered, e.g. a button with "Process", and a click event handler to the button. Within the click event handler you can access the values from the five textbox elements, e.g. text1Text, text2.Text... There you can put the current values textX.Text within the array or run any expressions on it.
|