R
ricardo.rcarvalho
Hi.
Whenever I try to do this:
myTextBox.TextChanged += new
System.IO.FileSystemEventHandler(textChanged(myRow.Cells[1],
myTextBox.Text));
I get the error:
"Method name expected"
Can any one help me with this one?
Thanks
Ricardo Carvalho
Whenever I try to do this:
myTextBox.TextChanged += new
System.IO.FileSystemEventHandler(textChanged(myRow.Cells[1],
myTextBox.Text));
I get the error:
"Method name expected"
Can any one help me with this one?
Thanks
Ricardo Carvalho