Hello,
In the Personal starter kit, there is a handler that receives the httpcontext and reads the querystring passed values to display photos.
Is it possible for the handler to read from controls stored on the page instead of pulling values from the querystring?
i.e.-Can a control on the page store the photo id and the handler pull from that.
Thank you