Hey does anyone understand how the ImageButtons when you're viewing a photo work?
In details.aspx there are the lines like the following:
<asp:ImageButton ID="ImageButton9" Runat="server" CommandName="Page" CommandArgument="First" skinid="first"/>
I looked up the CommandName property and I see that you can accesst it in your EventArgs however I dont see in the code anywhere he access it so I'm just wondering how the photo is changed.
Thanks.
Peter