I have a class which dynamically builds labels and textboxes. I populate the textboxes from a database. The user makes changes to the textboxes.
What I want to do is save the data from the textboxes back to said database.
Need to find the textboxes using findcontrol. Can't make findcontrol work in my class.
Go to the complete details ...