I wanted to add element in array dynamically.Size is not fixed.Shall I use arraylist or array?Datatype is same.I am adding the value from database whose type is int.Then which datatype shall I used?How to add and remove a value from array or arraylist?
List<Type>ex:List<string>