Hi , I'm a beggener in C# and i have an assignment about Linked List, i have been asked to do it in GUI .
i managed to add the node and move around one to another, now i am suppose to update the node but really don't have clue how to do that with GUI
i just need to update the TextBox values:
(NTB.Text, Convert.ToInt32(PTB.Text), addressT.Text);
using my linked list "this":
list[currentRecord]
private void button3_Click(object sender, EventArgs e)
{
xxxxxxxxxxxxxxxxxxxxxx;
}