G
Guest
I have created a class that inherits from the dictionary base, and i have 10
text boxes on my form, these are labelled txtPrice0 to txtPrice9. I have
populated my class with values from a database. I want to be able to get the
values from my class into the text value of each box.
Each value in my class has a key from 0 to 9 i thought about using a textbox
object e.g.
dim txt as new textbox
but then i got confused and wasn't sure where to go with it. Basically i
want to loop through my dictionary putting the value into the appropriate box.
can anyone help me please
TIA
text boxes on my form, these are labelled txtPrice0 to txtPrice9. I have
populated my class with values from a database. I want to be able to get the
values from my class into the text value of each box.
Each value in my class has a key from 0 to 9 i thought about using a textbox
object e.g.
dim txt as new textbox
but then i got confused and wasn't sure where to go with it. Basically i
want to loop through my dictionary putting the value into the appropriate box.
can anyone help me please
TIA