E
enyetor
I have a sub procedure in VB.NET that loops through a dataset and
creates a textbox control for every column. The part I can't figure
out is how to either databind the Text property to that columns value,
or retrieve the actual values programatically and insert at runtime.
any ideas will be much appreciated, but at the moment I'm stuck. I've
even tried setting the text value to equal the DataBinder.Eval()
expression, but that just becomes the text, the data is never actually
bound to the myTextbox.Text property...
creates a textbox control for every column. The part I can't figure
out is how to either databind the Text property to that columns value,
or retrieve the actual values programatically and insert at runtime.
any ideas will be much appreciated, but at the moment I'm stuck. I've
even tried setting the text value to equal the DataBinder.Eval()
expression, but that just becomes the text, the data is never actually
bound to the myTextbox.Text property...