Satya Prakash

Satya Prakash

  • NA
  • 14k
  • 8.3m

Insert() method of Arraylist

Oct 30 2012 6:54 AM
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.
 

Answers (1)