As you propose, no.
This will place text into a multiline textbox with each element on its own line:
TextBox1.Text = "This is a test.\r\nfoo";
And the text in the box will look like this:
This is a test
foo
But this isn't functional for anything it would simply display data and you would have no notion of a DataText or DataValue field.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========