Take a look at all arrays that you are using and insure that you have limits
set to keep the indexes from going out of range.  Keep in mind that if you
delete an element from the array, the possible index values will change.

...Glenn

On Tue, Nov 11, 2008 at 5:14 AM, nag <[EMAIL PROTECTED]> wrote:

>
> hello i traced the my program and saw it works properly but when i run
> directly i am getting following error..
>
> Index was out of range. Must be non-negative and less than the size of
> the collection.
> Parameter name: index
> please help to correct the error
>

Reply via email to