0
Thanks Paul and please forgive my ignorance.
So, I should create a Link Button control:
<asp:LinkButton ID="lkbHeadQuarters" runat ="server" OnClick="lkbHeadQuarters_Click"><i><b>See more pictures...»</b></i></asp:LinkButton>
In addition to the user control you had suggested?
<-uc1:hq ID="myControl" runat="server" Visible="false" />
If so, then how do I handle this in the code behind?
Also, I have tried the link button in the past, however the event doesn't fire.
Regards,
Dan