A
Adam Clark
I am wanting to get data into a common text box control without doing any
sort of "official" binding.
Here is what I have:
TextBox1.Text =
recordprocessor.nulltoalias(dsAssets.Tables("tblAssets").Rows(rCount).Item("
SerialNo"))
------------------------------------------------------
This works pretty good, however, is there an easier way to do this?
(recordprocessor is a class I wrote that takes any value and checks for null
values).
Seems like this is a lot of trouble.
Thanks
Adam
sort of "official" binding.
Here is what I have:
TextBox1.Text =
recordprocessor.nulltoalias(dsAssets.Tables("tblAssets").Rows(rCount).Item("
SerialNo"))
------------------------------------------------------
This works pretty good, however, is there an easier way to do this?
(recordprocessor is a class I wrote that takes any value and checks for null
values).
Seems like this is a lot of trouble.
Thanks
Adam