Hi
I am new to programming. learning c# , asp.net.
write a simple program: to get the id from database and save it to arraylist to find the max(id).
and getting exception: Specified cast is invalid.
at line: int low = (int)arrm[i];
Appreciate any help.
Thanks
I am new to programming. learning c# , asp.net.
write a simple program: to get the id from database and save it to arraylist to find the max(id).
and getting exception: Specified cast is invalid.
at line: int low = (int)arrm[i];
Appreciate any help.
Thanks
Comment