I have a page that loads in a few usercontrols into a datagrid. Each control has it's own values etc.
What I was wondering, if from the parent page, can I somehow access the values in those usercontrols?

Example of what I mean, say I load in 2 usercontrols, uc1 will have first name and last name and uc2 will have the same, but with different values, from the page that loads
in the usercontrol, can I somehow get first name and last name from each control?

Sorry if that doesn't make sense...kind of hard to explain(I can try to clarify if need be). Any ideas?