I want to select the labels and textboxes from that UserControl and print only the selected items When a Print command is issued.
Can anyone tell me how I can do that.
I am using the following code to get access to each of the controls,
Code:
foreach (Control ctrl in objCtrl.Controls)
{