S
Stijn Verrept
I found several code examples on the net but this doesn't want to work.
Label2.Text = filesIDData1.Tables["Files"].Rows[2].Item["TP_Name"];
There isn't a Item property in C# while all the examples have one. How
should I do this? I need the value of the field TP_Name of the
selected row (just put 2 there for now) .
I found another msg on usegroups with the same question but no answer.
Label2.Text = filesIDData1.Tables["Files"].Rows[2].Item["TP_Name"];
There isn't a Item property in C# while all the examples have one. How
should I do this? I need the value of the field TP_Name of the
selected row (just put 2 there for now) .
I found another msg on usegroups with the same question but no answer.