|
This web form will validate your input, and if it's correct, will call the
wsDice web service requestion a shuffle operation. The service will create an
integer array of the correct size, then randomly assign the numbers from 1 to
<numberOfCards> to the array and return it. This web form with then put
the array into a dataset table which is bound to a datalist control, and the
shuffle results will appear at the left.
The first click may take up to 40 seconds to complete as the service is
activated. Subsequent calls should take less than a second.
|