I am dragging a user control in the aspx page. it will go like this:
<
td align="left">
<uc1:DropFinYearC ID="drpFinYearC" runat="server" />
</td>
where DropFinYearC is a user control . now how will i get the item value from the dropdownlist from this usercontrol in the aspx page where i have dragged the DropFinYearC usercontrol??