replace this line:
string[] strTemp;

with
Code:
ArrayList strTemp  = new ArrayList();
Touraj Ebrahimi [toraj_e] [at] [yahoo] [dot] [com]