M
Max Sandman
Say I've got a control c = textBox1 and a string that is a property of
c, say string s = "Text". Is there a way in C# to use c and s to get
the contents of textbox1.Text?
sandman
c, say string s = "Text". Is there a way in C# to use c and s to get
the contents of textbox1.Text?
sandman