Insert() method of Arraylist
hi,
Today I was apply insert method at the button click. insert method used to insert the object at specific index so i write code
arr.insert(textbox1.text, stu)
Where stu is reference of class student. but not successfully insert student object.
so Please help me with the example.