S
shapper
Hello,
I am adding an undefined number of Text Boxes to page.
I say undefined because the number of Text Boxes added is defined by a
property of my custom control.
All Text Boxes have the same properties values less two.
I would like to use one function to handle the Init event of all these
TextBoxes and pass to the function those two different properties
values for each Text Box.
Is this possible? And is this the right way to do it?
Remember that I am doing it this way because the number of TextBoxes
is "undefined"
Thanks,
Miguel
I am adding an undefined number of Text Boxes to page.
I say undefined because the number of Text Boxes added is defined by a
property of my custom control.
All Text Boxes have the same properties values less two.
I would like to use one function to handle the Init event of all these
TextBoxes and pass to the function those two different properties
values for each Text Box.
Is this possible? And is this the right way to do it?
Remember that I am doing it this way because the number of TextBoxes
is "undefined"
Thanks,
Miguel