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.
Loading
EhteshamPosted Oct 30, 2012, 7:00 AM
arr.insert(int.Parse(textbox1.text), stu);